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/02/27 11:39:17 UTC

[airflow] branch main updated (942f8fd -> 3e4fab4)

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 942f8fd  Add GCSToTrinoOperator (#21704)
     add 3e4fab4  Fix handling cached parameters for Breeze2 (#21849)

No new revisions were added by this update.

Summary of changes:
 dev/breeze/src/airflow_breeze/breeze.py         |  5 ++-
 dev/breeze/src/airflow_breeze/cache.py          |  4 +-
 dev/breeze/src/airflow_breeze/ci/build_image.py | 29 ++++++++----
 dev/breeze/tests/test_build_image.py            | 60 +++++++++++++++++++++++++
 4 files changed, 87 insertions(+), 11 deletions(-)
 create mode 100644 dev/breeze/tests/test_build_image.py