tencentcloud-sdk-nodejs-wedata 4.1.271 → 4.1.274

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.1.271",
3
+ "version": "4.1.274",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -15623,31 +15623,31 @@ export interface SubmitWorkflow {
15623
15623
  */
15624
15624
  export interface TableLineage {
15625
15625
  /**
15626
- * 数据源id
15626
+ * <p>数据源id</p>
15627
15627
  */
15628
15628
  DatasourceId: string;
15629
15629
  /**
15630
- * 库名称
15630
+ * <p>库名称</p>
15631
15631
  */
15632
15632
  DatabaseName: string;
15633
15633
  /**
15634
- * 表名称
15634
+ * <p>表名称</p>
15635
15635
  */
15636
15636
  TableName: string;
15637
15637
  /**
15638
- * catalog
15638
+ * <p>catalog值,仅使用DLC且开启TcLake的支持,其他类型传空即可</p>
15639
15639
  */
15640
15640
  CatalogName?: string;
15641
15641
  /**
15642
- * schema名称
15642
+ * <p>schema名称</p>
15643
15643
  */
15644
15644
  SchemaName?: string;
15645
15645
  /**
15646
- * 扩展参数
15646
+ * <p>扩展参数</p>
15647
15647
  */
15648
15648
  ExtParams?: Array<ExtParam>;
15649
15649
  /**
15650
- * table类型 TABLE|VIEW
15650
+ * <p>table类型 TABLE|VIEW</p>
15651
15651
  */
15652
15652
  TableType?: string;
15653
15653
  }