This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 90446e5 Fix logging issue when running tasks (#9363)
new 873f476 [AIRFLOW-6856] Bulk fetch paused_dag_ids
new eceae90 [AIRFLOW-6957] Make retrieving Paused Dag ids a separate
method
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/dag/base_dag.py | 8 --------
airflow/jobs/scheduler_job.py | 9 ++-------
airflow/models/dag.py | 20 ++++++++++++++++++++
airflow/utils/dag_processing.py | 9 ---------
tests/models/test_dag.py | 15 +++++++++++++++
5 files changed, 37 insertions(+), 24 deletions(-)