Replies: 1 comment
-
After a few days, this issue fixed itself |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have been running dbt models and tests via the CLI for a long time, connecting to a Snowflake database without issue up until recently. I'm now getting the following error when running
dbt debug
:The
No module named 'pyspark'
error makes no sense as as far as I can tell I am not running anything that requires pyspark. I am connecting to a Snowflake database. I have tried several fresh installs and multiple versions of python + dbt-snowflake and dbt-core but always get the same error. Any help would be greatly appreciatedBeta Was this translation helpful? Give feedback.
All reactions