Skip to content

Commit

Permalink
component.py split_names parse change and readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrnh committed Apr 13, 2023
1 parent 4991484 commit ff15f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tfx_addons/copy_example_gen/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ def CopyExampleGen( # pylint: disable=C0103
fileio.copy(tfrecord, file_destination, True)

# Build split_names in required Examples Artifact properties format.
example_properties_split_names = "[\"{}\"]".format('","'.join(input_dict.keys()))
example_properties_split_names = "[\"{}\"]".format('","'.join(
input_dict.keys()))
output_example.split_names = example_properties_split_names

0 comments on commit ff15f35

Please sign in to comment.