https://docs.snowflake.com/en/developer-guide/sql-api/intro#label-sql-api-limitations:
The following commands are not supported:
The PUT command (in Snowflake SQL)
The GET command (in Snowflake SQL)
https://docs.snowflake.com/en/sql-reference/sql/put:
The command cannot be executed from the Worksheets Worksheet tab page in either Snowflake web interface; instead, use the SnowSQL client or Drivers to upload data files, or check the documentation for a specific Snowflake client to verify support for this command.
Limitations of the SQL API
The SQL API has the following limitations:
The following commands are not supported:
The PUT command (in Snowflake SQL)
The GET command (in Snowflake SQL)
The SQL API is a programmatic interface for connecting to Snowflake. It is the most powerful way to execute SQL commands in Snowflake.(The Python connector is a library that allows you to connect to Snowflake from Python. It can be used to execute SQL commands, but it is not as well-supported as SnowSQL or the SQL API.)
Therefore, the two tools that can be used to execute the command are SnowSQL and the SQL API.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
pvskbrod
Highly Voted 7 months, 1 week agoPrasantSadangi
Most Recent 1 week, 2 days agoJG1984
7 months, 2 weeks agoMarcusbraga
8 months, 2 weeks agoMultiCloudIronMan
9 months ago