Fully Qualified Stage Name Stopped Working #2475
Unanswered
tramdeholl
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently noticed an issue where using fully qualified stage name in the following command
snow stage copy...resulted in an error. I've use this in the past without an issue and in v2.3, this was added as a feature. Has this been removed?https://docs.snowflake.com/en/release-notes/clients-drivers/snowflake-cli-2024#version-2-3-0-may-15-2024
Command:
Error:
090105 (22000): 01bd67c3-0003-1ddb-0001-b39602c80086: Cannot perform STAGE GET. This session does not have a current database. Call 'USE DATABASE', or use a qualified name.Fix:
snow stage copy --database codedatabase --schema codeschema --recursive --overwrite @codedatabase.codeschema.demoappendsapp snowflake-enrichment-stage # OR snow stage copy --database codedatabase --schema codeschema --recursive --overwrite @demoappendsapp snowflake-enrichment-stageBeta Was this translation helpful? Give feedback.
All reactions