shahar1 commented on code in PR #70364:
URL: https://github.com/apache/airflow/pull/70364#discussion_r3651999331
##########
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:
This change is a breaking change - we should slowly deprecate it
--
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]