Skip to content

Commit 915b0c6

Browse files
authored
add missing docstring in BigQueryHook.create_empty_table (#23270)
1 parent c8cea8e commit 915b0c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ def create_empty_table(
370370
"kmsKeyName": "projects/testp/locations/us/keyRings/test-kr/cryptoKeys/test-key"
371371
}
372372
:param num_retries: Maximum number of retries in case of connection problems.
373+
:param location: (Optional) The geographic location where the table should reside.
373374
:param exists_ok: If ``True``, ignore "already exists" errors when creating the table.
374375
:return: Created table
375376
"""

0 commit comments

Comments
 (0)