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 14e6b65 Add timeout and retry to the BigQueryInsertJobOperator
(#22395)
add 7b851ed Add `LocalFilesystemToGoogleDriveOperator` (#22219)
No new revisions were added by this update.
Summary of changes:
airflow/providers/google/provider.yaml | 4 +
.../suite/example_dags/example_local_to_drive.py | 56 +++++++++
.../google/suite/transfers/local_to_drive.py | 130 +++++++++++++++++++++
.../operators/transfer/local_to_drive.rst} | 33 ++----
.../google/suite/transfers/test_local_to_drive.py | 53 +++++++++
5 files changed, 253 insertions(+), 23 deletions(-)
create mode 100644
airflow/providers/google/suite/example_dags/example_local_to_drive.py
create mode 100644 airflow/providers/google/suite/transfers/local_to_drive.py
copy docs/{apache-airflow-providers-microsoft-azure/operators/adls.rst =>
apache-airflow-providers-google/operators/transfer/local_to_drive.rst} (54%)
create mode 100644
tests/providers/google/suite/transfers/test_local_to_drive.py