snowpark-python-template
snowpark-python-template copied to clipboard
Python project template for Snowpark development
This way, the conda environment creation step will install the packages from the Snowflake conda channel (previously it installed from pip). Not all packages installed with pip are available on...
For review with DEX on VS Code extension 1. Replace pyproject.toml 1. Pyproject.toml uses hatchling and plugin to use requirements.txt 3. Consolidate app.toml, pytest.ini, and pylint.rc under pyproject.toml 4. Add...
To test: 1. Try installing a package that's not on Snowflake 2. Installing a package with newer version on PyPi than Snowflake channel
Solves #9 The PYTHONPATH variable can be adjusted so there is more flexibility on the code location. In this template we have the code under "src", .env files can be...
More info: https://github.com/Snowflake-Labs/snowpark-python-template/pull/7#discussion_r1282604577