Skip to content

Commit

Permalink
Add missing docstring in BigQueryHook.create_empty_table (#7817)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Mar 23, 2020
1 parent b7ecc01 commit 56c013c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/providers/google/cloud/hooks/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def create_empty_table(self, # pylint: disable=too-many-arguments
"kmsKeyName": "projects/testp/locations/us/keyRings/test-kr/cryptoKeys/test-key"
}
:type encryption_configuration: dict
:param num_retries: Maximum number of retries in case of connection problems.
:type num_retries: int
:return: None
"""
service = self.get_service()
Expand Down

0 comments on commit 56c013c

Please sign in to comment.
  翻译: