Skip to content

Commit

Permalink
correct operator name
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingregory committed Feb 7, 2018
1 parent 3846c37 commit 8f28f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/mongo_to_s3_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from airflow.models import BaseOperator


class MongoToS3BaseOperator(BaseOperator):
class MongoToS3Operator(BaseOperator):
"""
Mongo -> S3
:param mongo_conn_id: The source mongo connection id.
Expand Down

0 comments on commit 8f28f84

Please sign in to comment.