You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by on...@apache.org on 2023/03/07 16:31:05 UTC

[airflow] branch main updated (c405ecb63e -> b6392ae5fd)

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

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


    from c405ecb63e DatabricksSubmitRunOperator to support taskflow (#29840)
     add b6392ae5fd Support deleting the local log files when using remote logging (#29772)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/airflow_local_settings.py |  3 +-
 airflow/config_templates/config.yml                | 18 +++++++++
 airflow/config_templates/default_airflow.cfg       | 11 +++++
 .../alibaba/cloud/log/oss_task_handler.py          | 32 ++++++++++++---
 .../providers/amazon/aws/log/s3_task_handler.py    | 35 +++++++++++++---
 .../providers/google/cloud/log/gcs_task_handler.py | 32 +++++++++++++--
 .../microsoft/azure/log/wasb_task_handler.py       | 26 +++++++++---
 .../logging-monitoring/logging-tasks.rst           | 10 +++++
 tests/core/test_logging_config.py                  | 21 ++++++++++
 .../alibaba/cloud/log/test_oss_task_handler.py     | 47 ++++++++++++++++++++++
 .../amazon/aws/log/test_s3_task_handler.py         | 19 +++++++++
 .../google/cloud/log/test_gcs_task_handler.py      | 46 ++++++++++++++++++---
 .../microsoft/azure/log/test_wasb_task_handler.py  | 34 ++++++++++++++--
 13 files changed, 305 insertions(+), 29 deletions(-)