This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 795592c8ba Add `job_id` param. to `BigQueryGetDataOperator` (#39315)
add 00f096918d Fix alembic autogeneration and rename mismatching
constraints (#39032)
No new revisions were added by this update.
Summary of changes:
airflow/cli/cli_config.py | 10 +-
airflow/cli/commands/db_command.py | 3 +-
airflow/migrations/env.py | 3 +
...nconsistency_between_ORM_and_migration_files.py | 297 +++++++++++++++++++++
...=> 0143_2_10_0_add_new_executor_field_to_db.py} | 4 +-
airflow/models/dagrun.py | 2 +-
airflow/utils/db.py | 15 +-
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 4 +-
docs/apache-airflow/migrations-ref.rst | 4 +-
tests/cli/commands/test_db_command.py | 66 ++++-
tests/conftest.py | 2 +-
tests/utils/test_db.py | 3 +-
13 files changed, 385 insertions(+), 30 deletions(-)
create mode 100644
airflow/migrations/versions/0142_2_9_2_fix_inconsistency_between_ORM_and_migration_files.py
rename
airflow/migrations/versions/{0142_2_10_0_add_new_executor_field_to_db.py =>
0143_2_10_0_add_new_executor_field_to_db.py} (96%)