Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] problem creating stages in dev databases #356

Open
bastienboutonnet opened this issue Mar 17, 2021 · 0 comments
Open

[bug] problem creating stages in dev databases #356

bastienboutonnet opened this issue Mar 17, 2021 · 0 comments
Labels
bug 💩 Something isn't working triaged: no

Comments

@bastienboutonnet
Copy link
Owner

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 = '"')
                ]
@bastienboutonnet bastienboutonnet added the bug 💩 Something isn't working label Mar 17, 2021
@bastienboutonnet bastienboutonnet changed the title [bug] problem creating staged in dev databases [bug] problem creating stages in dev databases May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 💩 Something isn't working triaged: no
Projects
None yet
Development

No branches or pull requests

1 participant