Deepnote connects to Snowflake through the Python connector. In order to create the connection, you will need to fill out your username, password and the account_name (the account name should be entered in the format xx12345.us-central1.gcp)
Once your project is connected to your Snowflake instance, you can follow the usage instructions from the official documentation or simply use the cs
cursor to run queries.