Fokko commented on a change in pull request #3475: [AIRFLOW-2315] Improve S3Hook
URL: https://github.com/apache/incubator-airflow/pull/3475#discussion_r210191354
##########
File path: airflow/contrib/operators/ecs_operator.py
##########
@@ -52,8 +52,13 @@ class ECSOperator(BaseOperator):
template_fields = ('overrides',)
@apply_defaults
- def __init__(self, task_definition, cluster, overrides,
- aws_conn_id=None, region_name=None, launch_type='EC2',
**kwargs):
+ def __init__(self,
+ task_definition,
+ cluster, overrides,
Review comment:
Maybe place `overrides` on a separate line as well?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services