An Architect must design an architecture that enables a company to upload small data files from a local directory to a Snowflake internal stage.
Which tools should the Architect use to satisfy this requirement?
Snowflake supports the PUT command in SnowSQL and through the JDBC driver to stage local files in an internal stage. Snowsight also supports uploading a few small local data files to a named internal stage. AWS CLI s3 cp is for Amazon S3 rather than a Snowflake internal stage.
s3 cp
Community Discussion