Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dittamo <[email protected]>
  • Loading branch information
pvditt committed Oct 25, 2024
1 parent 636c4aa commit a6d3250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/tools/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def get_serializable_array_node(
options: Optional[Options] = None,
) -> ArrayNodeModel:
array_node = node.flyte_entity
# pass in parent node metadata to be set for subnode
array_node.metadata = node.metadata
return ArrayNodeModel(
node=get_serializable_node(entity_mapping, settings, array_node, options=options),
Expand Down

0 comments on commit a6d3250

Please sign in to comment.