Skip to content

Commit

Permalink
Fixes docstring for PubSubCreateSubscriptionOperator (#20237)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolban-google committed Dec 21, 2021
1 parent 46a6088 commit 2ffdcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/google/cloud/operators/pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ class PubSubCreateSubscriptionOperator(BaseOperator):
topic_project='my-project', topic='my-topic')
)
``topic_project``, ``topic``, ``subscription``, and
``subscription`` are templated so you can use variables in them.
``topic_project``, ``topic``, ``subscription``, ``subscription_project_id`` and
``impersonation_chain`` are templated so you can use variables in them.
:param project_id: Optional, the Google Cloud project ID where the topic exists.
If set to None or missing, the default project_id from the Google Cloud connection is used.
Expand Down

0 comments on commit 2ffdcf4

Please sign in to comment.