Zhenye-Na commented on code in PR #34573:
URL: https://github.com/apache/airflow/pull/34573#discussion_r1335097731
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -532,6 +532,7 @@ def __init__(
labels: dict | None = None,
deferrable: bool = conf.getboolean("operators", "default_deferrable",
fallback=False),
poll_interval: float = 4.0,
+ bq_project_id: str | None = None,
Review Comment:
Are you suggesting to change the name of this variable from `bq_project_id`
to `project_id` ? Sure, I will create a next rev for this
--
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]