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:
* Activate your account, and make sure you remember the master user and the email, you will need them in the next step to log in, it's VERY important you remember them otherwise this will NOT work. ![Screenshot 2023-01-10 at 14 31 51](https://user-images.githubusercontent.com/107192982/211564818-8ad87d60-d90c-4169-bd53-10f256c4ff72.png)
- 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