eladkal commented on code in PR #26035:
URL: https://github.com/apache/airflow/pull/26035#discussion_r957185040
##########
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:
If adding `EmrStepsSensor` do we still need `EmrStepSensor`?
--
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]