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/07/26 18:59:39 UTC

[airflow] branch main updated (aaf44cc -> 448e50b)

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 aaf44cc  Updating miscellaneous Google example DAGs to use XComArgs (#16876)
     add 448e50b  Updating Google Cloud example DAGs to use XComArgs (#16875)

No new revisions were added by this update.

Summary of changes:
 .../example_automl_nl_text_classification.py       | 12 +++--
 .../example_automl_nl_text_extraction.py           | 13 +++--
 .../example_automl_nl_text_sentiment.py            | 13 +++--
 .../cloud/example_dags/example_automl_tables.py    | 29 +++++++----
 .../example_dags/example_automl_translation.py     | 13 +++--
 ...ple_automl_video_intelligence_classification.py | 13 +++--
 .../example_automl_video_intelligence_tracking.py  | 13 +++--
 .../example_automl_vision_classification.py        | 13 +++--
 .../example_automl_vision_object_detection.py      | 13 +++--
 .../example_dags/example_azure_fileshare_to_gcs.py | 19 ++++----
 .../cloud/example_dags/example_bigquery_dts.py     | 20 ++++----
 .../cloud/example_dags/example_bigquery_queries.py |  4 +-
 .../example_dags/example_cloud_memorystore.py      | 10 ++--
 .../google/cloud/example_dags/example_cloud_sql.py | 25 ++++------
 .../example_cloud_storage_transfer_service_aws.py  |  4 --
 .../cloud/example_dags/example_datacatalog.py      | 43 +++++++---------
 .../google/cloud/example_dags/example_dataproc.py  | 30 +++++++-----
 .../google/cloud/example_dags/example_datastore.py | 57 ++++++++++++----------
 .../google/cloud/example_dags/example_functions.py |  1 +
 .../google/cloud/example_dags/example_gcs.py       |  3 +-
 .../google/cloud/example_dags/example_mlengine.py  |  7 +--
 .../cloud/example_dags/example_natural_language.py |  8 +--
 .../google/cloud/example_dags/example_pubsub.py    | 18 +++++--
 .../google/cloud/example_dags/example_tasks.py     |  3 +-
 .../google/cloud/example_dags/example_vision.py    | 49 +++++++++++++------
 .../google/cloud/example_dags/example_workflows.py | 15 ++++--
 26 files changed, 271 insertions(+), 177 deletions(-)