Skip to content

Commit 56c013c

Browse files
authored
Add missing docstring in BigQueryHook.create_empty_table (#7817)
1 parent b7ecc01 commit 56c013c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

β€Žairflow/providers/google/cloud/hooks/bigquery.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ def create_empty_table(self, # pylint: disable=too-many-arguments
223223
"kmsKeyName": "projects/testp/locations/us/keyRings/test-kr/cryptoKeys/test-key"
224224
}
225225
:type encryption_configuration: dict
226+
:param num_retries: Maximum number of retries in case of connection problems.
227+
:type num_retries: int
226228
:return: None
227229
"""
228230
service = self.get_service()

0 commit comments

Comments
 (0)