mik-laj commented on a change in pull request #4465: [AIRFLOW-3682] Rename s3_default to aws_default URL: https://github.com/apache/airflow/pull/4465#discussion_r255072370
########## File path: UPDATING.md ########## @@ -24,6 +24,14 @@ assists users migrating to a new version. ## Airflow Master + +#### Change default aws_conn_id in EMR operators + +The aws_conn_id was accidently set to 's3_default' instead of 'aws_default' in some of the emr operators in previous +versions. This was leading to emr_step_sensors not being able to find their corresponding emr cluster. With the new +changes in the emr_add_steps_operator, emr_terminate_job_flow_operator and emr_create_job_flow_operator this issue is Review comment: I do not know if it would be helpful to add a link to the section in the documentation that discusses how to configure the connection to AWS. https://airflow.apache.org/en/latest/howto/manage-connections.html#amazon-web-services ---------------------------------------------------------------- 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
