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
qualified_table: user_dev_db.stg_google_sheet_imports.hotel_ranker_hotels_to_boost
sheetwork.core.exceptions.DatabaseError:
(snowflake.connector.errors.ProgrammingError) 090106 (22000): Cannot perform CREATE STAGE. This session does not have a current schema. Call 'USE SCHEMA', or use a qualified name.
[SQL:
create or replace temporary stage hotel_ranker_hotels_to_boost_stg
file_format = (type = 'CSV' field_delimiter = '|'
skip_header = 0 field_optionally_enclosed_by = '"')
]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: