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 2021/08/02 11:06:34 UTC

[airflow] branch main updated (0e6e04e -> e3089dd)

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 0e6e04e  Adds compile_assets to INSTALL (#17377)
     add e3089dd  Add autoscaling subcluster support and remove defaults (#17033)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_yandexcloud_dataproc.py   |  2 +
 airflow/providers/yandex/hooks/yandex.py           |  4 +-
 .../providers/yandex/hooks/yandexcloud_dataproc.py |  4 +-
 .../yandex/operators/yandexcloud_dataproc.py       | 96 ++++++++++++++++------
 docs/spelling_wordlist.txt                         |  2 +
 setup.py                                           |  2 +-
 .../yandex/hooks/test_yandexcloud_dataproc.py      |  2 +-
 .../yandex/operators/test_yandexcloud_dataproc.py  | 31 ++++---
 8 files changed, 99 insertions(+), 44 deletions(-)