Skip to content

Commit

Permalink
add more required metadata keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 19, 2024
1 parent 449b0b9 commit 559388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/common/loader_common_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
TOOL_METADATA = 'tool_metadata.json'

# Tool metadata file required keys
TOOL_METADATA_REQUIRED_KEYS = ['tool_name', 'version', 'command']
TOOL_METADATA_REQUIRED_KEYS = ['tool_name', 'version', 'command', 'run_time', 'batch_size']

# The fatal error file created if a data file cannot be successfully processed
FATAL_ERROR_FILE = "fatal_error.json"
Expand Down

0 comments on commit 559388c

Please sign in to comment.