Official Tencent Cloud SDK for Data Lake Compute (DLC) service. Provides APIs to manage DLC resources like tasks, databases, tables, and queries. Current version: 3.1.87. Follows Tencent Cloud SDK release cycle with frequent minor updates.
pip install tencentcloud-sdk-python-dlcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes client and fetches list of Data Lake Compute tasks
Use 'from tencentcloud.dlc.v20210125 import dlc_client'
Set TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables, or use STS temporary credentials.
Pass a valid region string (e.g., 'ap-guangzhou', 'ap-beijing') when constructing DlcClient.
Run 'pip install tencentcloud-sdk-python-dlc' to install the DLC-specific module.
Verify credentials via environment variables or Credential constructor. Ensure the account has DLC access.
Use 'from tencentcloud.dlc.v20210125 import dlc_client' and then 'client = dlc_client.DlcClient(...)'. Do not import DlcClient directly.