The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user uranusjr (triggered by uranusjr).
Head commit for run: ffb55cd2b7a47d9dc8bc4a7b8c809b41abdfd37e / Tzu-ping Chung <[email protected]> Delay ConnectionModelView init until it's accessed This removed the "lazy" initialization of ConnectionModelView (and ConnectionForm used by it) that happens when the webserver first launches, and moves the corresponding logic to until the view is actually being accessed. This further delays the provider manager from loading connection form widgets until the last possible moment and speeds up the webserver's startup sequence. While this does make the connection form view a bit slower (only the first time since the result is cached), the slowdown should not be as noticeable since the provider manager should generally be partially loaded into memory at that point. Report URL: https://github.com/apache/airflow/actions/runs/4351574351 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
