ferruzzi commented on code in PR #26035:
URL: https://github.com/apache/airflow/pull/26035#discussion_r961199597
##########
airflow/providers/amazon/aws/sensors/emr.py:
##########
@@ -470,3 +470,102 @@ def failure_message_from_response(response: Dict[str,
Any]) -> Optional[str]:
f"with message {fail_details.get('Message')} and log file
{fail_details.get('LogFile')}"
)
return None
+
+
+class EmrStepsSensor(EmrBaseSensor):
Review Comment:
I haven't really used EMR so I can't speak tool much from a user's
perspective, but it does seem reasonable based solely on the code overlap. Or
perhaps having this one take an optional step name to check, otherwise check
all?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]