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