ferruzzi commented on a change in pull request #15727:
URL: https://github.com/apache/airflow/pull/15727#discussion_r628782321
##########
File path: airflow/providers/amazon/aws/operators/emr_create_job_flow.py
##########
@@ -40,7 +42,7 @@ class EmrCreateJobFlowOperator(BaseOperator):
:type region_name: Optional[str]
"""
- template_fields = ['job_flow_overrides']
+ template_fields = ['job_flow_overrides' , 'aws_conn_id']
Review comment:
Looks like this extra whitespace (in this file and others) is triggering
the CI test failures. Running ` pre-commit run --all-files` should auto-format
most/all of that out for you using `black` and `flake8`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]