I often have to rebuild the docker container for RunSQL to work after making a change #230
Unanswered
CampaginAgent
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Which error do you get exactly? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@CampaginAgent Are you still experiencing this issue? I couldn't replicate the problem since I can't access a Windows machine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This has been driving my crazy, but I can't quite work out steps to reproduce.
I'm often seeing "odd" things happen with the Run SQL button, and the resolution is always to "Rebuild Container" and then it works again.
I'm running DBT PowerUser (0.10.1) in a container: ghcr.io/dbt-labs/dbt-snowflake:1.3.latest I'm on Windows 11 in VSCode
Example 1:
Add a new source
Similar things happen when adding a new model which is a parent of my current model.
I've tried all sorts of combinations of dbt-build, dbt-compile, etc and I still get the same error until I rebuild my docker contianer.
It's like something is being cached somewhere - OR, am I misunderstanding how RunSQL should work.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions