tencentcloud-sdk-python-wedata 3.1.63__tar.gz → 3.1.67__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/setup.py +1 -1
  3. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/models.py +55 -6
  5. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_wedata-3.1.67/tencentcloud_sdk_python_wedata.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_wedata-3.1.63/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/README.rst +0 -0
  9. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/__init__.py +0 -0
  11. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/__init__.py +0 -0
  12. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
  14. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
  15. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/__init__.py +0 -0
  16. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/models.py +0 -0
  18. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
  19. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
  20. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_wedata-3.1.63 → tencentcloud_sdk_python_wedata-3.1.67}/tencentcloud_sdk_python_wedata.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-wedata
3
- Version: 3.1.63
3
+ Version: 3.1.67
4
4
  Summary: Tencent Cloud Wedata SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.63
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-wedata',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.63,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.67,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Wedata SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.63'
17
+ __version__ = '3.1.67'
@@ -5344,12 +5344,16 @@ class BaseUser(AbstractModel):
5344
5344
  :param _Email: 邮箱
5345
5345
  注意:此字段可能返回 null,表示取不到有效值。
5346
5346
  :type Email: str
5347
+ :param _UserTag: 0: 普通用户 1: entraId用户
5348
+ 注意:此字段可能返回 null,表示取不到有效值。
5349
+ :type UserTag: int
5347
5350
  """
5348
5351
  self._UserId = None
5349
5352
  self._UserName = None
5350
5353
  self._DisplayName = None
5351
5354
  self._PhoneNum = None
5352
5355
  self._Email = None
5356
+ self._UserTag = None
5353
5357
 
5354
5358
  @property
5355
5359
  def UserId(self):
@@ -5411,6 +5415,18 @@ class BaseUser(AbstractModel):
5411
5415
  def Email(self, Email):
5412
5416
  self._Email = Email
5413
5417
 
5418
+ @property
5419
+ def UserTag(self):
5420
+ r"""0: 普通用户 1: entraId用户
5421
+ 注意:此字段可能返回 null,表示取不到有效值。
5422
+ :rtype: int
5423
+ """
5424
+ return self._UserTag
5425
+
5426
+ @UserTag.setter
5427
+ def UserTag(self, UserTag):
5428
+ self._UserTag = UserTag
5429
+
5414
5430
 
5415
5431
  def _deserialize(self, params):
5416
5432
  self._UserId = params.get("UserId")
@@ -5418,6 +5434,7 @@ class BaseUser(AbstractModel):
5418
5434
  self._DisplayName = params.get("DisplayName")
5419
5435
  self._PhoneNum = params.get("PhoneNum")
5420
5436
  self._Email = params.get("Email")
5437
+ self._UserTag = params.get("UserTag")
5421
5438
  memeber_set = set(params.keys())
5422
5439
  for name, value in vars(self).items():
5423
5440
  property_name = name[1:]
@@ -19469,6 +19486,9 @@ class DataSetRecord(AbstractModel):
19469
19486
  :param _MetaFrom: Catalog来源
19470
19487
  注意:此字段可能返回 null,表示取不到有效值。
19471
19488
  :type MetaFrom: str
19489
+ :param _EngineOwner: 引擎侧责任人
19490
+ 注意:此字段可能返回 null,表示取不到有效值。
19491
+ :type EngineOwner: str
19472
19492
  """
19473
19493
  self._AssetId = None
19474
19494
  self._DatasourceName = None
@@ -19537,6 +19557,7 @@ class DataSetRecord(AbstractModel):
19537
19557
  self._FullName = None
19538
19558
  self._Namespace = None
19539
19559
  self._MetaFrom = None
19560
+ self._EngineOwner = None
19540
19561
 
19541
19562
  @property
19542
19563
  def AssetId(self):
@@ -20344,6 +20365,18 @@ class DataSetRecord(AbstractModel):
20344
20365
  def MetaFrom(self, MetaFrom):
20345
20366
  self._MetaFrom = MetaFrom
20346
20367
 
20368
+ @property
20369
+ def EngineOwner(self):
20370
+ r"""引擎侧责任人
20371
+ 注意:此字段可能返回 null,表示取不到有效值。
20372
+ :rtype: str
20373
+ """
20374
+ return self._EngineOwner
20375
+
20376
+ @EngineOwner.setter
20377
+ def EngineOwner(self, EngineOwner):
20378
+ self._EngineOwner = EngineOwner
20379
+
20347
20380
 
20348
20381
  def _deserialize(self, params):
20349
20382
  self._AssetId = params.get("AssetId")
@@ -20447,6 +20480,7 @@ class DataSetRecord(AbstractModel):
20447
20480
  self._FullName = params.get("FullName")
20448
20481
  self._Namespace = params.get("Namespace")
20449
20482
  self._MetaFrom = params.get("MetaFrom")
20483
+ self._EngineOwner = params.get("EngineOwner")
20450
20484
  memeber_set = set(params.keys())
20451
20485
  for name, value in vars(self).items():
20452
20486
  property_name = name[1:]
@@ -86163,6 +86197,9 @@ class ProjectUserRole(AbstractModel):
86163
86197
  :param _Status: 用户状态 0:历史 1:正常 2:已删除
86164
86198
  注意:此字段可能返回 null,表示取不到有效值。
86165
86199
  :type Status: int
86200
+ :param _UserTag: 0: 普通用户 1: entraId用户
86201
+ 注意:此字段可能返回 null,表示取不到有效值。
86202
+ :type UserTag: int
86166
86203
  """
86167
86204
  self._Roles = None
86168
86205
  self._UserName = None
@@ -86178,6 +86215,7 @@ class ProjectUserRole(AbstractModel):
86178
86215
  self._IsProjectOwner = None
86179
86216
  self._CreateTimestamp = None
86180
86217
  self._Status = None
86218
+ self._UserTag = None
86181
86219
 
86182
86220
  @property
86183
86221
  def Roles(self):
@@ -86347,6 +86385,18 @@ class ProjectUserRole(AbstractModel):
86347
86385
  def Status(self, Status):
86348
86386
  self._Status = Status
86349
86387
 
86388
+ @property
86389
+ def UserTag(self):
86390
+ r"""0: 普通用户 1: entraId用户
86391
+ 注意:此字段可能返回 null,表示取不到有效值。
86392
+ :rtype: int
86393
+ """
86394
+ return self._UserTag
86395
+
86396
+ @UserTag.setter
86397
+ def UserTag(self, UserTag):
86398
+ self._UserTag = UserTag
86399
+
86350
86400
 
86351
86401
  def _deserialize(self, params):
86352
86402
  if params.get("Roles") is not None:
@@ -86368,6 +86418,7 @@ class ProjectUserRole(AbstractModel):
86368
86418
  self._IsProjectOwner = params.get("IsProjectOwner")
86369
86419
  self._CreateTimestamp = params.get("CreateTimestamp")
86370
86420
  self._Status = params.get("Status")
86421
+ self._UserTag = params.get("UserTag")
86371
86422
  memeber_set = set(params.keys())
86372
86423
  for name, value in vars(self).items():
86373
86424
  property_name = name[1:]
@@ -118609,12 +118660,11 @@ class TriggerManualTasksRequest(AbstractModel):
118609
118660
  :type TriggerScope: str
118610
118661
  :param _DataTimeList: 运行数据时间列表
118611
118662
  :type DataTimeList: list of str
118612
- :param _WorkflowId: 工作流ID
118663
+ :param _WorkflowId: 手动工作流ID
118613
118664
  :type WorkflowId: str
118614
118665
  :param _Remark: 备注
118615
118666
  :type Remark: str
118616
- :param _TaskIds: 需要运行的任务列表
118617
- TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
118667
+ :param _TaskIds: 需要运行的手动工作流任务列表TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
118618
118668
  :type TaskIds: list of str
118619
118669
  :param _SchedulerResourceGroup: 用户提交运行时指定的调度资源组,未指定时使用任务配置的调度资源组
118620
118670
  :type SchedulerResourceGroup: str
@@ -118692,7 +118742,7 @@ TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK
118692
118742
 
118693
118743
  @property
118694
118744
  def WorkflowId(self):
118695
- r"""工作流ID
118745
+ r"""手动工作流ID
118696
118746
  :rtype: str
118697
118747
  """
118698
118748
  return self._WorkflowId
@@ -118714,8 +118764,7 @@ TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK
118714
118764
 
118715
118765
  @property
118716
118766
  def TaskIds(self):
118717
- r"""需要运行的任务列表
118718
- TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
118767
+ r"""需要运行的手动工作流任务列表TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
118719
118768
  :rtype: list of str
118720
118769
  """
118721
118770
  return self._TaskIds
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-wedata
3
- Version: 3.1.63
3
+ Version: 3.1.67
4
4
  Summary: Tencent Cloud Wedata SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.63
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.67
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.63