shahar1 commented on code in PR #38430:
URL: https://github.com/apache/airflow/pull/38430#discussion_r1536679389


##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -82,32 +83,113 @@ class BigQueryHook(GoogleBaseHook, DbApiHook):
 
     This hook uses the Google Cloud connection.
 
-    :param gcp_conn_id: The Airflow connection used for GCP credentials.
     :param use_legacy_sql: This specifies whether to use legacy SQL dialect.
     :param location: The location of the BigQuery resource.
     :param priority: Specifies a priority for the query.
         Possible values include INTERACTIVE and BATCH.
         The default value is INTERACTIVE.
     :param api_resource_configs: This contains params configuration applied for
         Google BigQuery jobs.
-    :param impersonation_chain: This is the optional service account to

Review Comment:
   Both `gcp_conn_id` and `impersonation_chain` exist in the parent



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to