dbt-duckdb
dbt-duckdb copied to clipboard
[Feature] Return the rows affected in the adapter response
Other DBT adapters return in their response a field containing the "rows affected" and outputs a log like: [0 1 OK] to indicate the number of rows that were affected by an incremental / table model. This information is useful because these metrics can be harvested to track pipeline throughput and monitor for performance regressions.
It would be useful if dbt-duckdb also returned this.