hussein-awala commented on code in PR #34573:
URL: https://github.com/apache/airflow/pull/34573#discussion_r1335141166
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -505,6 +505,7 @@ class BigQueryIntervalCheckOperator(_BigQueryDbHookMixin,
SQLIntervalCheckOperat
:param deferrable: Run operator in the deferrable mode
:param poll_interval: (Deferrable mode only) polling period in seconds to
check for the status of job.
Defaults to 4 seconds.
+ :param project_ud: a string represents the BigQuery projectId
Review Comment:
```suggestion
:param project_id: a string represents the BigQuery projectId
```
--
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]