From 49294746b3916b2d70033179a6d3d0bb0226940f Mon Sep 17 00:00:00 2001 From: ccl-core <91942859+ccl-core@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:11:52 +0200 Subject: [PATCH] Update croissant_crumbs.py --- .../worker/src/worker/job_runners/dataset/croissant_crumbs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py b/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py index a59994a86..935fa22d1 100644 --- a/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py +++ b/services/worker/src/worker/job_runners/dataset/croissant_crumbs.py @@ -114,7 +114,7 @@ def get_croissant_crumbs_from_dataset_infos( "name": split_record_set_name, "description": f"Splits for the {record_set_name} config.", "field": [split_field], - "data": [{"split_name": split_name} for split_name in splits], + "data": [{f"{split_record_set_name}/split_name": split_name} for split_name in splits], } ) )