This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 0ebd642 Switch XCom implementation to use run_id (#20975)
add af2c047 Add GoogleCalendarToGCSOperator (#20769)
No new revisions were added by this update.
Summary of changes:
...sheets_to_gcs.py => example_calendar_to_gcs.py} | 20 ++-
.../google/cloud/transfers/calendar_to_gcs.py | 194 +++++++++++++++++++++
airflow/providers/google/provider.yaml | 4 +
.../{sheets_to_gcs.rst => calendar_to_gcs.rst} | 27 ++-
.../google/cloud/transfers/test_calendar_to_gcs.py | 129 ++++++++++++++
...cs_system.py => test_calendar_to_gcs_system.py} | 18 +-
6 files changed, 361 insertions(+), 31 deletions(-)
copy airflow/providers/google/cloud/example_dags/{example_sheets_to_gcs.py =>
example_calendar_to_gcs.py} (69%)
create mode 100644 airflow/providers/google/cloud/transfers/calendar_to_gcs.py
copy
docs/apache-airflow-providers-google/operators/transfer/{sheets_to_gcs.rst =>
calendar_to_gcs.rst} (58%)
create mode 100644
tests/providers/google/cloud/transfers/test_calendar_to_gcs.py
copy tests/providers/google/cloud/transfers/{test_gdrive_to_gcs_system.py =>
test_calendar_to_gcs_system.py} (75%)