This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 2bd4b55 Fix missing dagruns when ``catchup=True`` (#19528)
add 7622f5e Define datetime and StringID column types centrally in
migrations (#19408)
No new revisions were added by this update.
Summary of changes:
airflow/migrations/db_types.py | 86 ++++++++++++++++++++++
.../{www/blueprints.py => migrations/db_types.pyi} | 13 ++--
...6b6f902_increase_length_of_fab_ab_view_menu_.py | 4 +-
.../0a2a5b66e19d_add_task_reschedule_table.py | 41 +++--------
...ta_interval_start_end_to_dagmodel_and_dagrun.py | 35 ++-------
.../migrations/versions/1b38cef5b76e_add_dagrun.py | 6 +-
.../versions/3c20cacc0044_add_dagrun_run_type.py | 10 ++-
.../64de9cddf6c9_add_task_fails_journal_table.py | 6 +-
...a59344a4_make_taskinstance_pool_not_nullable.py | 6 +-
.../versions/7939bcff74ba_add_dagtags_table.py | 4 +-
.../7b2661a43ba3_taskinstance_keyed_to_dagrun.py | 23 ++----
.../83f031fd9f1c_improve_mssql_compatibility.py | 64 ++++------------
...15af_add_rendered_task_instance_fields_table.py | 6 +-
.../8646922c8a04_change_default_pool_slots_to_1.py | 9 +--
...93827b8_add_queued_at_column_to_dagrun_table.py | 9 +--
...606e2_add_scheduling_decision_to_dagrun_and_.py | 30 ++------
...623dc7_add_max_tries_column_to_task_instance.py | 9 +--
.../d38e04c12aa2_add_serialized_dag_table.py | 4 +-
.../e38be357a868_update_schema_for_smart_sensor.py | 34 ++-------
.../versions/e3a246e0dc1_current_schema.py | 30 ++++----
...4a3141f0_make_xcom_pkey_columns_non_nullable.py | 32 ++------
.../versions/f2ca10b85618_add_dag_stats_table.py | 4 +-
airflow/models/base.py | 7 +-
tests/utils/test_db.py | 15 +++-
24 files changed, 217 insertions(+), 270 deletions(-)
create mode 100644 airflow/migrations/db_types.py
copy airflow/{www/blueprints.py => migrations/db_types.pyi} (79%)