-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
[AIRFLOW-3238] Fix models.DAG.deactivate_unknown_dags #4073
Conversation
Instead of parsing the DAG definition files in the same process as the scheduler, this change parses the files in a child process. This helps to isolate the scheduler from bad user code. Closes #1636 from plypaul/plypaul_schedule_by_file_rebase_master
Unknown dags are now deactivated on initdb
2283fb2
to
c94bbc6
Compare
Codecov Report
@@ Coverage Diff @@
## master #4073 +/- ##
=========================================
Coverage ? 77.71%
=========================================
Files ? 199
Lines ? 15958
Branches ? 0
=========================================
Hits ? 12402
Misses ? 3556
Partials ? 0
Continue to review full report at Codecov.
|
…4073) Unknown dags are now deactivated on initdb
Does this also apply to |
…4073) Unknown dags are now deactivated on initdb
…pache#4073) Unknown dags are now deactivated on initdb
@ashb |
* master: [AIRFLOW-520] Fix Version Info in Flask UI (apache#4072) [AIRFLOW-XXX] Add Neoway to companies list (apache#4081) [AIRFLOW-XXX] Add Surfline to companies list (apache#4079) Revert "[AIRFLOW-461] Restore parameter position for BQ run_load method (apache#4077)" [AIRFLOW-461] Restore parameter position for BQ run_load method (apache#4077) [AIRFLOW-461] Support autodetected schemas in BigQuery run_load (apache#3880) [AIRFLOW-3238] Fix models.DAG to deactivate unknown DAGs on initdb (apache#4073) [AIRFLOW-3239] Fix test recovery further (apache#4074) [AIRFLOW-3203] Fix DockerOperator & some operator test (apache#4049) [AIRFLOW-1867] Add sandbox mode and py3k bug (apache#2824) [AIRFLOW-2993] s3_to_sftp and sftp_to_s3 operators (apache#3828) [AIRFLOW-XXX] BigQuery Hook - Minor Refactoring (apache#4066) [AIRFLOW-3232] More readable GCF operator documentation (apache#4067)
…pache#4073) Unknown dags are now deactivated on initdb
…pache#4073) Unknown dags are now deactivated on initdb
Unknown dags are now deactivated on initdb
…pache#4073) Unknown dags are now deactivated on initdb
Unknown dags are now deactivated on initdb
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation
Code Quality
flake8