-
Fork this repo and clone it locally
-
Create conda env:
conda env create -f environment.yml conda activate snowpark-local-test-ff
-
Set your account credentials:
# Linux/MacOS export SNOWSQL_ACCOUNT=<replace with your account identifer> export SNOWSQL_USER=<replace with your username> export SNOWSQL_ROLE=<replace with your role> export SNOWSQL_PWD=<replace with your password> export SNOWSQL_DATABASE=<replace with your database> export SNOWSQL_SCHEMA=<replace with your schema> export SNOWSQL_WAREHOUSE=<replace with your warehouse>
pytest --snowflake-session local
pytest
- Open a pull request on your fork of the repo (not the upstream)
- Go to your repository on GitHub.com and click "Actions" to see the actions execution