Skip to content

Commit

Permalink
add missing docstring in BigQueryHook.create_empty_table (#23270)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Apr 27, 2022
1 parent c8cea8e commit 915b0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/google/cloud/hooks/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def create_empty_table(
"kmsKeyName": "projects/testp/locations/us/keyRings/test-kr/cryptoKeys/test-key"
}
:param num_retries: Maximum number of retries in case of connection problems.
:param location: (Optional) The geographic location where the table should reside.
:param exists_ok: If ``True``, ignore "already exists" errors when creating the table.
:return: Created table
"""
Expand Down

0 comments on commit 915b0c6

Please sign in to comment.