snowpark-python-template
snowpark-python-template copied to clipboard
Candidate changes Sept 28th
For review with DEX on VS Code extension
- Replace pyproject.toml
- Pyproject.toml uses hatchling and plugin to use requirements.txt
- Consolidate app.toml, pytest.ini, and pylint.rc under pyproject.toml
- Add
main()
method, which is called by the__main__
block