From c67355474011ffe5ed368fa800d191f0ac228bf9 Mon Sep 17 00:00:00 2001 From: Mai Nakagawa Date: Wed, 1 Dec 2021 16:05:38 +0900 Subject: [PATCH] Fixed the minor typo --- airflow/providers/google/cloud/hooks/bigquery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/providers/google/cloud/hooks/bigquery.py b/airflow/providers/google/cloud/hooks/bigquery.py index b32971d3aca85..95870027301aa 100644 --- a/airflow/providers/google/cloud/hooks/bigquery.py +++ b/airflow/providers/google/cloud/hooks/bigquery.py @@ -1766,7 +1766,7 @@ def run_load( :param labels: A dictionary containing labels for the BiqQuery table. :type labels: dict :param description: A string containing the description for the BigQuery table. - :type descriptin: str + :type description: str """ warnings.warn( "This method is deprecated. Please use `BigQueryHook.insert_job` method.", DeprecationWarning