snowflake-cloud-data-platformsnowflake-stage

Could add file to internal stage in snowflake


The below is my code

put file://C:\Users\Smart\AppData\Local\Temp\Weather\demo.txt @SAB_INTERNAL_STAGE_2 auto_compress=false;

I couldnot add my file to the internal stage . I use the code in the worksheet of web UI.

Please suggest a workaround.

Thanks


Solution

  • Please use SnowSQL to upload the file:

    https://docs.snowflake.com/en/user-guide/snowsql.html

    Or you can use the classic web interface to load data:

    https://docs.snowflake.com/en/user-guide/data-load-web-ui.html