Skip to content

Commit

Permalink
[AIRFLOW-170] Add missing @apply_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed May 24, 2016
1 parent ee24855 commit 85d23a3
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 @@ -15,14 +15,15 @@

from airflow.contrib.hooks.gcs_hook import GoogleCloudStorageHook
from airflow.models import BaseOperator
import os
from airflow.utils.decorators import apply_defaults


class FileToGoogleCloudStorageOperator(BaseOperator):
"""
Uploads a file to Google Cloud Storage
"""

@apply_defaults
def __init__(self,
src,
dst,
Expand Down

0 comments on commit 85d23a3

Please sign in to comment.