pankajastro commented on code in PR #32029:
URL: https://github.com/apache/airflow/pull/32029#discussion_r1240051624


##########
airflow/providers/amazon/aws/sensors/emr.py:
##########
@@ -424,12 +431,16 @@ def __init__(
         job_flow_id: str,
         target_states: Iterable[str] | None = None,
         failed_states: Iterable[str] | None = None,
+        deferrable: bool = False,

Review Comment:
   I'm not sure If we followed such a convention but making deferrable param 
consistent makes sense  
https://github.com/search?q=repo%3Aapache%2Fairflow+deferrable%3A+bool+path%3A%2F%5Eairflow%5C%2Fproviders%5C%2Famazon%5C%2Faws%5C%2F%2F&type=code
  



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to