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 aeedb91536f Add Java SDK publish configuration (#68016)
add a3cec99084a Make partition_key provenance-only and inherit it onto
asset events (#67718)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/dag_run.py | 1 +
.../api_fastapi/core_api/routes/public/dag_run.py | 3 +-
.../api_fastapi/execution_api/routes/dag_runs.py | 7 +-
airflow-core/src/airflow/exceptions.py | 4 +
airflow-core/src/airflow/models/taskinstance.py | 16 +--
.../src/airflow/serialization/definitions/dag.py | 24 ++++-
airflow-core/src/airflow/timetables/simple.py | 6 ++
.../core_api/routes/public/test_assets.py | 6 +-
.../core_api/routes/public/test_dag_run.py | 113 +++++++++++++++++----
.../execution_api/versions/head/test_dag_runs.py | 36 ++++++-
airflow-core/tests/unit/assets/test_manager.py | 9 +-
.../tests/unit/dag_processing/test_collection.py | 3 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 7 +-
airflow-core/tests/unit/models/test_dag.py | 89 ++++++++++++++--
.../tests/unit/models/test_taskinstance.py | 92 ++++++++++++++---
.../unit/serialization/test_dag_serialization.py | 38 ++++++-
16 files changed, 392 insertions(+), 62 deletions(-)