This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 16b47ce Invalidate Vault cached prop when not authenticated (#17387)
add fe34582 New google operator: SQLToGoogleSheetsOperator (#17887)
No new revisions were added by this update.
Summary of changes:
airflow/providers/google/provider.yaml | 4 +
.../example_dags/example_sql_to_sheets.py} | 26 ++---
.../{gcs_to_sheets.py => sql_to_sheets.py} | 107 +++++++++++++--------
.../{gcs_to_sheets.rst => sql_to_sheets.rst} | 21 ++--
.../google/suite/transfers/test_sql_to_sheets.py | 65 +++++++++++++
5 files changed, 156 insertions(+), 67 deletions(-)
copy airflow/providers/google/{cloud/example_dags/example_sheets_to_gcs.py =>
suite/example_dags/example_sql_to_sheets.py} (62%)
copy airflow/providers/google/suite/transfers/{gcs_to_sheets.py =>
sql_to_sheets.py} (56%)
copy
docs/apache-airflow-providers-google/operators/transfer/{gcs_to_sheets.rst =>
sql_to_sheets.rst} (68%)
create mode 100644 tests/providers/google/suite/transfers/test_sql_to_sheets.py