Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add server dataset hub import #5591

Merged

feat: first iteration of background job to import datasets from hub

b2594b9
Select commit
Loading
Failed to load commit list.
Merged

feat: add server dataset hub import #5591

feat: first iteration of background job to import datasets from hub
b2594b9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 10, 2024 in 0s

81.25% of diff hit (target 91.20%)

View this Pull Request on Codecov

81.25% of diff hit (target 91.20%)

Annotations

Check warning on line 318 in argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py#L318

Added line #L318 was not covered by tests

Check warning on line 320 in argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py#L320

Added line #L320 was not covered by tests

Check warning on line 322 in argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py#L322

Added line #L322 was not covered by tests

Check warning on line 329 in argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/datasets/datasets.py#L329

Added line #L329 was not covered by tests

Check warning on line 35 in argilla-server/src/argilla_server/api/handlers/v1/jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/jobs.py#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 48 in argilla-server/src/argilla_server/api/handlers/v1/jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/jobs.py#L48

Added line #L48 was not covered by tests

Check warning on line 50 in argilla-server/src/argilla_server/api/handlers/v1/jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/jobs.py#L50

Added line #L50 was not covered by tests

Check warning on line 52 in argilla-server/src/argilla_server/api/handlers/v1/jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/handlers/v1/jobs.py#L52

Added line #L52 was not covered by tests

Check warning on line 148 in argilla-server/src/argilla_server/api/policies/v1/dataset_policy.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/policies/v1/dataset_policy.py#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 150 in argilla-server/src/argilla_server/api/policies/v1/dataset_policy.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/policies/v1/dataset_policy.py#L150

Added line #L150 was not covered by tests

Check warning on line 21 in argilla-server/src/argilla_server/api/policies/v1/job_policy.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/policies/v1/job_policy.py#L21

Added line #L21 was not covered by tests

Check warning on line 48 in argilla-server/src/argilla_server/contexts/hub.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/contexts/hub.py#L48

Added line #L48 was not covered by tests

Check warning on line 35 in argilla-server/src/argilla_server/jobs/hub_jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/jobs/hub_jobs.py#L35

Added line #L35 was not covered by tests

Check warning on line 39 in argilla-server/src/argilla_server/jobs/hub_jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/jobs/hub_jobs.py#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 48 in argilla-server/src/argilla_server/jobs/hub_jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/jobs/hub_jobs.py#L48

Added line #L48 was not covered by tests