This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f156ef38666 Fix k8s flaky test -
test_integration_run_dag_with_scheduler_failure (#46502)
add 9aa330909ba AIP-83: Restore Uniqueness Constraint on Logical Date,
Make It Nullable (#46295)
No new revisions were added by this update.
Summary of changes:
...execution_date_to_logical_date_and_nullable.py} | 15 ++++++--
airflow/models/dag.py | 2 +-
airflow/models/dagrun.py | 11 ++++--
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 1 -
docs/apache-airflow/migrations-ref.rst | 2 +-
tests/api_fastapi/conftest.py | 8 ++--
.../core_api/routes/public/test_assets.py | 10 +++--
.../core_api/routes/public/test_dag_run.py | 44 +++++++++++-----------
.../core_api/routes/public/test_task_instances.py | 21 +++++++----
tests/models/test_backfill.py | 5 +++
tests/models/test_dagrun.py | 1 +
tests/models/test_taskinstance.py | 24 ++++++++++--
tests/www/views/test_views_tasks.py | 3 ++
14 files changed, 99 insertions(+), 50 deletions(-)
rename airflow/migrations/versions/{0032_3_0_0_drop_execution_date_unique.py
=> 0032_3_0_0_rename_execution_date_to_logical_date_and_nullable.py} (84%)