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
Running validation on Snowflake table fails on (snowflake.connector.errors.ProgrammingError) 090106 (22000): Cannot perform CREATE TEMPTABLE. This session does not have a current schema. Call 'USE SCHEMA', or use a qualified name.
We have dynamic schemas and work with several schemas, so cannot define the schema in the datasource, and when trying to run the expectation,we get the above error.
Looking at this discussion, a workaround was suggested to not create a temp table, but as you can see below, I tried this but still getting the same error.
Here is the execution engine configuration (no schema):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Running validation on Snowflake table fails on
(snowflake.connector.errors.ProgrammingError) 090106 (22000): Cannot perform CREATE TEMPTABLE. This session does not have a current schema. Call 'USE SCHEMA', or use a qualified name.
We have dynamic schemas and work with several schemas, so cannot define the schema in the datasource, and when trying to run the expectation,we get the above error.
Looking at this discussion, a workaround was suggested to not create a temp table, but as you can see below, I tried this but still getting the same error.
Here is the execution engine configuration (no schema):
And here is the Checkpoint validatoin configuration:
I am using great_expectation v 0.15.10
Beta Was this translation helpful? Give feedback.
All reactions