This repository will walk you through running Snowflake Snowpark Python.
- Snowflake Account
- Signup for a FREE Snowflake account, make sure that you select the following setup is placed:
- Once you are logged in, head over to the top right corner and create a new worksheet
- Inside of this repository there is file named setup.sql -> sql/setup.sql, copy the code and place it in the new worksheet and run it, at the bottom change the credentials for the account that is going to be created.
- You can run the script by clicking the play button (top right corner), make sure you select all the scripts first.
- Copy the locator from your account
-
Under this repository there is a file named .env you will need to replace the XXX with the locator and the password and create a variable for each of the following variables:
- SNOWFLAKE_ACCOUNT=XXX.eu-west-3.aws
- SNOWFLAKE_USER=SVCSNOWPARK
- SNOWFLAKE_PASSWORD=XXX
- SNOWFLAKE_VW=LEARNINGSNOWPARKVW
- SNOWFLAKE_DB=LEARNINGSNOWPARKDB
-
The last change we need to make is to change the .env files with the actual credentials, edit the file within Github
- Enrique Fuentes - 2023-01-12