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

Add typing for airflow/configuration.py #23716

Merged
merged 2 commits into from
May 16, 2022

Commits on May 16, 2022

  1. Add typing for airflow/configuration.py

    The configuraiton.py did not have typing information and it made
    it rather difficult to reason about it-especially that it went
    a few changes in the past that made it rather complex to
    understand.
    
    This PR adds typing information all over the configuration file
    potiuk committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7e5e288 View commit details
    Browse the repository at this point in the history
  2. Update airflow/configuration.py

    Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com>
    potiuk and turbaszek authored May 16, 2022
    Configuration menu
    Copy the full SHA
    870b43e View commit details
    Browse the repository at this point in the history