Closed jfcalvo closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.19%. Comparing base (
098d36b
) to head (249e5d8
). Report is 1 commits behind head on feat/argilla-direct-feature-branch.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR add the dataset imported split to be used as
external_id
when there is no value forexternal_id
specified on the import mapping.If importing the split
train
for a dataset and noexternal_id
is provided theexternal_id
will be calculated like the following:train_0
: first row oftrain
split.train_1
: second row oftrain
split.With this we are avoiding row duplications when another split is imported to the same dataset. So if later we import the
test
split for the same dataset we will have forexternal_id
:train_0
: first row oftrain
split.train_1
: second row oftrain
split.test_0
: first row oftest
split.test_1
: second row oftest
split.Refs https://github.com/argilla-io/roadmap/issues/21
Type of change
How Has This Been Tested
Checklist