Skip to content

Commit

Permalink
change field name for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
noctillion committed Apr 29, 2024
1 parent ee80986 commit 8afaebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chord_metadata_service/chord/workflows/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def json_file_input(id_: str, required: bool = True):

workflow_set.add_workflow(WORKFLOW_EXPERIMENTS_JSON_WITH_FILES, wm.WorkflowDefinition(
type="ingestion",
name="Bento Experiments JSON-extended",
name="Bento Experiments JSON With Files",
description="This workflow ingests experiments and related files into DRS.",
data_type=DATA_TYPE_EXPERIMENT,
tags=[DATA_TYPE_EXPERIMENT, "experiment_result"],
Expand Down

0 comments on commit 8afaebb

Please sign in to comment.