Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 988 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 988 Bytes

Snowflake Nix flake

This flake provides various Snowflake packages that are either missing from nixpkgs or are out-of-date.

List of provided artifacts:

Applications and Packages

  • snowsql: Now contains (usually) a more up-to-date version than one available from nixpkgs. Historically, the flake provided a patched version of snowsql that fixed this issue. Starting with snowsql version 1.2.30, the underlying Snowflake Python connector no longer depends on oscrypto, which was needed to be patched.

Development shells

Creates Python development environment with snowflake-snowpark-python and snowflake-connector-python packages. Following devShell names correspond to listed Python versions:

  • python311: Python 3.11
  • python312: Python 3.12
  • default: Using Nix's default Python version (python3)