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 2022/07/12 17:35:58 UTC

[airflow] branch main updated (2a0d3d132f -> 93992f2361)

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 2a0d3d132f Add absolute paths for typescript files (#24978)
     add 93992f2361 PubSub assets & system tests migration (AIP-47) (#24867)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/links/{spanner.py => pubsub.py}   |  43 ++++---
 airflow/providers/google/cloud/operators/pubsub.py |  15 +++
 airflow/providers/google/provider.yaml             |   2 +
 .../operators/cloud/pubsub.rst                     |  18 +--
 .../google/cloud/operators/test_pubsub.py          |  15 ++-
 .../google/cloud/operators/test_pubsub_system.py   |  39 -------
 .../providers/google/cloud/pubsub}/__init__.py     |   0
 .../google/cloud/pubsub}/example_pubsub.py         | 125 ++++++++-------------
 8 files changed, 105 insertions(+), 152 deletions(-)
 copy airflow/providers/google/cloud/links/{spanner.py => pubsub.py} (56%)
 delete mode 100644 tests/providers/google/cloud/operators/test_pubsub_system.py
 copy {airflow/api_connexion => tests/system/providers/google/cloud/pubsub}/__init__.py (100%)
 rename {airflow/providers/google/cloud/example_dags => tests/system/providers/google/cloud/pubsub}/example_pubsub.py (55%)