Open
Description
Hi IDEA-Research
I've been using DinoxTask from dds-cloudapi-sdk without any issues previously.
However, since the SDK seems to have migrated to v2-style APIs, I started encountering the following error:
from dds_cloudapi_sdk.tasks.dinox import DinoxTask
ModuleNotFoundError: No module named 'dds_cloudapi_sdk.tasks.dinox'
Here are some details:
✅ dds-cloudapi-sdk installed successfully:
Successfully installed dds-cloudapi-sdk-0.4.1
I also checked the repository:
init.py does not include DinoxTask
It used to work well before this change
✅ dds-cloudapi-sdk==0.3.* contains the dinox module and DinoxTask class
❌ In v0.4.1, there is no such module inside dds_cloudapi_sdk.tasks
This error started happening after the SDK moved to v2-style APIs
Metadata
Metadata
Assignees
Labels
No labels