HumanSignal / HumanSignal/label-studio-sdk

Issue with project.export_tasks() ids parameter

Open
#199 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
192
Forks
127
Avg merge
1d 18h
Merged PRs (30d)
1

Description

sdk 0.0.32
python 3.11.7

Running:

```
project.export_tasks(ids=[23])
```

SDK exports all my labeled tasks, not the task ID 23.
I tried a couple of different parameter combinations, but the result is always the same:

```
project.export_tasks(ids=[105, 111], download_all_tasks=False)`
```
```
project.export_tasks(
export_type="CONLL2003",
ids=dev_ids,
export_location="../models/second_version/data/dev.conll",

)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.