You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/04/29 16:02:50 UTC

[airflow] branch main updated: Remove redundant docstring in `BigQueryUpdateTableSchemaOperator` (#23349)

This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f9845095e Remove redundant docstring in `BigQueryUpdateTableSchemaOperator` (#23349)
3f9845095e is described below

commit 3f9845095e5e51595af73c237491c04012ddbbd9
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Fri Apr 29 19:02:42 2022 +0300

    Remove redundant docstring in `BigQueryUpdateTableSchemaOperator` (#23349)
---
 airflow/providers/google/cloud/operators/bigquery.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/airflow/providers/google/cloud/operators/bigquery.py b/airflow/providers/google/cloud/operators/bigquery.py
index 153b0c39b4..8eb5c67b86 100644
--- a/airflow/providers/google/cloud/operators/bigquery.py
+++ b/airflow/providers/google/cloud/operators/bigquery.py
@@ -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.