Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move definition of Pod*Exceptions to pod_generator #34346

Merged

Commits on Sep 13, 2023

  1. Move definition of Pod*Exceptions to pod_generator

    The apache#32767 has moved all k8s classes to cncf.kubernetes provider,
    however there was a mistake with location of Pod*Exceptions - rather
    than in pod_manager they remained defined in the kubernetes_executor
    package - which has the side-effect that trying to import them
    in Airflow Pre 2.7 raised the
    "You should not use the provider's executors in this version of
    Airflow." error.
    
    This change moves the exceptions to the pod_generator package
    to fix the problem.
    potiuk committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6c5a4d3 View commit details
    Browse the repository at this point in the history