Skip to content

Commit

Permalink
increment job runner version (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Mar 14, 2024
1 parent 7f9d104 commit 53da18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libcommon/src/libcommon/processing_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def parse_id(id: str) -> tuple[str, str, Optional[str], Optional[str], str]:
"dataset-loading-tags": {
"input_type": "dataset",
"triggered_by": "dataset-info",
"job_runner_version": 1,
"job_runner_version": 2,
"difficulty": 20,
},
}
Expand Down

0 comments on commit 53da18c

Please sign in to comment.