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.
BigQueryHook.create_empty_table
1 parent c8cea8e commit 915b0c6Copy full SHA for 915b0c6
airflow/providers/google/cloud/hooks/bigquery.py
@@ -370,6 +370,7 @@ def create_empty_table(
370
"kmsKeyName": "projects/testp/locations/us/keyRings/test-kr/cryptoKeys/test-key"
371
}
372
:param num_retries: Maximum number of retries in case of connection problems.
373
+ :param location: (Optional) The geographic location where the table should reside.
374
:param exists_ok: If ``True``, ignore "already exists" errors when creating the table.
375
:return: Created table
376
"""
0 commit comments