@alicloud/dataworks-public20200518 6.1.4 → 6.1.5
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/dist/client.d.ts +3 -2
- package/dist/client.js +313 -1870
- package/dist/client.js.map +1 -1
- package/package.json +1 -2
- package/src/client.ts +316 -1872
package/dist/client.d.ts
CHANGED
|
@@ -5640,8 +5640,8 @@ export declare class CreateQualityEntityRequest extends $tea.Model {
|
|
|
5640
5640
|
*
|
|
5641
5641
|
* The value 0 indicates that the partition filter expression is at the SQL level, and the system checks data quality after each SQL statement is executed.
|
|
5642
5642
|
*
|
|
5643
|
-
* *
|
|
5644
|
-
* *
|
|
5643
|
+
* * 0
|
|
5644
|
+
* * 1
|
|
5645
5645
|
*
|
|
5646
5646
|
* @example
|
|
5647
5647
|
* 0
|
|
@@ -59418,6 +59418,7 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
59418
59418
|
* 60
|
|
59419
59419
|
*/
|
|
59420
59420
|
repeatInterval?: number;
|
|
59421
|
+
repeatMode?: number;
|
|
59421
59422
|
/**
|
|
59422
59423
|
* @remarks
|
|
59423
59424
|
* The name of the node.
|