We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6583b3b commit 4c889d6Copy full SHA for 4c889d6
flytekit/models/core/workflow.py
@@ -423,7 +423,7 @@ def to_flyte_idl(self) -> _core_workflow.ArrayNode:
423
execution_mode=self._execution_mode,
424
is_original_sub_node_interface=BoolValue(value=self._is_original_sub_node_interface),
425
data_mode=self._data_mode,
426
- bound_inputs=self._bound_inputs,
+ bound_inputs=sorted(self._bound_inputs),
427
)
428
429
@classmethod
0 commit comments