Query Results bug #1248
Replies: 1 comment
-
to avoid this kind of behave, run 'dbt debug' to connect for the first time to snowflake. then you could use dbt power user to run your models. now you could run you models but it is going to be significally slower time execution. be patient to wait the results. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
I am using a devcontainer on vscode with python:3.11-slim as docker image for my private project.
vscode version 1.90.2, dbt-core 1.8.0 dbt-snowflake 1.8.1, power user for dbt core v0.41.0
A proxy is configured, sucessfully i installed all the dependencies needed as well as dbt power user vscode extension.
the connection to snowflake is secured by SSO (azure active directory).
when i want to execute a dbt model using the 'query results', it tries to connect to snowflake after about 20 seconds then it is blocked! waiting a response or something else. but when i run dbt debug everything is well.
is there any ideas please about how to debug this or solutions ? thanks
Beta Was this translation helpful? Give feedback.
All reactions