79812289

Date: 2025-11-07 11:37:48
Score: 1
Natty:
Report link

I just stumbled across the same problem. In my case the reason is that in incremental models the table description doesn't get updated because it's part of a CREATE OR REPLACE TABLE statement and since the table isn't actually dropped and recreated this doesn't take affect.

According to this link this is a known issue.

Running dbt run --full-refresh solved my issue.

Reasons:
  • Blacklisted phrase (1): this link
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Juergen