Skip to content

Commit

Permalink
Remove redundant docstring in BigQueryUpdateTableSchemaOperator (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Apr 29, 2022
1 parent 0fcdc5e commit 3f98450
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/providers/google/cloud/operators/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -1856,8 +1856,6 @@ class BigQueryUpdateTableSchemaOperator(BaseOperator):
:param project_id: The name of the project where we want to update the dataset.
Don't need to provide, if projectId in dataset_reference.
:param gcp_conn_id: (Optional) The connection ID used to connect to Google Cloud.
:param bigquery_conn_id: (Deprecated) The connection ID used to connect to Google Cloud.
This parameter has been deprecated. You should pass the gcp_conn_id parameter instead.
:param delegate_to: The account to impersonate, if any.
For this to work, the service account making the request must have domain-wide
delegation enabled.
Expand Down

0 comments on commit 3f98450

Please sign in to comment.
  翻译: