Search code examples
visual-studio-codesnowflake-cloud-data-platformsnowflake-connectorsqltools

PUT command Snowflake on VSCode


I use the snowflake driver for SQLTools on vscode and i'm connect to my snowflake account but i'm some issues when i want to put some files with extensions .csv from my local machine to my stage in snowflake. Indeed, when i use the command put file:///mypath/file.csv @nameofmystage; it works on terminal but not in the window vscode with extension Snowflake driver. However, others commands like copy into works on the driver vscode ...

The error's message is Unsupported feature 'unsupported_requested_format:snowflake'

thanks in advance for your help


Solution

  • Not a solution or final answer, but a hint - here someone is having the same error, but with the Go-Driver: https://github.com/snowflakedb/gosnowflake/issues/227

    Go didn't support PUT in this case.