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

Issue with project.export_tasks() ids parameter #199

Open
Vr1llon opened this issue Mar 24, 2024 · 1 comment
Open

Issue with project.export_tasks() ids parameter #199

Vr1llon opened this issue Mar 24, 2024 · 1 comment

Comments

@Vr1llon
Copy link

Vr1llon commented Mar 24, 2024

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",
    
)
@CharalamposGeorgiadis
Copy link
Contributor

I have been having the same issue for a few months now (HumanSignal/label-studio#5179). A fix/explanation would be very much appreciated, since I am currently downloading everything and removing the tasks I don't want using additional code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants