uranusjr commented on code in PR #31422:
URL: https://github.com/apache/airflow/pull/31422#discussion_r1201796492
##########
airflow/providers/google/cloud/triggers/bigquery.py:
##########
@@ -549,7 +549,7 @@ class
BigQueryTablePartitionExistenceTrigger(BigQueryTableExistenceTrigger):
:param table_id: The table ID of the requested table.
:param gcp_conn_id: Reference to google cloud connection id
:param hook_params: params for hook
- :param poll_interval: polling period in seconds to check for the status
+ :param poll_interval: polling period in seconds to check for the status.
Review Comment:
Should add newline before the first `:param:` instead.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]