The GitHub Actions job "Tests AMD" on 
airflow.git/optional-snowpark-on-python-3.13 has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9167a1f897d39c885264374ba9c2de3eaf659a44 / Jarek Potiuk <ja...@potiuk.com>
Make snowpark optional for snowflake provider and disable it for Python 3.13

It seems that despite explicit "Requires-Python <3.13" in snowpark client
library, uv installs it on Python 3.13.

This is tracked here https://github.com/astral-sh/uv/issues/14711

However, it also means that we have to exclude snowpark fro being installed
on Python 3.13 explicitly in provider requirements and conditionally skip
the tests for it.

We also need to bump version of the provider in package configuration
and provider.yaml, because then snowflake provider used to be installed
in CI will use the provider built locally rather than the one from PyPI
that does not have such exclusion yet.

Report URL: https://github.com/apache/airflow/actions/runs/16368813092

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to