Skip to content

Commit 6977c47

Browse files
authored
BigQueryHook fix typo in run_load doc string (#19924)
1 parent 43de625 commit 6977c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/providers/google/cloud/hooks/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ def run_load(
17661766
:param labels: A dictionary containing labels for the BiqQuery table.
17671767
:type labels: dict
17681768
:param description: A string containing the description for the BigQuery table.
1769-
:type descriptin: str
1769+
:type description: str
17701770
"""
17711771
warnings.warn(
17721772
"This method is deprecated. Please use `BigQueryHook.insert_job` method.", DeprecationWarning

0 commit comments

Comments
 (0)