You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by di...@apache.org on 2020/05/29 21:31:49 UTC

[airflow] branch master updated (5cf46fa -> a779c4d)

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

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


    from 5cf46fa  Add SlackAPIFileOperator impementing files.upload from Slack API (#9004)
     add a779c4d  add separate example dags and system tests for GCSToGoogleSheetsOperator (#9066)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_gcs_to_sheets.py}         | 22 +++++++++++++++++-----
 docs/howto/operator/gcp/gcs_to_sheets.rst          | 10 +++++-----
 .../operators/test_gcs_to_sheets_system.py}        | 16 +++++++++++-----
 tests/test_project_structure.py                    |  1 -
 4 files changed, 33 insertions(+), 16 deletions(-)
 copy airflow/providers/google/{cloud/example_dags/example_sheets_to_gcs.py => suite/example_dags/example_gcs_to_sheets.py} (65%)
 copy tests/providers/google/{cloud/operators/test_sheets_to_gcs_system.py => suite/operators/test_gcs_to_sheets_system.py} (75%)