Skip to content

Commit

Permalink
BigQueryHook fix typo in run_load doc string (#19924)
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-nakagawa committed Dec 1, 2021
1 parent 43de625 commit 6977c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6977c47

Please sign in to comment.