Skip to content

Commit

Permalink
[AIRFLOW-XXX] Add missing docstring in GCS Hook & Operator (apache#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored and wayne.morris committed Jul 29, 2019
1 parent b04f38a commit c3fd2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/contrib/hooks/gcs_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def rewrite(self, source_bucket, source_object, destination_bucket,
:type destination_bucket: str
:param destination_object: The (renamed) path of the object if given.
Can be omitted; then the same name is used.
:type destination_object: str
"""
destination_object = destination_object or source_object
if (source_bucket == destination_bucket and
Expand Down

0 comments on commit c3fd2d4

Please sign in to comment.