COF-C02 · Question #41
Which command can be used to stage local files from which Snowflake interface?
The correct answer is A. SnowSQL. The PUT command, which is used to upload (stage) local files from a client machine to a Snowflake internal stage, is only available in SnowSQL - Snowflake's command-line client. The Snowflake classic web UI and Snowsight do not support the PUT command because browser-based…
Question
Which command can be used to stage local files from which Snowflake interface?
Options
- ASnowSQL
- BSnowflake classic web interface (Ul)
- CSnowsight
- D.NET driver
How the community answered
(17 responses)- A88% (15)
- B6% (1)
- C6% (1)
Explanation
The PUT command, which is used to upload (stage) local files from a client machine to a Snowflake internal stage, is only available in SnowSQL - Snowflake's command-line client. The Snowflake classic web UI and Snowsight do not support the PUT command because browser-based interfaces cannot directly access local file systems in that manner (though Snowsight does support manual file uploads through the UI, this is not using PUT). The .NET driver and other programmatic drivers support data loading but do not expose the PUT command for local file staging in the same way.
Topics
Community Discussion
No community discussion yet for this question.