Skip to content

Conversation

@afacat
Copy link

@afacat afacat commented Sep 15, 2025

Overview

This PR fixes a bug where the rows_affectedcolumn in the fct_dbt__model_executionsmetadata table was persistently NULL for all model executions on PostgreSQL databases.

Update type - breaking / non-breaking

  • Minor bug fix
  • Documentation improvements
  • Quality of Life improvements
  • New features (non-breaking change)
  • New features (breaking change)
  • Other (non-breaking change)
  • Other (breaking change)
  • Release preparation

What does this solve?

Resolves persistent NULL values in the rows_affectedcolumn across all model execution records on Postgres. This bug impaired data observability by making it impossible to track the impact of dbt runoperations (e.g., number of rows inserted, updated, or deleted) for any model when using the Postgres adapter.

#485

Outstanding questions

N/A. The fix has been tested and successfully populates the rows_affectedfield as expected.

What databases have you tested with?

  • Snowflake
  • Google BigQuery
  • Databricks
  • Spark
  • PostgreSQL
  • N/A

…l_executions

Resolves persistent NULL values in rows_affected column across all model execution records on Postgres.
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@afacat afacat had a problem deploying to Approve Integration Tests September 15, 2025 06:52 — with GitHub Actions Failure
@thiemonipro
Copy link

thiemonipro commented Nov 6, 2025

@llifoawing I see that you are the last to have committed to main in this repository, would you be able to review this PR?
And if not, who can review PR's?

It would be nice if this feature could be merged as it would also benefit my use case. Thanks in advance!

@mtcarlone mtcarlone self-assigned this Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants