[Bug] Python Model Error Upgrading to dbt Cloud Versionless: Using snowflake.snowpark.session.create_dataframe() method #698
Labels
pkg:dbt-snowflake
Issue affects dbt-snowflake
type:bug
Something isn't working as documented
type:regression
Something used to work and is no longer working
Is this a new bug in dbt-snowflake?
Current Behavior
Recommended by dbt support to raise an issue here:
I found a workaround, but I wanted to highlight this to you all to see if this is a bug. My workaround was to change the method we use in all our python models, that generates the output dataframe.
Expected Behavior
Expected behavior is for no error to occur, since we were only changing our dbt version from 1.7 to versionless
Steps To Reproduce
The error states as follows: "raise error_class(
snowflake.snowpark.exceptions.SnowparkSQLException: (1304): 01b7d7e3-0611-d6d2-0028-fb832aac9de2: 090106 (22000): Cannot perform DROP. This session does not have a current schema. Call 'USE SCHEMA', or use a qualified name."
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: