This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 564192c Add AWS StepFunctions integrations to the aws provider (#8749)
add 23f80f3 Move gcs & wasb task handlers to their respective provider
packages (#9714)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 8 +
.../google/cloud}/log/gcs_task_handler.py | 0
.../providers/microsoft/azure/log}/__init__.py | 0
.../microsoft/azure}/log/wasb_task_handler.py | 0
airflow/utils/log/gcs_task_handler.py | 177 ++------------------
airflow/utils/log/wasb_task_handler.py | 179 ++-------------------
docs/autoapi_templates/index.rst | 1 +
tests/deprecated_classes.py | 8 +
tests/test_project_structure.py | 2 +
9 files changed, 43 insertions(+), 332 deletions(-)
copy airflow/{utils => providers/google/cloud}/log/gcs_task_handler.py (100%)
copy {tests/providers/zendesk/hooks =>
airflow/providers/microsoft/azure/log}/__init__.py (100%)
copy airflow/{utils => providers/microsoft/azure}/log/wasb_task_handler.py
(100%)