daesung9511 commented on code in PR #70364:
URL: https://github.com/apache/airflow/pull/70364#discussion_r3662753157


##########
providers/amazon/src/airflow/providers/amazon/aws/operators/step_function.py:
##########
@@ -97,7 +97,7 @@ def __init__(
         self.state_machine_arn = state_machine_arn
         self.name = name
         self.is_redrive_execution = is_redrive_execution
-        self.input = state_machine_input
+        self.state_machine_input = state_machine_input

Review Comment:
   Thanks! I kept input as a deprecated alias for state_machine_input and added 
tests. Does this look like the right approach?



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

Reply via email to