You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dbt source snapshot-freshness command will hang if a project contains ephemeral models. This is related to the 0.14.1 change which returned ephemeral models indiscriminately from the node selector, a performance improvement. These ephemeral models find their way into the job queue, but are not processed in the codepath of dbt source snapshot-freshness, leading to a hang.
Separately, ctrl+c'ing the hanged process results in an error in the KeyboardInterrupt handler.
The text was updated successfully, but these errors were encountered:
drewbanin
changed the title
[0.14.1] 'SourceFreshnessResult' object has no attribute 'warned'
[0.14.1 Regression] dbt source snapshot-freshness can hang
Sep 9, 2019
The
dbt source snapshot-freshness
command will hang if a project contains ephemeral models. This is related to the 0.14.1 change which returned ephemeral models indiscriminately from the node selector, a performance improvement. These ephemeral models find their way into the job queue, but are not processed in the codepath ofdbt source snapshot-freshness
, leading to a hang.Separately, ctrl+c'ing the hanged process results in an error in the KeyboardInterrupt handler.
The text was updated successfully, but these errors were encountered: