You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/06 00:47:43 UTC

[airflow] branch main updated (8ca3eda -> 564fe63)

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 8ca3eda  Fixing MyPy issues in testa/jobs (#19998)
     add 564fe63  Added example DAG for MSSQL to Google Cloud Storage (GCS) (#19873)

No new revisions were added by this update.

Summary of changes:
 ...ple_mysql_to_gcs.py => example_mssql_to_gcs.py} | 24 ++++++++++++---------
 .../google/cloud/transfers/mssql_to_gcs.py         |  5 +++++
 airflow/providers/google/provider.yaml             |  4 ++++
 .../{mysql_to_gcs.rst => mssql_to_gcs.rst}         | 25 ++++++++++------------
 tests/always/test_project_structure.py             |  1 -
 5 files changed, 34 insertions(+), 25 deletions(-)
 copy airflow/providers/google/cloud/example_dags/{example_mysql_to_gcs.py => example_mssql_to_gcs.py} (63%)
 copy docs/apache-airflow-providers-google/operators/transfer/{mysql_to_gcs.rst => mssql_to_gcs.rst} (69%)