This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6f24836e5e Properly build URL to retrieve logs independently from
system (#26337)
new a10fc9aefe Add more weekday operator and sensor examples #26071
(#26098)
new 25f601168f Add the dag_id to AirflowDagCycleException message (#26204)
new 05a6fcfd3e Flush dataset events before queuing dagruns (#26276)
new c642e1a837 Fix `dags_needing_dagruns` dataset info timestamp (#26288)
The 4 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/datasets/manager.py | 1 +
.../example_branch_day_of_week_operator.py | 13 +++++-
airflow/jobs/scheduler_job.py | 1 +
airflow/models/dag.py | 8 ++--
airflow/operators/weekday.py | 39 +++++++++++++++++-
airflow/sensors/weekday.py | 15 ++++++-
airflow/utils/dag_cycle_tester.py | 2 +-
tests/models/test_dag.py | 48 +++++++++++++++++++++-
tests/models/test_taskinstance.py | 6 +++
9 files changed, 122 insertions(+), 11 deletions(-)