This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from db26df7d165 fix: Verify durable cached agent steps match the request
before replay (#68372)
add db9fa4289fe Populate partition_date when manually triggering
partitioned Dags (#68458)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/api/common/trigger_dag.py | 3 +
.../api_fastapi/core_api/datamodels/dag_run.py | 4 ++
.../api_fastapi/core_api/routes/public/dag_run.py | 1 +
.../api_fastapi/execution_api/routes/dag_runs.py | 7 +-
airflow-core/src/airflow/exceptions.py | 7 +-
airflow-core/src/airflow/timetables/base.py | 39 ++++++++++
airflow-core/src/airflow/timetables/simple.py | 42 +++++++++++
airflow-core/src/airflow/timetables/trigger.py | 23 +++++-
.../tests/unit/api/common/test_trigger_dag.py | 68 ++++++++++++++++++
.../core_api/routes/public/test_dag_run.py | 84 +++++++++++++++++++++-
.../execution_api/versions/head/test_dag_runs.py | 27 ++++++-
.../unit/timetables/test_partitioned_timetable.py | 23 ++++++
12 files changed, 322 insertions(+), 6 deletions(-)