@salesforce/lds-adapters-analytics-wave 1.428.0-dev2 → 1.428.0-dev20

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.
@@ -8928,7 +8928,7 @@ function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
8928
8928
  }
8929
8929
 
8930
8930
  const TTL$v = 5000;
8931
- const VERSION$17 = "ae56a35a69f3830a23535ad2570f1187";
8931
+ const VERSION$17 = "92df3ba02586d46168c01020932ca1f8";
8932
8932
  function validate$1X(obj, path = 'DataflowJobRepresentation') {
8933
8933
  const validateBaseWaveAssetRepresentation_validateError = validate$1T(obj, path);
8934
8934
  if (validateBaseWaveAssetRepresentation_validateError !== null) {
@@ -8938,6 +8938,13 @@ function validate$1X(obj, path = 'DataflowJobRepresentation') {
8938
8938
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
8939
8939
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
8940
8940
  }
8941
+ if (obj.dataflowVersionId !== undefined) {
8942
+ const obj_dataflowVersionId = obj.dataflowVersionId;
8943
+ const path_dataflowVersionId = path + '.dataflowVersionId';
8944
+ if (typeof obj_dataflowVersionId !== 'string') {
8945
+ return new TypeError('Expected "string" but received "' + typeof obj_dataflowVersionId + '" (at "' + path_dataflowVersionId + '")');
8946
+ }
8947
+ }
8941
8948
  if (obj.duration !== undefined) {
8942
8949
  const obj_duration = obj.duration;
8943
8950
  const path_duration = path + '.duration';
@@ -9196,6 +9203,11 @@ const select$21 = function DataflowJobRepresentationSelect() {
9196
9203
  private: [],
9197
9204
  selections: [
9198
9205
  ...BaseWaveAssetRepresentationSelections,
9206
+ {
9207
+ name: 'dataflowVersionId',
9208
+ kind: 'Scalar',
9209
+ required: false
9210
+ },
9199
9211
  {
9200
9212
  name: 'duration',
9201
9213
  kind: 'Scalar',
@@ -9300,6 +9312,19 @@ function equals$17(existing, incoming) {
9300
9312
  return false;
9301
9313
  }
9302
9314
  }
9315
+ const existing_dataflowVersionId = existing.dataflowVersionId;
9316
+ const incoming_dataflowVersionId = incoming.dataflowVersionId;
9317
+ // if at least one of these optionals is defined
9318
+ if (existing_dataflowVersionId !== undefined || incoming_dataflowVersionId !== undefined) {
9319
+ // if one of these is not defined we know the other is defined and therefore
9320
+ // not equal
9321
+ if (existing_dataflowVersionId === undefined || incoming_dataflowVersionId === undefined) {
9322
+ return false;
9323
+ }
9324
+ if (!(existing_dataflowVersionId === incoming_dataflowVersionId)) {
9325
+ return false;
9326
+ }
9327
+ }
9303
9328
  const existing_jobType = existing.jobType;
9304
9329
  const incoming_jobType = incoming.jobType;
9305
9330
  if (!(existing_jobType === incoming_jobType)) {
@@ -16080,7 +16105,7 @@ const getDataflowJobNodeAdapterFactory = (luvio) => function WAVE__getDataflowJo
16080
16105
  };
16081
16106
 
16082
16107
  const TTL$i = 300;
16083
- const VERSION$K = "0cfc66ed9747baf81d127ff503bc9e40";
16108
+ const VERSION$K = "09d229a95cc4d49d306c567e3142dd02";
16084
16109
  function validate$1t(obj, path = 'DataflowJobNodeStageRepresentation') {
16085
16110
  const v_error = (() => {
16086
16111
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -16382,11 +16407,13 @@ function validate$1t(obj, path = 'DataflowJobNodeStageRepresentation') {
16382
16407
  }
16383
16408
  const RepresentationType$m = 'DataflowJobNodeStageRepresentation';
16384
16409
  function keyBuilder$_(luvio, config) {
16385
- return keyPrefix + '::' + RepresentationType$m + ':' + config.id;
16410
+ return keyPrefix + '::' + RepresentationType$m + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
16386
16411
  }
16387
16412
  function keyBuilderFromType$9(luvio, object) {
16388
16413
  const keyParams = {
16389
- id: object.stageId
16414
+ dataflowjobId: object.dataflowjobId,
16415
+ nodeId: object.nodeId,
16416
+ stageId: object.stageId
16390
16417
  };
16391
16418
  return keyBuilder$_(luvio, keyParams);
16392
16419
  }
@@ -17102,7 +17129,9 @@ function select$1i(luvio, params) {
17102
17129
  }
17103
17130
  function keyBuilder$X(luvio, params) {
17104
17131
  return keyBuilder$_(luvio, {
17105
- id: params.urlParams.stageId
17132
+ dataflowjobId: params.urlParams.dataflowjobId,
17133
+ nodeId: params.urlParams.nodeId,
17134
+ stageId: params.urlParams.stageId
17106
17135
  });
17107
17136
  }
17108
17137
  function getResponseCacheKeys$F(storeKeyMap, luvio, resourceParams, response) {
@@ -17240,7 +17269,7 @@ const getDataflowJobNodeStageAdapterFactory = (luvio) => function WAVE__getDataf
17240
17269
  };
17241
17270
 
17242
17271
  const TTL$h = 300;
17243
- const VERSION$I = "c0b61674a94b7f7346535c68ffd8990b";
17272
+ const VERSION$I = "468da49a155099cb3dcd6c19d3b095df";
17244
17273
  function validate$1r(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
17245
17274
  const v_error = (() => {
17246
17275
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -17290,11 +17319,13 @@ function validate$1r(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
17290
17319
  }
17291
17320
  const RepresentationType$k = 'DataflowJobNodeStageParentsRepresentation';
17292
17321
  function keyBuilder$V(luvio, config) {
17293
- return keyPrefix + '::' + RepresentationType$k + ':' + config.id;
17322
+ return keyPrefix + '::' + RepresentationType$k + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
17294
17323
  }
17295
17324
  function keyBuilderFromType$8(luvio, object) {
17296
17325
  const keyParams = {
17297
- id: object.stageId
17326
+ dataflowjobId: object.dataflowjobId,
17327
+ nodeId: object.nodeId,
17328
+ stageId: object.stageId
17298
17329
  };
17299
17330
  return keyBuilder$V(luvio, keyParams);
17300
17331
  }
@@ -17397,7 +17428,9 @@ function select$1g(luvio, params) {
17397
17428
  }
17398
17429
  function keyBuilder$U(luvio, params) {
17399
17430
  return keyBuilder$V(luvio, {
17400
- id: params.urlParams.stageId
17431
+ dataflowjobId: params.urlParams.dataflowjobId,
17432
+ nodeId: params.urlParams.nodeId,
17433
+ stageId: params.urlParams.stageId
17401
17434
  });
17402
17435
  }
17403
17436
  function getResponseCacheKeys$E(storeKeyMap, luvio, resourceParams, response) {
@@ -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 = "c0b61674a94b7f7346535c68ffd8990b";
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
- id: string;
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
- * id (string): stageId
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
- * id (string): stageId
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 = "0cfc66ed9747baf81d127ff503bc9e40";
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
- id: string;
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
- * id (string): stageId
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
- * id (string): stageId
68
+ * dataflowjobId (string): dataflowjobId
69
+ * nodeId (string): nodeId
70
+ * stageId (string): stageId
65
71
  */
66
72
  export interface DataflowJobNodeStageRepresentation {
67
73
  allParentStageIds: Array<string>;
@@ -6,7 +6,7 @@ import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetRefer
6
6
  import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
7
7
  import { DataflowCollectionRepresentation as DataflowCollectionRepresentation_DataflowCollectionRepresentation } from './DataflowCollectionRepresentation';
8
8
  export declare const TTL = 5000;
9
- export declare const VERSION = "ae56a35a69f3830a23535ad2570f1187";
9
+ export declare const VERSION = "92df3ba02586d46168c01020932ca1f8";
10
10
  export declare function validate(obj: any, path?: string): TypeError | null;
11
11
  export declare const RepresentationType: string;
12
12
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof BaseWaveAssetRepresentation_keyBuilder>[1]): string;
@@ -34,6 +34,8 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
34
34
  * id (string): id
35
35
  */
36
36
  export interface DataflowJobRepresentationNormalized extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
37
+ /** The id of the recipe/dataflow version this job ran against */
38
+ dataflowVersionId?: string;
37
39
  /** The runtime in seconds of a dataflow job */
38
40
  duration?: number;
39
41
  events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
@@ -70,6 +72,7 @@ export interface DataflowJobRepresentationNormalized extends BaseWaveAssetRepres
70
72
  * id (string): id
71
73
  */
72
74
  export interface DataflowJobRepresentation extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
75
+ dataflowVersionId?: string;
73
76
  duration?: number;
74
77
  events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
75
78
  executedDate?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-wave",
3
- "version": "1.428.0-dev2",
3
+ "version": "1.428.0-dev20",
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-dev2"
69
+ "@salesforce/lds-bindings": "^1.428.0-dev20"
70
70
  },
71
71
  "devDependencies": {
72
- "@salesforce/lds-compiler-plugins": "^1.428.0-dev2",
73
- "@salesforce/lds-karma": "^1.428.0-dev2"
72
+ "@salesforce/lds-compiler-plugins": "^1.428.0-dev20",
73
+ "@salesforce/lds-karma": "^1.428.0-dev20"
74
74
  },
75
75
  "volta": {
76
76
  "extends": "../../package.json"
package/sfdc/index.js CHANGED
@@ -8383,7 +8383,7 @@ function getTypeCacheKeys$B(rootKeySet, luvio, input, fullPathFactory) {
8383
8383
  }
8384
8384
 
8385
8385
  const TTL$w = 5000;
8386
- const VERSION$1a = "ae56a35a69f3830a23535ad2570f1187";
8386
+ const VERSION$1a = "92df3ba02586d46168c01020932ca1f8";
8387
8387
  function validate$1Z(obj, path = 'DataflowJobRepresentation') {
8388
8388
  const validateBaseWaveAssetRepresentation_validateError = validate$1V(obj, path);
8389
8389
  if (validateBaseWaveAssetRepresentation_validateError !== null) {
@@ -8393,6 +8393,13 @@ function validate$1Z(obj, path = 'DataflowJobRepresentation') {
8393
8393
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
8394
8394
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
8395
8395
  }
8396
+ if (obj.dataflowVersionId !== undefined) {
8397
+ const obj_dataflowVersionId = obj.dataflowVersionId;
8398
+ const path_dataflowVersionId = path + '.dataflowVersionId';
8399
+ if (typeof obj_dataflowVersionId !== 'string') {
8400
+ return new TypeError('Expected "string" but received "' + typeof obj_dataflowVersionId + '" (at "' + path_dataflowVersionId + '")');
8401
+ }
8402
+ }
8396
8403
  if (obj.duration !== undefined) {
8397
8404
  const obj_duration = obj.duration;
8398
8405
  const path_duration = path + '.duration';
@@ -8651,6 +8658,11 @@ const select$27 = function DataflowJobRepresentationSelect() {
8651
8658
  private: [],
8652
8659
  selections: [
8653
8660
  ...BaseWaveAssetRepresentationSelections,
8661
+ {
8662
+ name: 'dataflowVersionId',
8663
+ kind: 'Scalar',
8664
+ required: false
8665
+ },
8654
8666
  {
8655
8667
  name: 'duration',
8656
8668
  kind: 'Scalar',
@@ -8755,6 +8767,19 @@ function equals$1a(existing, incoming) {
8755
8767
  return false;
8756
8768
  }
8757
8769
  }
8770
+ const existing_dataflowVersionId = existing.dataflowVersionId;
8771
+ const incoming_dataflowVersionId = incoming.dataflowVersionId;
8772
+ // if at least one of these optionals is defined
8773
+ if (existing_dataflowVersionId !== undefined || incoming_dataflowVersionId !== undefined) {
8774
+ // if one of these is not defined we know the other is defined and therefore
8775
+ // not equal
8776
+ if (existing_dataflowVersionId === undefined || incoming_dataflowVersionId === undefined) {
8777
+ return false;
8778
+ }
8779
+ if (!(existing_dataflowVersionId === incoming_dataflowVersionId)) {
8780
+ return false;
8781
+ }
8782
+ }
8758
8783
  const existing_jobType = existing.jobType;
8759
8784
  const incoming_jobType = incoming.jobType;
8760
8785
  if (!(existing_jobType === incoming_jobType)) {
@@ -19662,7 +19687,7 @@ const notifyChangeFactory$e = (luvio, options) => {
19662
19687
  };
19663
19688
 
19664
19689
  const TTL$i = 300;
19665
- const VERSION$E = "0cfc66ed9747baf81d127ff503bc9e40";
19690
+ const VERSION$E = "09d229a95cc4d49d306c567e3142dd02";
19666
19691
  function validate$W(obj, path = 'DataflowJobNodeStageRepresentation') {
19667
19692
  const v_error = (() => {
19668
19693
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -19964,11 +19989,13 @@ function validate$W(obj, path = 'DataflowJobNodeStageRepresentation') {
19964
19989
  }
19965
19990
  const RepresentationType$j = 'DataflowJobNodeStageRepresentation';
19966
19991
  function keyBuilder$Z(luvio, config) {
19967
- return keyPrefix + '::' + RepresentationType$j + ':' + config.id;
19992
+ return keyPrefix + '::' + RepresentationType$j + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
19968
19993
  }
19969
19994
  function keyBuilderFromType$8(luvio, object) {
19970
19995
  const keyParams = {
19971
- id: object.stageId
19996
+ dataflowjobId: object.dataflowjobId,
19997
+ nodeId: object.nodeId,
19998
+ stageId: object.stageId
19972
19999
  };
19973
20000
  return keyBuilder$Z(luvio, keyParams);
19974
20001
  }
@@ -20206,7 +20233,9 @@ function select$1g(luvio, params) {
20206
20233
  }
20207
20234
  function keyBuilder$Y(luvio, params) {
20208
20235
  return keyBuilder$Z(luvio, {
20209
- id: params.urlParams.stageId
20236
+ dataflowjobId: params.urlParams.dataflowjobId,
20237
+ nodeId: params.urlParams.nodeId,
20238
+ stageId: params.urlParams.stageId
20210
20239
  });
20211
20240
  }
20212
20241
  function getResponseCacheKeys$E(storeKeyMap, luvio, resourceParams, response) {
@@ -20258,6 +20287,8 @@ function createResourceRequestFromRepresentation$d(representation) {
20258
20287
  const config = {
20259
20288
  urlParams: {},
20260
20289
  };
20290
+ config.urlParams.dataflowjobId = representation.dataflowjobId;
20291
+ config.urlParams.nodeId = representation.nodeId;
20261
20292
  config.urlParams.stageId = representation.stageId;
20262
20293
  return createResourceRequest$E(config);
20263
20294
  }
@@ -20385,7 +20416,7 @@ const notifyChangeFactory$d = (luvio, options) => {
20385
20416
  };
20386
20417
 
20387
20418
  const TTL$h = 300;
20388
- const VERSION$D = "c0b61674a94b7f7346535c68ffd8990b";
20419
+ const VERSION$D = "468da49a155099cb3dcd6c19d3b095df";
20389
20420
  function validate$V(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
20390
20421
  const v_error = (() => {
20391
20422
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -20435,11 +20466,13 @@ function validate$V(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
20435
20466
  }
20436
20467
  const RepresentationType$i = 'DataflowJobNodeStageParentsRepresentation';
20437
20468
  function keyBuilder$W(luvio, config) {
20438
- return keyPrefix + '::' + RepresentationType$i + ':' + config.id;
20469
+ return keyPrefix + '::' + RepresentationType$i + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
20439
20470
  }
20440
20471
  function keyBuilderFromType$7(luvio, object) {
20441
20472
  const keyParams = {
20442
- id: object.stageId
20473
+ dataflowjobId: object.dataflowjobId,
20474
+ nodeId: object.nodeId,
20475
+ stageId: object.stageId
20443
20476
  };
20444
20477
  return keyBuilder$W(luvio, keyParams);
20445
20478
  }
@@ -20542,7 +20575,9 @@ function select$1e(luvio, params) {
20542
20575
  }
20543
20576
  function keyBuilder$V(luvio, params) {
20544
20577
  return keyBuilder$W(luvio, {
20545
- id: params.urlParams.stageId
20578
+ dataflowjobId: params.urlParams.dataflowjobId,
20579
+ nodeId: params.urlParams.nodeId,
20580
+ stageId: params.urlParams.stageId
20546
20581
  });
20547
20582
  }
20548
20583
  function getResponseCacheKeys$D(storeKeyMap, luvio, resourceParams, response) {
@@ -20594,6 +20629,8 @@ function createResourceRequestFromRepresentation$c(representation) {
20594
20629
  const config = {
20595
20630
  urlParams: {},
20596
20631
  };
20632
+ config.urlParams.dataflowjobId = representation.dataflowjobId;
20633
+ config.urlParams.nodeId = representation.nodeId;
20597
20634
  config.urlParams.stageId = representation.stageId;
20598
20635
  return createResourceRequest$D(config);
20599
20636
  }
@@ -33260,4 +33297,4 @@ withDefaultLuvio((luvio) => {
33260
33297
  });
33261
33298
 
33262
33299
  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-dev2-2d5e0a6e5f
33300
+ // version: 1.428.0-dev20-d72ac06681
package/src/raml/api.raml CHANGED
@@ -1288,6 +1288,10 @@ types:
1288
1288
  discriminatorValue: DataflowJob
1289
1289
  type: BaseWaveAssetRepresentation
1290
1290
  properties:
1291
+ dataflowVersionId:
1292
+ description: The id of the recipe/dataflow version this job ran against
1293
+ type: string
1294
+ required: false # TODO Hand-rolled W-8253396
1291
1295
  duration:
1292
1296
  description: The runtime in seconds of a dataflow job
1293
1297
  type: integer
@@ -30,11 +30,15 @@ types:
30
30
  DataflowJobNodeStageRepresentation:
31
31
  (luvio.ttl): 300
32
32
  (luvio.key):
33
- id: stageId
33
+ dataflowjobId: dataflowjobId
34
+ nodeId: nodeId
35
+ stageId: stageId
34
36
  DataflowJobNodeStageParentsRepresentation:
35
37
  (luvio.ttl): 300
36
38
  (luvio.key):
37
- id: stageId
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
- id: urlParams.stageId
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
- id: urlParams.stageId
246
+ dataflowjobId: urlParams.dataflowjobId
247
+ nodeId: urlParams.nodeId
248
+ stageId: urlParams.stageId
241
249
  /datasets:
242
250
  get:
243
251
  (luvio.adapter):