Reputation: 51
I have created Snowflake Stage named 'mystage' and trying to unload data to my local LINUX device using the following command :
get @mystage/unload/data_0_0_0.csv.gz file:///home/blahblah/Documents
Upon running the above command I am getting the following error :
SQL compilation error: The command is not supported from the UI: GET
I couldnt find any documentation about alternatives, so any help would be appreciated.
Sagar
Upvotes: 2
Views: 4776
Reputation: 175556
Commands GET/PUT cannot be run via WebUI:
Usage Notes
The command cannot be executed from the Worksheets Worksheet tab page in the Snowflake web interface;
instead, use the SnowSQL client to download data files, or check the documentation for the specific Snowflake client to verify support for this command.
Upvotes: 1