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

[airflow] branch master updated (a779c4d -> 886afaf)

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

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


    from a779c4d  add separate example dags and system tests for GCSToGoogleSheetsOperator (#9066)
     add 886afaf  Add example dag and system test for LocalFilesystemToGCSOperator (#9043)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_local_to_gcs.py}    | 45 +++++++++++-----------
 .../{facebook_ads_to_gcs.rst => local_to_gcs.rst}  | 36 +++++++++--------
 docs/operators-and-hooks-ref.rst                   |  2 +-
 ...peech_system.py => test_local_to_gcs_system.py} | 12 ++++--
 tests/test_project_structure.py                    |  2 -
 5 files changed, 52 insertions(+), 45 deletions(-)
 copy airflow/{contrib/operators/file_to_gcs.py => providers/google/cloud/example_dags/example_local_to_gcs.py} (50%)
 copy docs/howto/operator/gcp/{facebook_ads_to_gcs.rst => local_to_gcs.rst} (52%)
 copy tests/providers/google/cloud/operators/{test_text_to_speech_system.py => test_local_to_gcs_system.py} (75%)