@salesforce/lds-adapters-analytics-wave 1.428.0-dev1 → 1.428.0-dev10
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/es/es2018/analytics-wave.js +16 -8
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeStageParentsRepresentation.d.ts +10 -4
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeStageRepresentation.d.ts +10 -4
- package/package.json +4 -4
- package/sfdc/index.js +21 -9
- package/src/raml/luvio.raml +12 -4
|
@@ -16080,7 +16080,7 @@ const getDataflowJobNodeAdapterFactory = (luvio) => function WAVE__getDataflowJo
|
|
|
16080
16080
|
};
|
|
16081
16081
|
|
|
16082
16082
|
const TTL$i = 300;
|
|
16083
|
-
const VERSION$K = "
|
|
16083
|
+
const VERSION$K = "09d229a95cc4d49d306c567e3142dd02";
|
|
16084
16084
|
function validate$1t(obj, path = 'DataflowJobNodeStageRepresentation') {
|
|
16085
16085
|
const v_error = (() => {
|
|
16086
16086
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -16382,11 +16382,13 @@ function validate$1t(obj, path = 'DataflowJobNodeStageRepresentation') {
|
|
|
16382
16382
|
}
|
|
16383
16383
|
const RepresentationType$m = 'DataflowJobNodeStageRepresentation';
|
|
16384
16384
|
function keyBuilder$_(luvio, config) {
|
|
16385
|
-
return keyPrefix + '::' + RepresentationType$m + ':' + config.
|
|
16385
|
+
return keyPrefix + '::' + RepresentationType$m + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
|
|
16386
16386
|
}
|
|
16387
16387
|
function keyBuilderFromType$9(luvio, object) {
|
|
16388
16388
|
const keyParams = {
|
|
16389
|
-
|
|
16389
|
+
dataflowjobId: object.dataflowjobId,
|
|
16390
|
+
nodeId: object.nodeId,
|
|
16391
|
+
stageId: object.stageId
|
|
16390
16392
|
};
|
|
16391
16393
|
return keyBuilder$_(luvio, keyParams);
|
|
16392
16394
|
}
|
|
@@ -17102,7 +17104,9 @@ function select$1i(luvio, params) {
|
|
|
17102
17104
|
}
|
|
17103
17105
|
function keyBuilder$X(luvio, params) {
|
|
17104
17106
|
return keyBuilder$_(luvio, {
|
|
17105
|
-
|
|
17107
|
+
dataflowjobId: params.urlParams.dataflowjobId,
|
|
17108
|
+
nodeId: params.urlParams.nodeId,
|
|
17109
|
+
stageId: params.urlParams.stageId
|
|
17106
17110
|
});
|
|
17107
17111
|
}
|
|
17108
17112
|
function getResponseCacheKeys$F(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -17240,7 +17244,7 @@ const getDataflowJobNodeStageAdapterFactory = (luvio) => function WAVE__getDataf
|
|
|
17240
17244
|
};
|
|
17241
17245
|
|
|
17242
17246
|
const TTL$h = 300;
|
|
17243
|
-
const VERSION$I = "
|
|
17247
|
+
const VERSION$I = "468da49a155099cb3dcd6c19d3b095df";
|
|
17244
17248
|
function validate$1r(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
|
|
17245
17249
|
const v_error = (() => {
|
|
17246
17250
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -17290,11 +17294,13 @@ function validate$1r(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
|
|
|
17290
17294
|
}
|
|
17291
17295
|
const RepresentationType$k = 'DataflowJobNodeStageParentsRepresentation';
|
|
17292
17296
|
function keyBuilder$V(luvio, config) {
|
|
17293
|
-
return keyPrefix + '::' + RepresentationType$k + ':' + config.
|
|
17297
|
+
return keyPrefix + '::' + RepresentationType$k + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
|
|
17294
17298
|
}
|
|
17295
17299
|
function keyBuilderFromType$8(luvio, object) {
|
|
17296
17300
|
const keyParams = {
|
|
17297
|
-
|
|
17301
|
+
dataflowjobId: object.dataflowjobId,
|
|
17302
|
+
nodeId: object.nodeId,
|
|
17303
|
+
stageId: object.stageId
|
|
17298
17304
|
};
|
|
17299
17305
|
return keyBuilder$V(luvio, keyParams);
|
|
17300
17306
|
}
|
|
@@ -17397,7 +17403,9 @@ function select$1g(luvio, params) {
|
|
|
17397
17403
|
}
|
|
17398
17404
|
function keyBuilder$U(luvio, params) {
|
|
17399
17405
|
return keyBuilder$V(luvio, {
|
|
17400
|
-
|
|
17406
|
+
dataflowjobId: params.urlParams.dataflowjobId,
|
|
17407
|
+
nodeId: params.urlParams.nodeId,
|
|
17408
|
+
stageId: params.urlParams.stageId
|
|
17401
17409
|
});
|
|
17402
17410
|
}
|
|
17403
17411
|
function getResponseCacheKeys$E(storeKeyMap, luvio, resourceParams, response) {
|
package/dist/es/es2018/types/src/generated/types/DataflowJobNodeStageParentsRepresentation.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
export declare const TTL = 300;
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "468da49a155099cb3dcd6c19d3b095df";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
-
|
|
7
|
+
dataflowjobId: string;
|
|
8
|
+
nodeId: string;
|
|
9
|
+
stageId: string;
|
|
8
10
|
}
|
|
9
11
|
export type DataflowJobNodeStageParentsRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
12
|
export type PartialDataflowJobNodeStageParentsRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
@@ -21,7 +23,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
21
23
|
* Parent stage information for a Recipe Stage.
|
|
22
24
|
*
|
|
23
25
|
* Keys:
|
|
24
|
-
*
|
|
26
|
+
* dataflowjobId (string): dataflowjobId
|
|
27
|
+
* nodeId (string): nodeId
|
|
28
|
+
* stageId (string): stageId
|
|
25
29
|
*/
|
|
26
30
|
export interface DataflowJobNodeStageParentsRepresentationNormalized {
|
|
27
31
|
/** List of all ancestor stage IDs (transitive closure). */
|
|
@@ -39,7 +43,9 @@ export interface DataflowJobNodeStageParentsRepresentationNormalized {
|
|
|
39
43
|
* Parent stage information for a Recipe Stage.
|
|
40
44
|
*
|
|
41
45
|
* Keys:
|
|
42
|
-
*
|
|
46
|
+
* dataflowjobId (string): dataflowjobId
|
|
47
|
+
* nodeId (string): nodeId
|
|
48
|
+
* stageId (string): stageId
|
|
43
49
|
*/
|
|
44
50
|
export interface DataflowJobNodeStageParentsRepresentation {
|
|
45
51
|
allParentStageIds: Array<string>;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
export declare const TTL = 300;
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "09d229a95cc4d49d306c567e3142dd02";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
-
|
|
7
|
+
dataflowjobId: string;
|
|
8
|
+
nodeId: string;
|
|
9
|
+
stageId: string;
|
|
8
10
|
}
|
|
9
11
|
export type DataflowJobNodeStageRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
12
|
export type PartialDataflowJobNodeStageRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
@@ -21,7 +23,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
21
23
|
* Wave recipe stage representation.
|
|
22
24
|
*
|
|
23
25
|
* Keys:
|
|
24
|
-
*
|
|
26
|
+
* dataflowjobId (string): dataflowjobId
|
|
27
|
+
* nodeId (string): nodeId
|
|
28
|
+
* stageId (string): stageId
|
|
25
29
|
*/
|
|
26
30
|
export interface DataflowJobNodeStageRepresentationNormalized {
|
|
27
31
|
/** List of all ancestor stage IDs (transitive closure). */
|
|
@@ -61,7 +65,9 @@ export interface DataflowJobNodeStageRepresentationNormalized {
|
|
|
61
65
|
* Wave recipe stage representation.
|
|
62
66
|
*
|
|
63
67
|
* Keys:
|
|
64
|
-
*
|
|
68
|
+
* dataflowjobId (string): dataflowjobId
|
|
69
|
+
* nodeId (string): nodeId
|
|
70
|
+
* stageId (string): stageId
|
|
65
71
|
*/
|
|
66
72
|
export interface DataflowJobNodeStageRepresentation {
|
|
67
73
|
allParentStageIds: Array<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-wave",
|
|
3
|
-
"version": "1.428.0-
|
|
3
|
+
"version": "1.428.0-dev10",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "The Einstein Analytics family of APIs",
|
|
6
6
|
"main": "dist/es/es2018/analytics-wave.js",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@salesforce/lds-bindings": "^1.428.0-
|
|
69
|
+
"@salesforce/lds-bindings": "^1.428.0-dev10"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@salesforce/lds-compiler-plugins": "^1.428.0-
|
|
73
|
-
"@salesforce/lds-karma": "^1.428.0-
|
|
72
|
+
"@salesforce/lds-compiler-plugins": "^1.428.0-dev10",
|
|
73
|
+
"@salesforce/lds-karma": "^1.428.0-dev10"
|
|
74
74
|
},
|
|
75
75
|
"volta": {
|
|
76
76
|
"extends": "../../package.json"
|
package/sfdc/index.js
CHANGED
|
@@ -19662,7 +19662,7 @@ const notifyChangeFactory$e = (luvio, options) => {
|
|
|
19662
19662
|
};
|
|
19663
19663
|
|
|
19664
19664
|
const TTL$i = 300;
|
|
19665
|
-
const VERSION$E = "
|
|
19665
|
+
const VERSION$E = "09d229a95cc4d49d306c567e3142dd02";
|
|
19666
19666
|
function validate$W(obj, path = 'DataflowJobNodeStageRepresentation') {
|
|
19667
19667
|
const v_error = (() => {
|
|
19668
19668
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -19964,11 +19964,13 @@ function validate$W(obj, path = 'DataflowJobNodeStageRepresentation') {
|
|
|
19964
19964
|
}
|
|
19965
19965
|
const RepresentationType$j = 'DataflowJobNodeStageRepresentation';
|
|
19966
19966
|
function keyBuilder$Z(luvio, config) {
|
|
19967
|
-
return keyPrefix + '::' + RepresentationType$j + ':' + config.
|
|
19967
|
+
return keyPrefix + '::' + RepresentationType$j + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
|
|
19968
19968
|
}
|
|
19969
19969
|
function keyBuilderFromType$8(luvio, object) {
|
|
19970
19970
|
const keyParams = {
|
|
19971
|
-
|
|
19971
|
+
dataflowjobId: object.dataflowjobId,
|
|
19972
|
+
nodeId: object.nodeId,
|
|
19973
|
+
stageId: object.stageId
|
|
19972
19974
|
};
|
|
19973
19975
|
return keyBuilder$Z(luvio, keyParams);
|
|
19974
19976
|
}
|
|
@@ -20206,7 +20208,9 @@ function select$1g(luvio, params) {
|
|
|
20206
20208
|
}
|
|
20207
20209
|
function keyBuilder$Y(luvio, params) {
|
|
20208
20210
|
return keyBuilder$Z(luvio, {
|
|
20209
|
-
|
|
20211
|
+
dataflowjobId: params.urlParams.dataflowjobId,
|
|
20212
|
+
nodeId: params.urlParams.nodeId,
|
|
20213
|
+
stageId: params.urlParams.stageId
|
|
20210
20214
|
});
|
|
20211
20215
|
}
|
|
20212
20216
|
function getResponseCacheKeys$E(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -20258,6 +20262,8 @@ function createResourceRequestFromRepresentation$d(representation) {
|
|
|
20258
20262
|
const config = {
|
|
20259
20263
|
urlParams: {},
|
|
20260
20264
|
};
|
|
20265
|
+
config.urlParams.dataflowjobId = representation.dataflowjobId;
|
|
20266
|
+
config.urlParams.nodeId = representation.nodeId;
|
|
20261
20267
|
config.urlParams.stageId = representation.stageId;
|
|
20262
20268
|
return createResourceRequest$E(config);
|
|
20263
20269
|
}
|
|
@@ -20385,7 +20391,7 @@ const notifyChangeFactory$d = (luvio, options) => {
|
|
|
20385
20391
|
};
|
|
20386
20392
|
|
|
20387
20393
|
const TTL$h = 300;
|
|
20388
|
-
const VERSION$D = "
|
|
20394
|
+
const VERSION$D = "468da49a155099cb3dcd6c19d3b095df";
|
|
20389
20395
|
function validate$V(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
|
|
20390
20396
|
const v_error = (() => {
|
|
20391
20397
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -20435,11 +20441,13 @@ function validate$V(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
|
|
|
20435
20441
|
}
|
|
20436
20442
|
const RepresentationType$i = 'DataflowJobNodeStageParentsRepresentation';
|
|
20437
20443
|
function keyBuilder$W(luvio, config) {
|
|
20438
|
-
return keyPrefix + '::' + RepresentationType$i + ':' + config.
|
|
20444
|
+
return keyPrefix + '::' + RepresentationType$i + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
|
|
20439
20445
|
}
|
|
20440
20446
|
function keyBuilderFromType$7(luvio, object) {
|
|
20441
20447
|
const keyParams = {
|
|
20442
|
-
|
|
20448
|
+
dataflowjobId: object.dataflowjobId,
|
|
20449
|
+
nodeId: object.nodeId,
|
|
20450
|
+
stageId: object.stageId
|
|
20443
20451
|
};
|
|
20444
20452
|
return keyBuilder$W(luvio, keyParams);
|
|
20445
20453
|
}
|
|
@@ -20542,7 +20550,9 @@ function select$1e(luvio, params) {
|
|
|
20542
20550
|
}
|
|
20543
20551
|
function keyBuilder$V(luvio, params) {
|
|
20544
20552
|
return keyBuilder$W(luvio, {
|
|
20545
|
-
|
|
20553
|
+
dataflowjobId: params.urlParams.dataflowjobId,
|
|
20554
|
+
nodeId: params.urlParams.nodeId,
|
|
20555
|
+
stageId: params.urlParams.stageId
|
|
20546
20556
|
});
|
|
20547
20557
|
}
|
|
20548
20558
|
function getResponseCacheKeys$D(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -20594,6 +20604,8 @@ function createResourceRequestFromRepresentation$c(representation) {
|
|
|
20594
20604
|
const config = {
|
|
20595
20605
|
urlParams: {},
|
|
20596
20606
|
};
|
|
20607
|
+
config.urlParams.dataflowjobId = representation.dataflowjobId;
|
|
20608
|
+
config.urlParams.nodeId = representation.nodeId;
|
|
20597
20609
|
config.urlParams.stageId = representation.stageId;
|
|
20598
20610
|
return createResourceRequest$D(config);
|
|
20599
20611
|
}
|
|
@@ -33260,4 +33272,4 @@ withDefaultLuvio((luvio) => {
|
|
|
33260
33272
|
});
|
|
33261
33273
|
|
|
33262
33274
|
export { createDataConnector, createDataflowJob, createDataset, createDatasetVersion, createReplicatedDataset, createWaveFolder, deleteDataConnector, deleteDataset, deleteRecipe, deleteReplicatedDataset, deleteWaveFolder, executeQuery, executeQuery_imperative, getActions, getActions_imperative, getAnalyticsLimits, getAnalyticsLimits_imperative, getDataConnector, getDataConnectorNotifyChange, getDataConnectorSourceFields, getDataConnectorSourceFieldsNotifyChange, getDataConnectorSourceFieldsWithAdvProps, getDataConnectorSourceFieldsWithAdvPropsNotifyChange, getDataConnectorSourceFieldsWithAdvProps_imperative, getDataConnectorSourceFields_imperative, getDataConnectorSourceObject, getDataConnectorSourceObjectDataPreviewWithFields, getDataConnectorSourceObjectDataPreviewWithFields_imperative, getDataConnectorSourceObjectNotifyChange, getDataConnectorSourceObject_imperative, getDataConnectorSourceObjects, getDataConnectorSourceObjects_imperative, getDataConnectorStatus, getDataConnectorStatus_imperative, getDataConnectorTypes, getDataConnectorTypes_imperative, getDataConnector_imperative, getDataConnectors, getDataConnectors_imperative, getDataflowJob, getDataflowJobNode, getDataflowJobNodeNotifyChange, getDataflowJobNodeStage, getDataflowJobNodeStageNotifyChange, getDataflowJobNodeStageParents, getDataflowJobNodeStageParentsNotifyChange, getDataflowJobNodeStageParents_imperative, getDataflowJobNodeStage_imperative, getDataflowJobNodeStages, getDataflowJobNodeStages_imperative, getDataflowJobNode_imperative, getDataflowJobNodes, getDataflowJobNodes_imperative, getDataflowJobNotifyChange, getDataflowJob_imperative, getDataflowJobs, getDataflowJobs_imperative, getDataflows, getDataflows_imperative, getDataset, getDatasetNotifyChange, getDatasetVersion, getDatasetVersionNotifyChange, getDatasetVersion_imperative, getDatasetVersions, getDatasetVersions_imperative, getDataset_imperative, getDatasets, getDatasets_imperative, getDependencies, getDependencies_imperative, getRecipe, getRecipeNotification, getRecipeNotificationNotifyChange, getRecipeNotification_imperative, getRecipeNotifyChange, getRecipe_imperative, getRecipes, getRecipes_imperative, getReplicatedDataset, getReplicatedDatasetNotifyChange, getReplicatedDataset_imperative, getReplicatedDatasets, getReplicatedDatasets_imperative, getReplicatedFields, getReplicatedFieldsNotifyChange, getReplicatedFieldsWithAdvancedProps, getReplicatedFieldsWithAdvancedPropsNotifyChange, getReplicatedFieldsWithAdvancedProps_imperative, getReplicatedFields_imperative, getSchedule, getScheduleNotifyChange, getSchedule_imperative, getSecurityCoverageDatasetVersion, getSecurityCoverageDatasetVersion_imperative, getWaveFolder, getWaveFolderNotifyChange, getWaveFolder_imperative, getWaveFolders, getWaveFolders_imperative, getWaveTemplate, getWaveTemplateConfig, getWaveTemplateConfigNotifyChange, getWaveTemplateConfig_imperative, getWaveTemplateNotifyChange, getWaveTemplateReleaseNotes, getWaveTemplateReleaseNotesNotifyChange, getWaveTemplateReleaseNotes_imperative, getWaveTemplate_imperative, getWaveTemplates, getWaveTemplates_imperative, getXmd, getXmd_imperative, ingestDataConnector, updateDataConnector, updateDataflowJob, updateDataset, updateDatasetVersion, updatePartialWaveFolder, updateRecipe, updateRecipeNotification, updateReplicatedDataset, updateReplicatedFields, updateSchedule, updateWaveFolder, updateXmd, validateWaveTemplate };
|
|
33263
|
-
// version: 1.428.0-
|
|
33275
|
+
// version: 1.428.0-dev10-109bf232e1
|
package/src/raml/luvio.raml
CHANGED
|
@@ -30,11 +30,15 @@ types:
|
|
|
30
30
|
DataflowJobNodeStageRepresentation:
|
|
31
31
|
(luvio.ttl): 300
|
|
32
32
|
(luvio.key):
|
|
33
|
-
|
|
33
|
+
dataflowjobId: dataflowjobId
|
|
34
|
+
nodeId: nodeId
|
|
35
|
+
stageId: stageId
|
|
34
36
|
DataflowJobNodeStageParentsRepresentation:
|
|
35
37
|
(luvio.ttl): 300
|
|
36
38
|
(luvio.key):
|
|
37
|
-
|
|
39
|
+
dataflowjobId: dataflowjobId
|
|
40
|
+
nodeId: nodeId
|
|
41
|
+
stageId: stageId
|
|
38
42
|
DependencyRepresentation:
|
|
39
43
|
(luvio.ttl): 300
|
|
40
44
|
DatasetCollectionRepresentation:
|
|
@@ -231,13 +235,17 @@ types:
|
|
|
231
235
|
(luvio.adapter):
|
|
232
236
|
name: getDataflowJobNodeStage
|
|
233
237
|
(luvio.key):
|
|
234
|
-
|
|
238
|
+
dataflowjobId: urlParams.dataflowjobId
|
|
239
|
+
nodeId: urlParams.nodeId
|
|
240
|
+
stageId: urlParams.stageId
|
|
235
241
|
/dataflowjobs/{dataflowjobId}/nodes/{nodeId}/stages/{stageId}/parents:
|
|
236
242
|
get:
|
|
237
243
|
(luvio.adapter):
|
|
238
244
|
name: getDataflowJobNodeStageParents
|
|
239
245
|
(luvio.key):
|
|
240
|
-
|
|
246
|
+
dataflowjobId: urlParams.dataflowjobId
|
|
247
|
+
nodeId: urlParams.nodeId
|
|
248
|
+
stageId: urlParams.stageId
|
|
241
249
|
/datasets:
|
|
242
250
|
get:
|
|
243
251
|
(luvio.adapter):
|