Having trouble getting started with Snowpark? Do you want to start testing it but you're unsure how to get started? Take a look at these scripts, if they can help you getting started with it.
You need to create a config.json file with these information:
{ "account": "your_snowflake_account", "user": "dev_guscianc", "password": "your_snowflake_user_pwd", "default_database": "your_database", "default_schema": "your_schema", "default_warehouse": "your_warehouse" }