We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43de625 commit 6977c47Copy full SHA for 6977c47
airflow/providers/google/cloud/hooks/bigquery.py
@@ -1766,7 +1766,7 @@ def run_load(
1766
:param labels: A dictionary containing labels for the BiqQuery table.
1767
:type labels: dict
1768
:param description: A string containing the description for the BigQuery table.
1769
- :type descriptin: str
+ :type description: str
1770
"""
1771
warnings.warn(
1772
"This method is deprecated. Please use `BigQueryHook.insert_job` method.", DeprecationWarning
0 commit comments