Repodata Archives for Snowpark Releases


Repodata Versioning

Updates to repodata.json of each architecture are archived every time a new Snowpark is released (approximately weekly). This allows you to look at historical snapshots of repodata.json and build a conda environment based on such snapshots.

Usage Example

conda create -n sf-test \
  -c https://repo.anaconda.com/pkgs/snowflake/ \
  --override-channel \
  --repodata-fn='https://repo.anaconda.com/pkgs/snowflake/releases/$SNOWPARK_RELEASE/$ARCH/repodata.json' \
  $ENVIRONMENT_SPEC

where `$ENVIRONMENT_SPEC` is an environment spec, i.e. list of packages with version restrictions, `$SNOWPARK_RELEASE` is the version of _Snowpark_ marking the timeframe during which `repodata.json` was versioned, and `$ARCH` is the respective platform.

Note: Packages removed over time between consecutive releases releases/xx.yy.zz and releases/xx.yy.zz+1 are logged with a timestamp in releases/xx.yy.zz/updated_files.json.

Available Releases

9.38.4
9.37.1
9.36.3
9.35.2
9.34.0
9.33.1
Updated: 2025-12-06 15:14:34
Total releases: 6