I registered a snowflake trail account and I tried to upload local file to snowflake. following the tutorial https://docs.snowflake.net/manuals/user-guide/data-load-internal-tutorial.html
I am on windows platform and it is failing when I run the put command. https://docs.snowflake.net/manuals/user-guide/getting-started-tutorial-stage-data-files.html The error is
john#MYWAREHOUSE@MYDATABASE.PUBLIC>put file://c:\temp\load\contacts*.csv @my_csv_stage auto_compress=true;
Unable to parse config file: C:\Users\john/.aws/credentials Could you please help on that?