Tencent Cloud DTS (Data Transmission Service) SDK for Python, part of the official tencentcloud-sdk-python ecosystem. Version 3.1.88 provides APIs to manage data migration, sync, and subscription tasks. The SDK follows a monthly release cadence aligned with the main tencentcloud-sdk-python package.
pip install tencentcloud-sdk-python-dtsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Lists DTS migrate jobs. Set env vars TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY.
Use 'v20180330' for current DTS APIs. Check Tencent Cloud documentation for the exact version.
Always use: from tencentcloud.dts.v20180330 import dts_client, models
Use credential.Credential(secret_id='...', secret_key='...') instead of passing raw strings.
Install using 'pip install tencentcloud-sdk-python-dts' and ensure import path is 'from tencentcloud.dts.v20180330 import ...'
Use 'from tencentcloud.dts.v20180330 import dts_client' after ensuring the SDK is installed.
Update the SDK to the latest version and use the models from the correct versioned subpackage.