syedahsn commented on code in PR #28484:
URL: https://github.com/apache/airflow/pull/28484#discussion_r1054671315


##########
airflow/providers/amazon/aws/operators/emr.py:
##########
@@ -113,8 +122,14 @@ def execute(self, context: Context) -> list[str]:
         steps = self.steps
         if isinstance(steps, str):
             steps = ast.literal_eval(steps)
-
-        return emr_hook.add_job_flow_steps(job_flow_id=job_flow_id, 
steps=steps, wait_for_completion=True)
+        # from pdb import set_trace
+        # set_trace()

Review Comment:
   Oops, that's embarrassing 😅. But I didn't know about the `breakpoint()` 
method, so it looks like I learned something 😃



-- 
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