You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko e018b10e00
SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459)
You have to use the `import_status` action in order to query the input
status. Otherwise, the `/api/projects/{id}/dataset/` endpoint initiates
a dataset export. Currently, `import_dataset` inadvertently monitors the
status of that export, not the original import.
3 years ago
..
__init__.py SDK layer 2 - cover RC1 usecases (#4813) 4 years ago
annotations.py SDK layer 2 - cover RC1 usecases (#4813) 4 years ago
issues.py SDK layer 2 - cover RC1 usecases (#4813) 4 years ago
jobs.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
model_proxy.py Extend SDK layer 2 docs (#4980) 3 years ago
projects.py SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459) 3 years ago
tasks.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
users.py SDK layer 2 - cover RC1 usecases (#4813) 4 years ago