Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Aug 14, 2017
2 parents 9660293 + d295cf1 commit 0a2902c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/contrib/operators/file_to_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class FileToGoogleCloudStorageOperator(BaseOperator):
:param delegate_to: The account to impersonate, if any
:type delegate_to: string
"""

template_fields = ('src', 'dst', 'bucket')

@apply_defaults
def __init__(self,
src,
Expand Down

0 comments on commit 0a2902c

Please sign in to comment.