-
|
Hi. I don't understand why there is no python (pip) package |
Beta Was this translation helpful? Give feedback.
Answered by
potiuk
Feb 17, 2026
Replies: 1 comment 5 replies
-
|
Because that package was not automatically installed when 2.11 was released - but this is not a problem you can super easily extedn the image and add it following https://airflow.apache.org/docs/docker-stack/build.html |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. It has nothing to do with logic - it's more jumping to conclusion without understanding the context. See https://airflow.apache.org/docs/apache-airflow/stable/installation/upgrading_to_airflow3.html#step-4-install-the-standard-provider
Allowing standard provider is to ease migration. See upgrading docs from Airflow 2 to 3. T he presence of old "standard" operators in 2.11 is needed for…