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
When I hit Execute Query, and there is a bug in the DBT project outside of that query, the query will fail as expected. Eg "Some other model has a ref on a model that doesn't exist". All as expected. But then you go and you fix that issue, come back to the query you were were trying to run, tell it to execute again, Power DBT seems to not realize that I fixed the underlying issue. Sometimes it will take several seconds, or forever until it realizes that and decides to actually rererun the whole query again.
Actual behavior
Every time I hit execute query it should just try to execute the query.
Steps To Reproduce
create model A
create model B, that has a ref on model A
create model C, make all valid sqls (model C has no need for refs on anything)
try to execute model C, see all good
go to model B, make that ref be on model foobar (nonexistent) instead of model A
go back to model C try to execute SQL. (It will fail because model B has a non existent ref, kinda weird since model C doesn't care aabout model, but ok)
go and just straight up delete the model B file, the graph should all be good.
go back to model C. Tell it to execute query. It will continue to keep saying model B has a failure, even though model B doesn't even exist anymore. It will stay in this state until you restart VSCode.
Log output/Screenshots
No response
Operating System
mac
dbt version
1.8
dbt Adapter
snowflake
dbt Power User version
latest
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
I've run into this issue many times. Some sort of way to clear whatever underlying cache is being used or to force a rescan/recompile of the full dbt project would be useful.
Expected behavior
When I hit Execute Query, and there is a bug in the DBT project outside of that query, the query will fail as expected. Eg "Some other model has a ref on a model that doesn't exist". All as expected. But then you go and you fix that issue, come back to the query you were were trying to run, tell it to execute again, Power DBT seems to not realize that I fixed the underlying issue. Sometimes it will take several seconds, or forever until it realizes that and decides to actually rererun the whole query again.
Actual behavior
Every time I hit execute query it should just try to execute the query.
Steps To Reproduce
create model A
create model B, that has a ref on model A
create model C, make all valid sqls (model C has no need for refs on anything)
try to execute model C, see all good
go to model B, make that ref be on model foobar (nonexistent) instead of model A
go back to model C try to execute SQL. (It will fail because model B has a non existent ref, kinda weird since model C doesn't care aabout model, but ok)
go and just straight up delete the model B file, the graph should all be good.
go back to model C. Tell it to execute query. It will continue to keep saying model B has a failure, even though model B doesn't even exist anymore. It will stay in this state until you restart VSCode.
Log output/Screenshots
No response
Operating System
mac
dbt version
1.8
dbt Adapter
snowflake
dbt Power User version
latest
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: