dbt-duckdb icon indicating copy to clipboard operation
dbt-duckdb copied to clipboard

[Feature] Return the rows affected in the adapter response

Open rchui opened this issue 9 months ago • 3 comments

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.

rchui avatar Jan 07 '25 22:01 rchui