This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2703a401a2b Fix static check ruff-format (#55993)
add 3b2242b98b4 Use ``JSONB`` for ``serialized_dag`` data column in
PostgreSQL (#55979)
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 2 +-
airflow-core/docs/migrations-ref.rst | 5 +-
...0_change_serialized_dag_data_column_to_jsonb.py | 94 ++++++++++++++++++++++
airflow-core/src/airflow/models/serialized_dag.py | 10 ++-
airflow-core/src/airflow/utils/db.py | 2 +-
6 files changed, 110 insertions(+), 5 deletions(-)
create mode 100644
airflow-core/src/airflow/migrations/versions/0087_3_2_0_change_serialized_dag_data_column_to_jsonb.py