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 2021/03/15 14:57:36 UTC

[airflow] branch master updated (fd37390 -> ddc9133)

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 fd37390  Further speed up Connexion API tests with pytest session fixtures (#14746)
     add ddc9133  Add GCS timespan transform operator (#13996)

No new revisions were added by this update.

Summary of changes:
 .../example_gcs_timespan_file_transform.py         |  64 ++++++
 airflow/providers/google/cloud/hooks/gcs.py        | 167 ++++++++++++--
 airflow/providers/google/cloud/operators/gcs.py    | 256 ++++++++++++++++++++-
 .../operators/cloud/gcs.rst                        |  20 ++
 tests/providers/google/cloud/hooks/test_gcs.py     |  33 +++
 tests/providers/google/cloud/operators/test_gcs.py | 153 ++++++++++++
 .../test_gcs_timespan_file_transform_system.py     | 113 +++++++++
 7 files changed, 783 insertions(+), 23 deletions(-)
 create mode 100644 airflow/providers/google/cloud/example_dags/example_gcs_timespan_file_transform.py
 create mode 100644 tests/providers/google/cloud/operators/test_gcs_timespan_file_transform_system.py