You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/09/08 08:39:32 UTC

[airflow] branch main updated (25b8d02004 -> a8c78b612f)

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 25b8d02004 For worker log servers only bind to IPV6 when dual stack is available (#26222)
     add a8c78b612f Add automatically generated ERD schema for the MetaData DB (#26217)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   11 +-
 .rat-excludes                                      |    3 +
 Dockerfile                                         |    2 +-
 Dockerfile.ci                                      |    2 +-
 STATIC_CODE_CHECKS.rst                             |    2 +
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |    1 +
 docs/apache-airflow/database-erd-ref.rst           |   38 +
 docs/apache-airflow/img/airflow_erd.sha256         |    1 +
 docs/apache-airflow/img/airflow_erd.svg            | 1502 ++++++++++++++++++++
 docs/apache-airflow/index.rst                      |    6 +
 docs/apache-airflow/installation/upgrading.rst     |    3 +
 docs/apache-airflow/migrations-ref.rst             |   14 +-
 images/breeze/output-commands-hash.txt             |    2 +-
 images/breeze/output_static-checks.svg             |  236 +--
 ...eference.py => pre_commit_update_er_diagram.py} |   16 +-
 scripts/docker/install_os_dependencies.sh          |    2 +-
 scripts/in_container/run_prepare_er_diagram.py     |   65 +
 setup.py                                           |    2 +
 18 files changed, 1778 insertions(+), 130 deletions(-)
 create mode 100644 docs/apache-airflow/database-erd-ref.rst
 create mode 100644 docs/apache-airflow/img/airflow_erd.sha256
 create mode 100644 docs/apache-airflow/img/airflow_erd.svg
 copy scripts/ci/pre_commit/{pre_commit_migration_reference.py => pre_commit_update_er_diagram.py} (81%)
 create mode 100755 scripts/in_container/run_prepare_er_diagram.py