Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.14.1 Regression] dbt source snapshot-freshness can hang #1728

Closed
drewbanin opened this issue Sep 9, 2019 · 1 comment
Closed

[0.14.1 Regression] dbt source snapshot-freshness can hang #1728

drewbanin opened this issue Sep 9, 2019 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@drewbanin
Copy link
Contributor

drewbanin commented 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 of dbt source snapshot-freshness, leading to a hang.

Separately, ctrl+c'ing the hanged process results in an error in the KeyboardInterrupt handler.

@drewbanin drewbanin added the bug Something isn't working label Sep 9, 2019
@drewbanin drewbanin added this to the 0.14.2 milestone Sep 9, 2019
@drewbanin 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
@drewbanin
Copy link
Contributor Author

fixed in #1729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant