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/12/14 15:44:28 UTC

[airflow] branch main updated (1a2a249 -> 41c49c7)

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 1a2a249  Fix mypy spark hooks (#20290)
     add 41c49c7  YandexCloud provider: Support new Yandex SDK features: log_group_id, user-agent, maven packages (#20103)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_yandexcloud_dataproc.py   | 12 +++++--
 airflow/providers/yandex/hooks/yandex.py           | 16 ++++++++-
 .../yandex/operators/yandexcloud_dataproc.py       | 40 ++++++++++++++++++++++
 docs/spelling_wordlist.txt                         |  1 +
 setup.py                                           |  2 +-
 .../yandex/operators/test_yandexcloud_dataproc.py  | 11 ++++++
 6 files changed, 77 insertions(+), 5 deletions(-)