You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/08/02 09:00:27 UTC

[airflow] branch master updated (011c07a -> 85c56b1)

This is an automated email from the ASF dual-hosted git repository.

turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 011c07a  Add migration guide for CLI commands (#10078)
     add 85c56b1  Add missing params to GCP Pub/Sub creation_subscription (#10106)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/pubsub.py     | 41 +++++++++++++++++-
 airflow/providers/google/cloud/operators/pubsub.py | 47 ++++++++++++++++++++-
 tests/providers/google/cloud/hooks/test_pubsub.py  | 49 ++++++++++++++++++++++
 .../google/cloud/operators/test_pubsub.py          | 15 +++++++
 4 files changed, 150 insertions(+), 2 deletions(-)