You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jason Prodonovich (JIRA)" <ji...@apache.org> on 2017/12/12 16:25:00 UTC

[jira] [Created] (AIRFLOW-1913) Add Delete method for GCP Pub/Sub Topics and Create/Delete for Subscriptions

Jason Prodonovich created AIRFLOW-1913:
------------------------------------------

             Summary: Add Delete method for GCP Pub/Sub Topics and Create/Delete for Subscriptions
                 Key: AIRFLOW-1913
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1913
             Project: Apache Airflow
          Issue Type: Improvement
          Components: contrib, gcp, hooks
    Affects Versions: Airflow 1.8
            Reporter: Jason Prodonovich
            Assignee: Jason Prodonovich


There have been requests for Operators that pull messages from Google Cloud Pub/Sub and then act upon the receipt of those messages. In order to facilitate that, additional capabilities must be added to the PubSubHook class that allow for creating/deleting Subscriptions and adding the ability to delete a Topic from a project as well.

These capabilities allow for Workflows and end-to-end tests to perform all of the necessary setup and cleanup when creating, publishing, receiving, and removing messages to and from Cloud PubSub topics.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)