sagar mandal
sagar mandal

Reputation: 51

The command is not supported from the UI:GET error in Snowflake UI

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

Answers (1)

Lukasz Szozda
Lukasz Szozda

Reputation: 175556

Commands GET/PUT cannot be run via WebUI:

GET

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

Related Questions