[GitHub] [airflow] potiuk commented on a diff in pull request #30495: preload airflow imports before dag parsing to save time

2023-04-14 Thread via GitHub
potiuk commented on code in PR #30495: URL: https://github.com/apache/airflow/pull/30495#discussion_r1167005341 ## airflow/config_templates/config.yml: ## @@ -2344,6 +2344,16 @@ scheduler: version_added: 2.0.0 type: boolean default: "True" +

[GitHub] [airflow] potiuk commented on a diff in pull request #30495: preload airflow imports before dag parsing to save time

2023-04-13 Thread via GitHub
potiuk commented on code in PR #30495: URL: https://github.com/apache/airflow/pull/30495#discussion_r1165868292 ## tests/dags/test_imports.nopy: ## @@ -0,0 +1,26 @@ +# using .nopy extension so that the file won't get reformatted +# because we want to assert that we can parse