This flake provides various Snowflake packages that are either missing from nixpkgs or are out-of-date.
List of provided artifacts:
snowsql
: Now contains (usually) a more up-to-date version than one available from nixpkgs. Historically, the flake provided a patched version ofsnowsql
that fixed this issue. Starting with snowsql version 1.2.30, the underlying Snowflake Python connector no longer depends onoscrypto
, which was needed to be patched.
Creates Python development environment with snowflake-snowpark-python
and snowflake-connector-python
packages. Following devShell names correspond to listed Python versions:
python311
: Python 3.11python312
: Python 3.12default
: Using Nix's default Python version (python3
)