You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/04/19 22:15:53 UTC

[airflow] branch main updated (f471d4f54d -> 0139c14212)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from f471d4f54d Add server default for map_index in Log table (#23056)
     add 0139c14212 Fix MyPy errors in dev folder (#23100)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  8 ++++++-
 dev/breeze/src/airflow_breeze/breeze.py            | 28 +++++++++++-----------
 .../build_image/ci/build_ci_image.py               |  2 +-
 .../build_image/ci/build_ci_params.py              | 14 +++++------
 .../build_image/prod/build_prod_image.py           |  2 +-
 .../build_image/prod/build_prod_params.py          | 16 ++++++-------
 .../src/airflow_breeze/shell/shell_params.py       |  2 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  6 ++---
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |  2 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |  4 ++--
 dev/provider_packages/prepare_provider_packages.py |  3 ++-
 11 files changed, 47 insertions(+), 40 deletions(-)