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

fix(ingest/airflow): reorder imports to avoid cyclical dependencies #6719

Merged
merged 4 commits into from
Dec 30, 2022

Commits on Dec 9, 2022

  1. fix: change the import order

    Only import things needed for type checking when
    type checking
    Delay the import of some Airflow classes because
    otherwise they result in an import cycle
    stijndehaes committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2855eeb View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. lint fix

    hsheth2 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    588468e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7eabcf View commit details
    Browse the repository at this point in the history
  3. fix merge

    hsheth2 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    77ced6d View commit details
    Browse the repository at this point in the history