@azure/synapse-artifacts 1.0.0-beta.10 → 1.0.0-beta.12
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/README.md +1 -1
- package/dist/index.js +2148 -2225
- package/dist/index.js.map +1 -1
- package/dist-esm/src/artifactsClient.js +25 -3
- package/dist-esm/src/artifactsClient.js.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.js +388 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.js +999 -347
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +1 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/bigDataPools.js +7 -32
- package/dist-esm/src/operations/bigDataPools.js.map +1 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +38 -100
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/dataFlowOperations.js +38 -100
- package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
- package/dist-esm/src/operations/datasetOperations.js +38 -100
- package/dist-esm/src/operations/datasetOperations.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +7 -32
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/kqlScriptOperations.js +13 -62
- package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -1
- package/dist-esm/src/operations/kqlScripts.js +26 -40
- package/dist-esm/src/operations/kqlScripts.js.map +1 -1
- package/dist-esm/src/operations/library.js +44 -130
- package/dist-esm/src/operations/library.js.map +1 -1
- package/dist-esm/src/operations/linkConnectionOperations.js +129 -212
- package/dist-esm/src/operations/linkConnectionOperations.js.map +1 -1
- package/dist-esm/src/operations/linkedServiceOperations.js +38 -100
- package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
- package/dist-esm/src/operations/metastore.js +13 -62
- package/dist-esm/src/operations/metastore.js.map +1 -1
- package/dist-esm/src/operations/notebookOperationResult.js +4 -17
- package/dist-esm/src/operations/notebookOperationResult.js.map +1 -1
- package/dist-esm/src/operations/notebookOperations.js +62 -138
- package/dist-esm/src/operations/notebookOperations.js.map +1 -1
- package/dist-esm/src/operations/pipelineOperations.js +41 -115
- package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
- package/dist-esm/src/operations/pipelineRunOperations.js +13 -62
- package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js +38 -100
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js +44 -130
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist-esm/src/operations/sqlPools.js +7 -32
- package/dist-esm/src/operations/sqlPools.js.map +1 -1
- package/dist-esm/src/operations/sqlScriptOperations.js +38 -100
- package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
- package/dist-esm/src/operations/triggerOperations.js +50 -160
- package/dist-esm/src/operations/triggerOperations.js.map +1 -1
- package/dist-esm/src/operations/triggerRunOperations.js +10 -47
- package/dist-esm/src/operations/triggerRunOperations.js.map +1 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js +4 -17
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist-esm/src/operations/workspaceOperations.js +4 -17
- package/dist-esm/src/operations/workspaceOperations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +1 -1
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/tracing.js +4 -3
- package/dist-esm/src/tracing.js.map +1 -1
- package/package.json +7 -7
- package/types/synapse-artifacts.d.ts +1673 -974
- package/CHANGELOG.md +0 -65
|
@@ -61,6 +61,12 @@ export const LinkConnectionResource = {
|
|
|
61
61
|
name: "Composite",
|
|
62
62
|
className: "LinkConnection"
|
|
63
63
|
}
|
|
64
|
+
},
|
|
65
|
+
description: {
|
|
66
|
+
serializedName: "description",
|
|
67
|
+
type: {
|
|
68
|
+
name: "String"
|
|
69
|
+
}
|
|
64
70
|
}
|
|
65
71
|
}
|
|
66
72
|
}
|
|
@@ -183,6 +189,33 @@ export const LinkConnectionTargetDatabase = {
|
|
|
183
189
|
name: "Composite",
|
|
184
190
|
className: "LinkedServiceReference"
|
|
185
191
|
}
|
|
192
|
+
},
|
|
193
|
+
typeProperties: {
|
|
194
|
+
serializedName: "typeProperties",
|
|
195
|
+
type: {
|
|
196
|
+
name: "Composite",
|
|
197
|
+
className: "LinkConnectionTargetDatabaseTypeProperties"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
};
|
|
203
|
+
export const LinkConnectionTargetDatabaseTypeProperties = {
|
|
204
|
+
type: {
|
|
205
|
+
name: "Composite",
|
|
206
|
+
className: "LinkConnectionTargetDatabaseTypeProperties",
|
|
207
|
+
modelProperties: {
|
|
208
|
+
crossTableTransaction: {
|
|
209
|
+
serializedName: "crossTableTransaction",
|
|
210
|
+
type: {
|
|
211
|
+
name: "Boolean"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
dropExistingTargetTableOnStart: {
|
|
215
|
+
serializedName: "dropExistingTargetTableOnStart",
|
|
216
|
+
type: {
|
|
217
|
+
name: "Boolean"
|
|
218
|
+
}
|
|
186
219
|
}
|
|
187
220
|
}
|
|
188
221
|
}
|
|
@@ -257,6 +290,16 @@ export const LinkConnectionCompute = {
|
|
|
257
290
|
type: {
|
|
258
291
|
name: "String"
|
|
259
292
|
}
|
|
293
|
+
},
|
|
294
|
+
dataProcessIntervalMinutes: {
|
|
295
|
+
constraints: {
|
|
296
|
+
InclusiveMaximum: 60,
|
|
297
|
+
InclusiveMinimum: 20
|
|
298
|
+
},
|
|
299
|
+
serializedName: "dataProcessIntervalMinutes",
|
|
300
|
+
type: {
|
|
301
|
+
name: "Number"
|
|
302
|
+
}
|
|
260
303
|
}
|
|
261
304
|
}
|
|
262
305
|
}
|
|
@@ -398,6 +441,13 @@ export const LinkTableRequestTarget = {
|
|
|
398
441
|
name: "Composite",
|
|
399
442
|
className: "LinkTableRequestTargetDistributionOptions"
|
|
400
443
|
}
|
|
444
|
+
},
|
|
445
|
+
structureOptions: {
|
|
446
|
+
serializedName: "structureOptions",
|
|
447
|
+
type: {
|
|
448
|
+
name: "Composite",
|
|
449
|
+
className: "LinkTableRequestTargetStructureOptions"
|
|
450
|
+
}
|
|
401
451
|
}
|
|
402
452
|
}
|
|
403
453
|
}
|
|
@@ -422,6 +472,20 @@ export const LinkTableRequestTargetDistributionOptions = {
|
|
|
422
472
|
}
|
|
423
473
|
}
|
|
424
474
|
};
|
|
475
|
+
export const LinkTableRequestTargetStructureOptions = {
|
|
476
|
+
type: {
|
|
477
|
+
name: "Composite",
|
|
478
|
+
className: "LinkTableRequestTargetStructureOptions",
|
|
479
|
+
modelProperties: {
|
|
480
|
+
type: {
|
|
481
|
+
serializedName: "type",
|
|
482
|
+
type: {
|
|
483
|
+
name: "String"
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
};
|
|
425
489
|
export const LinkConnectionDetailedStatus = {
|
|
426
490
|
type: {
|
|
427
491
|
name: "Composite",
|
|
@@ -480,6 +544,41 @@ export const LinkConnectionDetailedStatus = {
|
|
|
480
544
|
type: {
|
|
481
545
|
name: "any"
|
|
482
546
|
}
|
|
547
|
+
},
|
|
548
|
+
refreshStatus: {
|
|
549
|
+
serializedName: "refreshStatus",
|
|
550
|
+
type: {
|
|
551
|
+
name: "Composite",
|
|
552
|
+
className: "LinkConnectionRefreshStatus"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
landingZoneCredentialExpireTime: {
|
|
556
|
+
serializedName: "landingZoneCredentialExpireTime",
|
|
557
|
+
type: {
|
|
558
|
+
name: "DateTime"
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
};
|
|
564
|
+
export const LinkConnectionRefreshStatus = {
|
|
565
|
+
type: {
|
|
566
|
+
name: "Composite",
|
|
567
|
+
className: "LinkConnectionRefreshStatus",
|
|
568
|
+
modelProperties: {
|
|
569
|
+
refreshStatus: {
|
|
570
|
+
serializedName: "refreshStatus",
|
|
571
|
+
readOnly: true,
|
|
572
|
+
type: {
|
|
573
|
+
name: "String"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
errorMessage: {
|
|
577
|
+
serializedName: "errorMessage",
|
|
578
|
+
readOnly: true,
|
|
579
|
+
type: {
|
|
580
|
+
name: "String"
|
|
581
|
+
}
|
|
483
582
|
}
|
|
484
583
|
}
|
|
485
584
|
}
|
|
@@ -544,6 +643,9 @@ export const QueryTableStatusRequest = {
|
|
|
544
643
|
className: "QueryTableStatusRequest",
|
|
545
644
|
modelProperties: {
|
|
546
645
|
maxSegmentCount: {
|
|
646
|
+
constraints: {
|
|
647
|
+
InclusiveMaximum: 1000
|
|
648
|
+
},
|
|
547
649
|
serializedName: "maxSegmentCount",
|
|
548
650
|
type: {
|
|
549
651
|
name: "Number"
|
|
@@ -618,6 +720,30 @@ export const LinkTableStatus = {
|
|
|
618
720
|
type: {
|
|
619
721
|
name: "any"
|
|
620
722
|
}
|
|
723
|
+
},
|
|
724
|
+
linkTableId: {
|
|
725
|
+
serializedName: "linkTableId",
|
|
726
|
+
type: {
|
|
727
|
+
name: "String"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
errorCode: {
|
|
731
|
+
serializedName: "errorCode",
|
|
732
|
+
type: {
|
|
733
|
+
name: "String"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
lastProcessedData: {
|
|
737
|
+
serializedName: "lastProcessedData",
|
|
738
|
+
type: {
|
|
739
|
+
name: "DateTime"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
lastTransactionCommitTime: {
|
|
743
|
+
serializedName: "lastTransactionCommitTime",
|
|
744
|
+
type: {
|
|
745
|
+
name: "DateTime"
|
|
746
|
+
}
|
|
621
747
|
}
|
|
622
748
|
}
|
|
623
749
|
}
|
|
@@ -1790,7 +1916,7 @@ export const DataFlowStagingInfo = {
|
|
|
1790
1916
|
folderPath: {
|
|
1791
1917
|
serializedName: "folderPath",
|
|
1792
1918
|
type: {
|
|
1793
|
-
name: "
|
|
1919
|
+
name: "any"
|
|
1794
1920
|
}
|
|
1795
1921
|
}
|
|
1796
1922
|
}
|
|
@@ -2382,6 +2508,13 @@ export const Notebook = {
|
|
|
2382
2508
|
className: "BigDataPoolReference"
|
|
2383
2509
|
}
|
|
2384
2510
|
},
|
|
2511
|
+
targetSparkConfiguration: {
|
|
2512
|
+
serializedName: "targetSparkConfiguration",
|
|
2513
|
+
type: {
|
|
2514
|
+
name: "Composite",
|
|
2515
|
+
className: "SparkConfigurationReference"
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2385
2518
|
sessionProperties: {
|
|
2386
2519
|
serializedName: "sessionProperties",
|
|
2387
2520
|
type: {
|
|
@@ -2455,6 +2588,28 @@ export const BigDataPoolReference = {
|
|
|
2455
2588
|
}
|
|
2456
2589
|
}
|
|
2457
2590
|
};
|
|
2591
|
+
export const SparkConfigurationReference = {
|
|
2592
|
+
type: {
|
|
2593
|
+
name: "Composite",
|
|
2594
|
+
className: "SparkConfigurationReference",
|
|
2595
|
+
modelProperties: {
|
|
2596
|
+
type: {
|
|
2597
|
+
serializedName: "type",
|
|
2598
|
+
required: true,
|
|
2599
|
+
type: {
|
|
2600
|
+
name: "String"
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
referenceName: {
|
|
2604
|
+
serializedName: "referenceName",
|
|
2605
|
+
required: true,
|
|
2606
|
+
type: {
|
|
2607
|
+
name: "String"
|
|
2608
|
+
}
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
};
|
|
2458
2613
|
export const NotebookSessionProperties = {
|
|
2459
2614
|
type: {
|
|
2460
2615
|
name: "Composite",
|
|
@@ -3297,6 +3452,13 @@ export const SparkJobDefinition = {
|
|
|
3297
3452
|
className: "BigDataPoolReference"
|
|
3298
3453
|
}
|
|
3299
3454
|
},
|
|
3455
|
+
targetSparkConfiguration: {
|
|
3456
|
+
serializedName: "targetSparkConfiguration",
|
|
3457
|
+
type: {
|
|
3458
|
+
name: "Composite",
|
|
3459
|
+
className: "SparkConfigurationReference"
|
|
3460
|
+
}
|
|
3461
|
+
},
|
|
3300
3462
|
requiredSparkVersion: {
|
|
3301
3463
|
serializedName: "requiredSparkVersion",
|
|
3302
3464
|
type: {
|
|
@@ -4891,34 +5053,6 @@ export const RerunTumblingWindowTriggerActionParameters = {
|
|
|
4891
5053
|
}
|
|
4892
5054
|
}
|
|
4893
5055
|
};
|
|
4894
|
-
export const RerunTriggerListResponse = {
|
|
4895
|
-
type: {
|
|
4896
|
-
name: "Composite",
|
|
4897
|
-
className: "RerunTriggerListResponse",
|
|
4898
|
-
modelProperties: {
|
|
4899
|
-
value: {
|
|
4900
|
-
serializedName: "value",
|
|
4901
|
-
required: true,
|
|
4902
|
-
type: {
|
|
4903
|
-
name: "Sequence",
|
|
4904
|
-
element: {
|
|
4905
|
-
type: {
|
|
4906
|
-
name: "Composite",
|
|
4907
|
-
className: "RerunTriggerResource"
|
|
4908
|
-
}
|
|
4909
|
-
}
|
|
4910
|
-
}
|
|
4911
|
-
},
|
|
4912
|
-
nextLink: {
|
|
4913
|
-
serializedName: "nextLink",
|
|
4914
|
-
readOnly: true,
|
|
4915
|
-
type: {
|
|
4916
|
-
name: "String"
|
|
4917
|
-
}
|
|
4918
|
-
}
|
|
4919
|
-
}
|
|
4920
|
-
}
|
|
4921
|
-
};
|
|
4922
5056
|
export const GetSsisObjectMetadataRequest = {
|
|
4923
5057
|
type: {
|
|
4924
5058
|
name: "Composite",
|
|
@@ -5325,6 +5459,34 @@ export const DataFlowDebugResultResponse = {
|
|
|
5325
5459
|
}
|
|
5326
5460
|
}
|
|
5327
5461
|
};
|
|
5462
|
+
export const RerunTriggerListResponse = {
|
|
5463
|
+
type: {
|
|
5464
|
+
name: "Composite",
|
|
5465
|
+
className: "RerunTriggerListResponse",
|
|
5466
|
+
modelProperties: {
|
|
5467
|
+
value: {
|
|
5468
|
+
serializedName: "value",
|
|
5469
|
+
required: true,
|
|
5470
|
+
type: {
|
|
5471
|
+
name: "Sequence",
|
|
5472
|
+
element: {
|
|
5473
|
+
type: {
|
|
5474
|
+
name: "Composite",
|
|
5475
|
+
className: "RerunTriggerResource"
|
|
5476
|
+
}
|
|
5477
|
+
}
|
|
5478
|
+
}
|
|
5479
|
+
},
|
|
5480
|
+
nextLink: {
|
|
5481
|
+
serializedName: "nextLink",
|
|
5482
|
+
readOnly: true,
|
|
5483
|
+
type: {
|
|
5484
|
+
name: "String"
|
|
5485
|
+
}
|
|
5486
|
+
}
|
|
5487
|
+
}
|
|
5488
|
+
}
|
|
5489
|
+
};
|
|
5328
5490
|
export const Transformation = {
|
|
5329
5491
|
type: {
|
|
5330
5492
|
name: "Composite",
|
|
@@ -6994,6 +7156,28 @@ export const ScriptActivityTypePropertiesLogSettings = {
|
|
|
6994
7156
|
}
|
|
6995
7157
|
}
|
|
6996
7158
|
};
|
|
7159
|
+
export const SparkConfigurationParametrizationReference = {
|
|
7160
|
+
type: {
|
|
7161
|
+
name: "Composite",
|
|
7162
|
+
className: "SparkConfigurationParametrizationReference",
|
|
7163
|
+
modelProperties: {
|
|
7164
|
+
type: {
|
|
7165
|
+
serializedName: "type",
|
|
7166
|
+
required: true,
|
|
7167
|
+
type: {
|
|
7168
|
+
name: "String"
|
|
7169
|
+
}
|
|
7170
|
+
},
|
|
7171
|
+
referenceName: {
|
|
7172
|
+
serializedName: "referenceName",
|
|
7173
|
+
required: true,
|
|
7174
|
+
type: {
|
|
7175
|
+
name: "any"
|
|
7176
|
+
}
|
|
7177
|
+
}
|
|
7178
|
+
}
|
|
7179
|
+
}
|
|
7180
|
+
};
|
|
6997
7181
|
export const ScheduleTriggerRecurrence = {
|
|
6998
7182
|
type: {
|
|
6999
7183
|
name: "Composite",
|
|
@@ -7493,6 +7677,7 @@ export const EntityReference = {
|
|
|
7493
7677
|
}
|
|
7494
7678
|
};
|
|
7495
7679
|
export const CustomSetupBase = {
|
|
7680
|
+
serializedName: "CustomSetupBase",
|
|
7496
7681
|
type: {
|
|
7497
7682
|
name: "Composite",
|
|
7498
7683
|
className: "CustomSetupBase",
|
|
@@ -7961,6 +8146,11 @@ export const ExcelDataset = {
|
|
|
7961
8146
|
type: {
|
|
7962
8147
|
name: "any"
|
|
7963
8148
|
}
|
|
8149
|
+
}, sheetIndex: {
|
|
8150
|
+
serializedName: "typeProperties.sheetIndex",
|
|
8151
|
+
type: {
|
|
8152
|
+
name: "any"
|
|
8153
|
+
}
|
|
7964
8154
|
}, range: {
|
|
7965
8155
|
serializedName: "typeProperties.range",
|
|
7966
8156
|
type: {
|
|
@@ -9145,6 +9335,29 @@ export const SapTableResourceDataset = {
|
|
|
9145
9335
|
} })
|
|
9146
9336
|
}
|
|
9147
9337
|
};
|
|
9338
|
+
export const SapOdpResourceDataset = {
|
|
9339
|
+
serializedName: "SapOdpResource",
|
|
9340
|
+
type: {
|
|
9341
|
+
name: "Composite",
|
|
9342
|
+
className: "SapOdpResourceDataset",
|
|
9343
|
+
uberParent: "Dataset",
|
|
9344
|
+
additionalProperties: { type: { name: "Object" } },
|
|
9345
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
9346
|
+
modelProperties: Object.assign(Object.assign({}, Dataset.type.modelProperties), { context: {
|
|
9347
|
+
serializedName: "typeProperties.context",
|
|
9348
|
+
required: true,
|
|
9349
|
+
type: {
|
|
9350
|
+
name: "any"
|
|
9351
|
+
}
|
|
9352
|
+
}, objectName: {
|
|
9353
|
+
serializedName: "typeProperties.objectName",
|
|
9354
|
+
required: true,
|
|
9355
|
+
type: {
|
|
9356
|
+
name: "any"
|
|
9357
|
+
}
|
|
9358
|
+
} })
|
|
9359
|
+
}
|
|
9360
|
+
};
|
|
9148
9361
|
export const WebTableDataset = {
|
|
9149
9362
|
serializedName: "WebTable",
|
|
9150
9363
|
type: {
|
|
@@ -12041,30 +12254,38 @@ export const SapOpenHubLinkedService = {
|
|
|
12041
12254
|
} })
|
|
12042
12255
|
}
|
|
12043
12256
|
};
|
|
12044
|
-
export const
|
|
12045
|
-
serializedName: "
|
|
12257
|
+
export const SapOdpLinkedService = {
|
|
12258
|
+
serializedName: "SapOdp",
|
|
12046
12259
|
type: {
|
|
12047
12260
|
name: "Composite",
|
|
12048
|
-
className: "
|
|
12261
|
+
className: "SapOdpLinkedService",
|
|
12049
12262
|
uberParent: "LinkedService",
|
|
12050
12263
|
additionalProperties: { type: { name: "Object" } },
|
|
12051
12264
|
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
12052
|
-
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), {
|
|
12053
|
-
serializedName: "typeProperties.
|
|
12054
|
-
required: true,
|
|
12265
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { server: {
|
|
12266
|
+
serializedName: "typeProperties.server",
|
|
12055
12267
|
type: {
|
|
12056
12268
|
name: "any"
|
|
12057
12269
|
}
|
|
12058
|
-
},
|
|
12059
|
-
serializedName: "typeProperties.
|
|
12270
|
+
}, systemNumber: {
|
|
12271
|
+
serializedName: "typeProperties.systemNumber",
|
|
12060
12272
|
type: {
|
|
12061
12273
|
name: "any"
|
|
12062
12274
|
}
|
|
12063
|
-
},
|
|
12064
|
-
serializedName: "typeProperties.
|
|
12065
|
-
required: true,
|
|
12275
|
+
}, clientId: {
|
|
12276
|
+
serializedName: "typeProperties.clientId",
|
|
12066
12277
|
type: {
|
|
12067
|
-
name: "
|
|
12278
|
+
name: "any"
|
|
12279
|
+
}
|
|
12280
|
+
}, language: {
|
|
12281
|
+
serializedName: "typeProperties.language",
|
|
12282
|
+
type: {
|
|
12283
|
+
name: "any"
|
|
12284
|
+
}
|
|
12285
|
+
}, systemId: {
|
|
12286
|
+
serializedName: "typeProperties.systemId",
|
|
12287
|
+
type: {
|
|
12288
|
+
name: "any"
|
|
12068
12289
|
}
|
|
12069
12290
|
}, userName: {
|
|
12070
12291
|
serializedName: "typeProperties.userName",
|
|
@@ -12077,13 +12298,112 @@ export const RestServiceLinkedService = {
|
|
|
12077
12298
|
name: "Composite",
|
|
12078
12299
|
className: "SecretBase"
|
|
12079
12300
|
}
|
|
12080
|
-
},
|
|
12081
|
-
serializedName: "typeProperties.
|
|
12301
|
+
}, messageServer: {
|
|
12302
|
+
serializedName: "typeProperties.messageServer",
|
|
12082
12303
|
type: {
|
|
12083
12304
|
name: "any"
|
|
12084
12305
|
}
|
|
12085
|
-
},
|
|
12086
|
-
serializedName: "typeProperties.
|
|
12306
|
+
}, messageServerService: {
|
|
12307
|
+
serializedName: "typeProperties.messageServerService",
|
|
12308
|
+
type: {
|
|
12309
|
+
name: "any"
|
|
12310
|
+
}
|
|
12311
|
+
}, sncMode: {
|
|
12312
|
+
serializedName: "typeProperties.sncMode",
|
|
12313
|
+
type: {
|
|
12314
|
+
name: "any"
|
|
12315
|
+
}
|
|
12316
|
+
}, sncMyName: {
|
|
12317
|
+
serializedName: "typeProperties.sncMyName",
|
|
12318
|
+
type: {
|
|
12319
|
+
name: "any"
|
|
12320
|
+
}
|
|
12321
|
+
}, sncPartnerName: {
|
|
12322
|
+
serializedName: "typeProperties.sncPartnerName",
|
|
12323
|
+
type: {
|
|
12324
|
+
name: "any"
|
|
12325
|
+
}
|
|
12326
|
+
}, sncLibraryPath: {
|
|
12327
|
+
serializedName: "typeProperties.sncLibraryPath",
|
|
12328
|
+
type: {
|
|
12329
|
+
name: "any"
|
|
12330
|
+
}
|
|
12331
|
+
}, sncQop: {
|
|
12332
|
+
serializedName: "typeProperties.sncQop",
|
|
12333
|
+
type: {
|
|
12334
|
+
name: "any"
|
|
12335
|
+
}
|
|
12336
|
+
}, x509CertificatePath: {
|
|
12337
|
+
serializedName: "typeProperties.x509CertificatePath",
|
|
12338
|
+
type: {
|
|
12339
|
+
name: "any"
|
|
12340
|
+
}
|
|
12341
|
+
}, logonGroup: {
|
|
12342
|
+
serializedName: "typeProperties.logonGroup",
|
|
12343
|
+
type: {
|
|
12344
|
+
name: "any"
|
|
12345
|
+
}
|
|
12346
|
+
}, subscriberName: {
|
|
12347
|
+
serializedName: "typeProperties.subscriberName",
|
|
12348
|
+
type: {
|
|
12349
|
+
name: "any"
|
|
12350
|
+
}
|
|
12351
|
+
}, encryptedCredential: {
|
|
12352
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
12353
|
+
type: {
|
|
12354
|
+
name: "any"
|
|
12355
|
+
}
|
|
12356
|
+
} })
|
|
12357
|
+
}
|
|
12358
|
+
};
|
|
12359
|
+
export const RestServiceLinkedService = {
|
|
12360
|
+
serializedName: "RestService",
|
|
12361
|
+
type: {
|
|
12362
|
+
name: "Composite",
|
|
12363
|
+
className: "RestServiceLinkedService",
|
|
12364
|
+
uberParent: "LinkedService",
|
|
12365
|
+
additionalProperties: { type: { name: "Object" } },
|
|
12366
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
12367
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { url: {
|
|
12368
|
+
serializedName: "typeProperties.url",
|
|
12369
|
+
required: true,
|
|
12370
|
+
type: {
|
|
12371
|
+
name: "any"
|
|
12372
|
+
}
|
|
12373
|
+
}, enableServerCertificateValidation: {
|
|
12374
|
+
serializedName: "typeProperties.enableServerCertificateValidation",
|
|
12375
|
+
type: {
|
|
12376
|
+
name: "any"
|
|
12377
|
+
}
|
|
12378
|
+
}, authenticationType: {
|
|
12379
|
+
serializedName: "typeProperties.authenticationType",
|
|
12380
|
+
required: true,
|
|
12381
|
+
type: {
|
|
12382
|
+
name: "String"
|
|
12383
|
+
}
|
|
12384
|
+
}, userName: {
|
|
12385
|
+
serializedName: "typeProperties.userName",
|
|
12386
|
+
type: {
|
|
12387
|
+
name: "any"
|
|
12388
|
+
}
|
|
12389
|
+
}, password: {
|
|
12390
|
+
serializedName: "typeProperties.password",
|
|
12391
|
+
type: {
|
|
12392
|
+
name: "Composite",
|
|
12393
|
+
className: "SecretBase"
|
|
12394
|
+
}
|
|
12395
|
+
}, authHeaders: {
|
|
12396
|
+
serializedName: "typeProperties.authHeaders",
|
|
12397
|
+
type: {
|
|
12398
|
+
name: "any"
|
|
12399
|
+
}
|
|
12400
|
+
}, servicePrincipalId: {
|
|
12401
|
+
serializedName: "typeProperties.servicePrincipalId",
|
|
12402
|
+
type: {
|
|
12403
|
+
name: "any"
|
|
12404
|
+
}
|
|
12405
|
+
}, servicePrincipalKey: {
|
|
12406
|
+
serializedName: "typeProperties.servicePrincipalKey",
|
|
12087
12407
|
type: {
|
|
12088
12408
|
name: "Composite",
|
|
12089
12409
|
className: "SecretBase"
|
|
@@ -12108,6 +12428,32 @@ export const RestServiceLinkedService = {
|
|
|
12108
12428
|
type: {
|
|
12109
12429
|
name: "any"
|
|
12110
12430
|
}
|
|
12431
|
+
}, clientId: {
|
|
12432
|
+
serializedName: "typeProperties.clientId",
|
|
12433
|
+
type: {
|
|
12434
|
+
name: "any"
|
|
12435
|
+
}
|
|
12436
|
+
}, clientSecret: {
|
|
12437
|
+
serializedName: "typeProperties.clientSecret",
|
|
12438
|
+
type: {
|
|
12439
|
+
name: "Composite",
|
|
12440
|
+
className: "SecretBase"
|
|
12441
|
+
}
|
|
12442
|
+
}, tokenEndpoint: {
|
|
12443
|
+
serializedName: "typeProperties.tokenEndpoint",
|
|
12444
|
+
type: {
|
|
12445
|
+
name: "any"
|
|
12446
|
+
}
|
|
12447
|
+
}, resource: {
|
|
12448
|
+
serializedName: "typeProperties.resource",
|
|
12449
|
+
type: {
|
|
12450
|
+
name: "any"
|
|
12451
|
+
}
|
|
12452
|
+
}, scope: {
|
|
12453
|
+
serializedName: "typeProperties.scope",
|
|
12454
|
+
type: {
|
|
12455
|
+
name: "any"
|
|
12456
|
+
}
|
|
12111
12457
|
} })
|
|
12112
12458
|
}
|
|
12113
12459
|
};
|
|
@@ -12251,6 +12597,124 @@ export const ZendeskLinkedService = {
|
|
|
12251
12597
|
} })
|
|
12252
12598
|
}
|
|
12253
12599
|
};
|
|
12600
|
+
export const DataworldLinkedService = {
|
|
12601
|
+
serializedName: "Dataworld",
|
|
12602
|
+
type: {
|
|
12603
|
+
name: "Composite",
|
|
12604
|
+
className: "DataworldLinkedService",
|
|
12605
|
+
uberParent: "LinkedService",
|
|
12606
|
+
additionalProperties: { type: { name: "Object" } },
|
|
12607
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
12608
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
|
|
12609
|
+
serializedName: "typeProperties.apiToken",
|
|
12610
|
+
type: {
|
|
12611
|
+
name: "Composite",
|
|
12612
|
+
className: "SecretBase"
|
|
12613
|
+
}
|
|
12614
|
+
}, encryptedCredential: {
|
|
12615
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
12616
|
+
type: {
|
|
12617
|
+
name: "any"
|
|
12618
|
+
}
|
|
12619
|
+
} })
|
|
12620
|
+
}
|
|
12621
|
+
};
|
|
12622
|
+
export const AppFiguresLinkedService = {
|
|
12623
|
+
serializedName: "AppFigures",
|
|
12624
|
+
type: {
|
|
12625
|
+
name: "Composite",
|
|
12626
|
+
className: "AppFiguresLinkedService",
|
|
12627
|
+
uberParent: "LinkedService",
|
|
12628
|
+
additionalProperties: { type: { name: "Object" } },
|
|
12629
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
12630
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { userName: {
|
|
12631
|
+
serializedName: "typeProperties.userName",
|
|
12632
|
+
required: true,
|
|
12633
|
+
type: {
|
|
12634
|
+
name: "any"
|
|
12635
|
+
}
|
|
12636
|
+
}, password: {
|
|
12637
|
+
serializedName: "typeProperties.password",
|
|
12638
|
+
type: {
|
|
12639
|
+
name: "Composite",
|
|
12640
|
+
className: "SecretBase"
|
|
12641
|
+
}
|
|
12642
|
+
}, clientKey: {
|
|
12643
|
+
serializedName: "typeProperties.clientKey",
|
|
12644
|
+
type: {
|
|
12645
|
+
name: "Composite",
|
|
12646
|
+
className: "SecretBase"
|
|
12647
|
+
}
|
|
12648
|
+
} })
|
|
12649
|
+
}
|
|
12650
|
+
};
|
|
12651
|
+
export const AsanaLinkedService = {
|
|
12652
|
+
serializedName: "Asana",
|
|
12653
|
+
type: {
|
|
12654
|
+
name: "Composite",
|
|
12655
|
+
className: "AsanaLinkedService",
|
|
12656
|
+
uberParent: "LinkedService",
|
|
12657
|
+
additionalProperties: { type: { name: "Object" } },
|
|
12658
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
12659
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
|
|
12660
|
+
serializedName: "typeProperties.apiToken",
|
|
12661
|
+
type: {
|
|
12662
|
+
name: "Composite",
|
|
12663
|
+
className: "SecretBase"
|
|
12664
|
+
}
|
|
12665
|
+
}, encryptedCredential: {
|
|
12666
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
12667
|
+
type: {
|
|
12668
|
+
name: "any"
|
|
12669
|
+
}
|
|
12670
|
+
} })
|
|
12671
|
+
}
|
|
12672
|
+
};
|
|
12673
|
+
export const TwilioLinkedService = {
|
|
12674
|
+
serializedName: "Twilio",
|
|
12675
|
+
type: {
|
|
12676
|
+
name: "Composite",
|
|
12677
|
+
className: "TwilioLinkedService",
|
|
12678
|
+
uberParent: "LinkedService",
|
|
12679
|
+
additionalProperties: { type: { name: "Object" } },
|
|
12680
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
12681
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { userName: {
|
|
12682
|
+
serializedName: "typeProperties.userName",
|
|
12683
|
+
required: true,
|
|
12684
|
+
type: {
|
|
12685
|
+
name: "any"
|
|
12686
|
+
}
|
|
12687
|
+
}, password: {
|
|
12688
|
+
serializedName: "typeProperties.password",
|
|
12689
|
+
type: {
|
|
12690
|
+
name: "Composite",
|
|
12691
|
+
className: "SecretBase"
|
|
12692
|
+
}
|
|
12693
|
+
} })
|
|
12694
|
+
}
|
|
12695
|
+
};
|
|
12696
|
+
export const GoogleSheetsLinkedService = {
|
|
12697
|
+
serializedName: "GoogleSheets",
|
|
12698
|
+
type: {
|
|
12699
|
+
name: "Composite",
|
|
12700
|
+
className: "GoogleSheetsLinkedService",
|
|
12701
|
+
uberParent: "LinkedService",
|
|
12702
|
+
additionalProperties: { type: { name: "Object" } },
|
|
12703
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
12704
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
|
|
12705
|
+
serializedName: "typeProperties.apiToken",
|
|
12706
|
+
type: {
|
|
12707
|
+
name: "Composite",
|
|
12708
|
+
className: "SecretBase"
|
|
12709
|
+
}
|
|
12710
|
+
}, encryptedCredential: {
|
|
12711
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
12712
|
+
type: {
|
|
12713
|
+
name: "any"
|
|
12714
|
+
}
|
|
12715
|
+
} })
|
|
12716
|
+
}
|
|
12717
|
+
};
|
|
12254
12718
|
export const AmazonS3LinkedService = {
|
|
12255
12719
|
serializedName: "AmazonS3",
|
|
12256
12720
|
type: {
|
|
@@ -15057,6 +15521,56 @@ export const SharePointOnlineListLinkedService = {
|
|
|
15057
15521
|
} })
|
|
15058
15522
|
}
|
|
15059
15523
|
};
|
|
15524
|
+
export const AzureSynapseArtifactsLinkedService = {
|
|
15525
|
+
serializedName: "AzureSynapseArtifacts",
|
|
15526
|
+
type: {
|
|
15527
|
+
name: "Composite",
|
|
15528
|
+
className: "AzureSynapseArtifactsLinkedService",
|
|
15529
|
+
uberParent: "LinkedService",
|
|
15530
|
+
additionalProperties: { type: { name: "Object" } },
|
|
15531
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
15532
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { endpoint: {
|
|
15533
|
+
serializedName: "typeProperties.endpoint",
|
|
15534
|
+
required: true,
|
|
15535
|
+
type: {
|
|
15536
|
+
name: "any"
|
|
15537
|
+
}
|
|
15538
|
+
}, authentication: {
|
|
15539
|
+
serializedName: "typeProperties.authentication",
|
|
15540
|
+
type: {
|
|
15541
|
+
name: "any"
|
|
15542
|
+
}
|
|
15543
|
+
}, workspaceResourceId: {
|
|
15544
|
+
serializedName: "typeProperties.workspaceResourceId",
|
|
15545
|
+
type: {
|
|
15546
|
+
name: "any"
|
|
15547
|
+
}
|
|
15548
|
+
} })
|
|
15549
|
+
}
|
|
15550
|
+
};
|
|
15551
|
+
export const PowerBIWorkspaceLinkedService = {
|
|
15552
|
+
serializedName: "PowerBIWorkspace",
|
|
15553
|
+
type: {
|
|
15554
|
+
name: "Composite",
|
|
15555
|
+
className: "PowerBIWorkspaceLinkedService",
|
|
15556
|
+
uberParent: "LinkedService",
|
|
15557
|
+
additionalProperties: { type: { name: "Object" } },
|
|
15558
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
15559
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { workspaceId: {
|
|
15560
|
+
serializedName: "typeProperties.workspaceId",
|
|
15561
|
+
required: true,
|
|
15562
|
+
type: {
|
|
15563
|
+
name: "String"
|
|
15564
|
+
}
|
|
15565
|
+
}, tenantId: {
|
|
15566
|
+
serializedName: "typeProperties.tenantId",
|
|
15567
|
+
required: true,
|
|
15568
|
+
type: {
|
|
15569
|
+
name: "String"
|
|
15570
|
+
}
|
|
15571
|
+
} })
|
|
15572
|
+
}
|
|
15573
|
+
};
|
|
15060
15574
|
export const ControlActivity = {
|
|
15061
15575
|
serializedName: "Container",
|
|
15062
15576
|
type: {
|
|
@@ -15322,6 +15836,12 @@ export const DataFlowSink = {
|
|
|
15322
15836
|
name: "Composite",
|
|
15323
15837
|
className: "LinkedServiceReference"
|
|
15324
15838
|
}
|
|
15839
|
+
}, rejectedDataLinkedService: {
|
|
15840
|
+
serializedName: "rejectedDataLinkedService",
|
|
15841
|
+
type: {
|
|
15842
|
+
name: "Composite",
|
|
15843
|
+
className: "LinkedServiceReference"
|
|
15844
|
+
}
|
|
15325
15845
|
} })
|
|
15326
15846
|
}
|
|
15327
15847
|
};
|
|
@@ -19070,9 +19590,9 @@ export const ExecutePipelineActivity = {
|
|
|
19070
19590
|
type: {
|
|
19071
19591
|
name: "Composite",
|
|
19072
19592
|
className: "ExecutePipelineActivity",
|
|
19073
|
-
uberParent: "
|
|
19593
|
+
uberParent: "ControlActivity",
|
|
19074
19594
|
additionalProperties: { type: { name: "Object" } },
|
|
19075
|
-
polymorphicDiscriminator:
|
|
19595
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19076
19596
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { pipeline: {
|
|
19077
19597
|
serializedName: "typeProperties.pipeline",
|
|
19078
19598
|
type: {
|
|
@@ -19098,9 +19618,9 @@ export const IfConditionActivity = {
|
|
|
19098
19618
|
type: {
|
|
19099
19619
|
name: "Composite",
|
|
19100
19620
|
className: "IfConditionActivity",
|
|
19101
|
-
uberParent: "
|
|
19621
|
+
uberParent: "ControlActivity",
|
|
19102
19622
|
additionalProperties: { type: { name: "Object" } },
|
|
19103
|
-
polymorphicDiscriminator:
|
|
19623
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19104
19624
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { expression: {
|
|
19105
19625
|
serializedName: "typeProperties.expression",
|
|
19106
19626
|
type: {
|
|
@@ -19137,9 +19657,9 @@ export const SwitchActivity = {
|
|
|
19137
19657
|
type: {
|
|
19138
19658
|
name: "Composite",
|
|
19139
19659
|
className: "SwitchActivity",
|
|
19140
|
-
uberParent: "
|
|
19660
|
+
uberParent: "ControlActivity",
|
|
19141
19661
|
additionalProperties: { type: { name: "Object" } },
|
|
19142
|
-
polymorphicDiscriminator:
|
|
19662
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19143
19663
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { on: {
|
|
19144
19664
|
serializedName: "typeProperties.on",
|
|
19145
19665
|
type: {
|
|
@@ -19176,9 +19696,9 @@ export const ForEachActivity = {
|
|
|
19176
19696
|
type: {
|
|
19177
19697
|
name: "Composite",
|
|
19178
19698
|
className: "ForEachActivity",
|
|
19179
|
-
uberParent: "
|
|
19699
|
+
uberParent: "ControlActivity",
|
|
19180
19700
|
additionalProperties: { type: { name: "Object" } },
|
|
19181
|
-
polymorphicDiscriminator:
|
|
19701
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19182
19702
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { isSequential: {
|
|
19183
19703
|
serializedName: "typeProperties.isSequential",
|
|
19184
19704
|
type: {
|
|
@@ -19218,9 +19738,9 @@ export const WaitActivity = {
|
|
|
19218
19738
|
type: {
|
|
19219
19739
|
name: "Composite",
|
|
19220
19740
|
className: "WaitActivity",
|
|
19221
|
-
uberParent: "
|
|
19741
|
+
uberParent: "ControlActivity",
|
|
19222
19742
|
additionalProperties: { type: { name: "Object" } },
|
|
19223
|
-
polymorphicDiscriminator:
|
|
19743
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19224
19744
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { waitTimeInSeconds: {
|
|
19225
19745
|
serializedName: "typeProperties.waitTimeInSeconds",
|
|
19226
19746
|
required: true,
|
|
@@ -19230,14 +19750,37 @@ export const WaitActivity = {
|
|
|
19230
19750
|
} })
|
|
19231
19751
|
}
|
|
19232
19752
|
};
|
|
19753
|
+
export const FailActivity = {
|
|
19754
|
+
serializedName: "Fail",
|
|
19755
|
+
type: {
|
|
19756
|
+
name: "Composite",
|
|
19757
|
+
className: "FailActivity",
|
|
19758
|
+
uberParent: "ControlActivity",
|
|
19759
|
+
additionalProperties: { type: { name: "Object" } },
|
|
19760
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19761
|
+
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { message: {
|
|
19762
|
+
serializedName: "typeProperties.message",
|
|
19763
|
+
required: true,
|
|
19764
|
+
type: {
|
|
19765
|
+
name: "any"
|
|
19766
|
+
}
|
|
19767
|
+
}, errorCode: {
|
|
19768
|
+
serializedName: "typeProperties.errorCode",
|
|
19769
|
+
required: true,
|
|
19770
|
+
type: {
|
|
19771
|
+
name: "any"
|
|
19772
|
+
}
|
|
19773
|
+
} })
|
|
19774
|
+
}
|
|
19775
|
+
};
|
|
19233
19776
|
export const UntilActivity = {
|
|
19234
19777
|
serializedName: "Until",
|
|
19235
19778
|
type: {
|
|
19236
19779
|
name: "Composite",
|
|
19237
19780
|
className: "UntilActivity",
|
|
19238
|
-
uberParent: "
|
|
19781
|
+
uberParent: "ControlActivity",
|
|
19239
19782
|
additionalProperties: { type: { name: "Object" } },
|
|
19240
|
-
polymorphicDiscriminator:
|
|
19783
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19241
19784
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { expression: {
|
|
19242
19785
|
serializedName: "typeProperties.expression",
|
|
19243
19786
|
type: {
|
|
@@ -19269,9 +19812,9 @@ export const ValidationActivity = {
|
|
|
19269
19812
|
type: {
|
|
19270
19813
|
name: "Composite",
|
|
19271
19814
|
className: "ValidationActivity",
|
|
19272
|
-
uberParent: "
|
|
19815
|
+
uberParent: "ControlActivity",
|
|
19273
19816
|
additionalProperties: { type: { name: "Object" } },
|
|
19274
|
-
polymorphicDiscriminator:
|
|
19817
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19275
19818
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { timeout: {
|
|
19276
19819
|
serializedName: "typeProperties.timeout",
|
|
19277
19820
|
type: {
|
|
@@ -19306,9 +19849,9 @@ export const FilterActivity = {
|
|
|
19306
19849
|
type: {
|
|
19307
19850
|
name: "Composite",
|
|
19308
19851
|
className: "FilterActivity",
|
|
19309
|
-
uberParent: "
|
|
19852
|
+
uberParent: "ControlActivity",
|
|
19310
19853
|
additionalProperties: { type: { name: "Object" } },
|
|
19311
|
-
polymorphicDiscriminator:
|
|
19854
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19312
19855
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { items: {
|
|
19313
19856
|
serializedName: "typeProperties.items",
|
|
19314
19857
|
type: {
|
|
@@ -19329,9 +19872,9 @@ export const SetVariableActivity = {
|
|
|
19329
19872
|
type: {
|
|
19330
19873
|
name: "Composite",
|
|
19331
19874
|
className: "SetVariableActivity",
|
|
19332
|
-
uberParent: "
|
|
19875
|
+
uberParent: "ControlActivity",
|
|
19333
19876
|
additionalProperties: { type: { name: "Object" } },
|
|
19334
|
-
polymorphicDiscriminator:
|
|
19877
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19335
19878
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { variableName: {
|
|
19336
19879
|
serializedName: "typeProperties.variableName",
|
|
19337
19880
|
type: {
|
|
@@ -19350,9 +19893,9 @@ export const AppendVariableActivity = {
|
|
|
19350
19893
|
type: {
|
|
19351
19894
|
name: "Composite",
|
|
19352
19895
|
className: "AppendVariableActivity",
|
|
19353
|
-
uberParent: "
|
|
19896
|
+
uberParent: "ControlActivity",
|
|
19354
19897
|
additionalProperties: { type: { name: "Object" } },
|
|
19355
|
-
polymorphicDiscriminator:
|
|
19898
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19356
19899
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { variableName: {
|
|
19357
19900
|
serializedName: "typeProperties.variableName",
|
|
19358
19901
|
type: {
|
|
@@ -19371,9 +19914,9 @@ export const WebHookActivity = {
|
|
|
19371
19914
|
type: {
|
|
19372
19915
|
name: "Composite",
|
|
19373
19916
|
className: "WebHookActivity",
|
|
19374
|
-
uberParent: "
|
|
19917
|
+
uberParent: "ControlActivity",
|
|
19375
19918
|
additionalProperties: { type: { name: "Object" } },
|
|
19376
|
-
polymorphicDiscriminator:
|
|
19919
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19377
19920
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { method: {
|
|
19378
19921
|
serializedName: "typeProperties.method",
|
|
19379
19922
|
required: true,
|
|
@@ -19420,9 +19963,9 @@ export const CopyActivity = {
|
|
|
19420
19963
|
type: {
|
|
19421
19964
|
name: "Composite",
|
|
19422
19965
|
className: "CopyActivity",
|
|
19423
|
-
uberParent: "
|
|
19966
|
+
uberParent: "ExecutionActivity",
|
|
19424
19967
|
additionalProperties: { type: { name: "Object" } },
|
|
19425
|
-
polymorphicDiscriminator:
|
|
19968
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19426
19969
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { inputs: {
|
|
19427
19970
|
serializedName: "inputs",
|
|
19428
19971
|
type: {
|
|
@@ -19545,9 +20088,9 @@ export const HDInsightHiveActivity = {
|
|
|
19545
20088
|
type: {
|
|
19546
20089
|
name: "Composite",
|
|
19547
20090
|
className: "HDInsightHiveActivity",
|
|
19548
|
-
uberParent: "
|
|
20091
|
+
uberParent: "ExecutionActivity",
|
|
19549
20092
|
additionalProperties: { type: { name: "Object" } },
|
|
19550
|
-
polymorphicDiscriminator:
|
|
20093
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19551
20094
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
19552
20095
|
serializedName: "typeProperties.storageLinkedServices",
|
|
19553
20096
|
type: {
|
|
@@ -19614,9 +20157,9 @@ export const HDInsightPigActivity = {
|
|
|
19614
20157
|
type: {
|
|
19615
20158
|
name: "Composite",
|
|
19616
20159
|
className: "HDInsightPigActivity",
|
|
19617
|
-
uberParent: "
|
|
20160
|
+
uberParent: "ExecutionActivity",
|
|
19618
20161
|
additionalProperties: { type: { name: "Object" } },
|
|
19619
|
-
polymorphicDiscriminator:
|
|
20162
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19620
20163
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
19621
20164
|
serializedName: "typeProperties.storageLinkedServices",
|
|
19622
20165
|
type: {
|
|
@@ -19663,9 +20206,9 @@ export const HDInsightMapReduceActivity = {
|
|
|
19663
20206
|
type: {
|
|
19664
20207
|
name: "Composite",
|
|
19665
20208
|
className: "HDInsightMapReduceActivity",
|
|
19666
|
-
uberParent: "
|
|
20209
|
+
uberParent: "ExecutionActivity",
|
|
19667
20210
|
additionalProperties: { type: { name: "Object" } },
|
|
19668
|
-
polymorphicDiscriminator:
|
|
20211
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19669
20212
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
19670
20213
|
serializedName: "typeProperties.storageLinkedServices",
|
|
19671
20214
|
type: {
|
|
@@ -19734,9 +20277,9 @@ export const HDInsightStreamingActivity = {
|
|
|
19734
20277
|
type: {
|
|
19735
20278
|
name: "Composite",
|
|
19736
20279
|
className: "HDInsightStreamingActivity",
|
|
19737
|
-
uberParent: "
|
|
20280
|
+
uberParent: "ExecutionActivity",
|
|
19738
20281
|
additionalProperties: { type: { name: "Object" } },
|
|
19739
|
-
polymorphicDiscriminator:
|
|
20282
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19740
20283
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
19741
20284
|
serializedName: "typeProperties.storageLinkedServices",
|
|
19742
20285
|
type: {
|
|
@@ -19833,9 +20376,9 @@ export const HDInsightSparkActivity = {
|
|
|
19833
20376
|
type: {
|
|
19834
20377
|
name: "Composite",
|
|
19835
20378
|
className: "HDInsightSparkActivity",
|
|
19836
|
-
uberParent: "
|
|
20379
|
+
uberParent: "ExecutionActivity",
|
|
19837
20380
|
additionalProperties: { type: { name: "Object" } },
|
|
19838
|
-
polymorphicDiscriminator:
|
|
20381
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19839
20382
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { rootPath: {
|
|
19840
20383
|
serializedName: "typeProperties.rootPath",
|
|
19841
20384
|
required: true,
|
|
@@ -19893,9 +20436,9 @@ export const ExecuteSsisPackageActivity = {
|
|
|
19893
20436
|
type: {
|
|
19894
20437
|
name: "Composite",
|
|
19895
20438
|
className: "ExecuteSsisPackageActivity",
|
|
19896
|
-
uberParent: "
|
|
20439
|
+
uberParent: "ExecutionActivity",
|
|
19897
20440
|
additionalProperties: { type: { name: "Object" } },
|
|
19898
|
-
polymorphicDiscriminator:
|
|
20441
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19899
20442
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { packageLocation: {
|
|
19900
20443
|
serializedName: "typeProperties.packageLocation",
|
|
19901
20444
|
type: {
|
|
@@ -19993,9 +20536,9 @@ export const CustomActivity = {
|
|
|
19993
20536
|
type: {
|
|
19994
20537
|
name: "Composite",
|
|
19995
20538
|
className: "CustomActivity",
|
|
19996
|
-
uberParent: "
|
|
20539
|
+
uberParent: "ExecutionActivity",
|
|
19997
20540
|
additionalProperties: { type: { name: "Object" } },
|
|
19998
|
-
polymorphicDiscriminator:
|
|
20541
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19999
20542
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { command: {
|
|
20000
20543
|
serializedName: "typeProperties.command",
|
|
20001
20544
|
required: true,
|
|
@@ -20043,9 +20586,9 @@ export const SqlServerStoredProcedureActivity = {
|
|
|
20043
20586
|
type: {
|
|
20044
20587
|
name: "Composite",
|
|
20045
20588
|
className: "SqlServerStoredProcedureActivity",
|
|
20046
|
-
uberParent: "
|
|
20589
|
+
uberParent: "ExecutionActivity",
|
|
20047
20590
|
additionalProperties: { type: { name: "Object" } },
|
|
20048
|
-
polymorphicDiscriminator:
|
|
20591
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20049
20592
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storedProcedureName: {
|
|
20050
20593
|
serializedName: "typeProperties.storedProcedureName",
|
|
20051
20594
|
required: true,
|
|
@@ -20065,9 +20608,9 @@ export const DeleteActivity = {
|
|
|
20065
20608
|
type: {
|
|
20066
20609
|
name: "Composite",
|
|
20067
20610
|
className: "DeleteActivity",
|
|
20068
|
-
uberParent: "
|
|
20611
|
+
uberParent: "ExecutionActivity",
|
|
20069
20612
|
additionalProperties: { type: { name: "Object" } },
|
|
20070
|
-
polymorphicDiscriminator:
|
|
20613
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20071
20614
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { recursive: {
|
|
20072
20615
|
serializedName: "typeProperties.recursive",
|
|
20073
20616
|
type: {
|
|
@@ -20112,9 +20655,9 @@ export const AzureDataExplorerCommandActivity = {
|
|
|
20112
20655
|
type: {
|
|
20113
20656
|
name: "Composite",
|
|
20114
20657
|
className: "AzureDataExplorerCommandActivity",
|
|
20115
|
-
uberParent: "
|
|
20658
|
+
uberParent: "ExecutionActivity",
|
|
20116
20659
|
additionalProperties: { type: { name: "Object" } },
|
|
20117
|
-
polymorphicDiscriminator:
|
|
20660
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20118
20661
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { command: {
|
|
20119
20662
|
serializedName: "typeProperties.command",
|
|
20120
20663
|
required: true,
|
|
@@ -20134,9 +20677,9 @@ export const LookupActivity = {
|
|
|
20134
20677
|
type: {
|
|
20135
20678
|
name: "Composite",
|
|
20136
20679
|
className: "LookupActivity",
|
|
20137
|
-
uberParent: "
|
|
20680
|
+
uberParent: "ExecutionActivity",
|
|
20138
20681
|
additionalProperties: { type: { name: "Object" } },
|
|
20139
|
-
polymorphicDiscriminator:
|
|
20682
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20140
20683
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { source: {
|
|
20141
20684
|
serializedName: "typeProperties.source",
|
|
20142
20685
|
type: {
|
|
@@ -20162,9 +20705,9 @@ export const WebActivity = {
|
|
|
20162
20705
|
type: {
|
|
20163
20706
|
name: "Composite",
|
|
20164
20707
|
className: "WebActivity",
|
|
20165
|
-
uberParent: "
|
|
20708
|
+
uberParent: "ExecutionActivity",
|
|
20166
20709
|
additionalProperties: { type: { name: "Object" } },
|
|
20167
|
-
polymorphicDiscriminator:
|
|
20710
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20168
20711
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { method: {
|
|
20169
20712
|
serializedName: "typeProperties.method",
|
|
20170
20713
|
required: true,
|
|
@@ -20229,9 +20772,9 @@ export const GetMetadataActivity = {
|
|
|
20229
20772
|
type: {
|
|
20230
20773
|
name: "Composite",
|
|
20231
20774
|
className: "GetMetadataActivity",
|
|
20232
|
-
uberParent: "
|
|
20775
|
+
uberParent: "ExecutionActivity",
|
|
20233
20776
|
additionalProperties: { type: { name: "Object" } },
|
|
20234
|
-
polymorphicDiscriminator:
|
|
20777
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20235
20778
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { dataset: {
|
|
20236
20779
|
serializedName: "typeProperties.dataset",
|
|
20237
20780
|
type: {
|
|
@@ -20268,9 +20811,9 @@ export const AzureMLBatchExecutionActivity = {
|
|
|
20268
20811
|
type: {
|
|
20269
20812
|
name: "Composite",
|
|
20270
20813
|
className: "AzureMLBatchExecutionActivity",
|
|
20271
|
-
uberParent: "
|
|
20814
|
+
uberParent: "ExecutionActivity",
|
|
20272
20815
|
additionalProperties: { type: { name: "Object" } },
|
|
20273
|
-
polymorphicDiscriminator:
|
|
20816
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20274
20817
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { globalParameters: {
|
|
20275
20818
|
serializedName: "typeProperties.globalParameters",
|
|
20276
20819
|
type: {
|
|
@@ -20301,9 +20844,9 @@ export const AzureMLUpdateResourceActivity = {
|
|
|
20301
20844
|
type: {
|
|
20302
20845
|
name: "Composite",
|
|
20303
20846
|
className: "AzureMLUpdateResourceActivity",
|
|
20304
|
-
uberParent: "
|
|
20847
|
+
uberParent: "ExecutionActivity",
|
|
20305
20848
|
additionalProperties: { type: { name: "Object" } },
|
|
20306
|
-
polymorphicDiscriminator:
|
|
20849
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20307
20850
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { trainedModelName: {
|
|
20308
20851
|
serializedName: "typeProperties.trainedModelName",
|
|
20309
20852
|
required: true,
|
|
@@ -20330,9 +20873,9 @@ export const AzureMLExecutePipelineActivity = {
|
|
|
20330
20873
|
type: {
|
|
20331
20874
|
name: "Composite",
|
|
20332
20875
|
className: "AzureMLExecutePipelineActivity",
|
|
20333
|
-
uberParent: "
|
|
20876
|
+
uberParent: "ExecutionActivity",
|
|
20334
20877
|
additionalProperties: { type: { name: "Object" } },
|
|
20335
|
-
polymorphicDiscriminator:
|
|
20878
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20336
20879
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { mlPipelineId: {
|
|
20337
20880
|
serializedName: "typeProperties.mlPipelineId",
|
|
20338
20881
|
required: true,
|
|
@@ -20367,9 +20910,9 @@ export const DataLakeAnalyticsUsqlActivity = {
|
|
|
20367
20910
|
type: {
|
|
20368
20911
|
name: "Composite",
|
|
20369
20912
|
className: "DataLakeAnalyticsUsqlActivity",
|
|
20370
|
-
uberParent: "
|
|
20913
|
+
uberParent: "ExecutionActivity",
|
|
20371
20914
|
additionalProperties: { type: { name: "Object" } },
|
|
20372
|
-
polymorphicDiscriminator:
|
|
20915
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20373
20916
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scriptPath: {
|
|
20374
20917
|
serializedName: "typeProperties.scriptPath",
|
|
20375
20918
|
required: true,
|
|
@@ -20416,9 +20959,9 @@ export const DatabricksNotebookActivity = {
|
|
|
20416
20959
|
type: {
|
|
20417
20960
|
name: "Composite",
|
|
20418
20961
|
className: "DatabricksNotebookActivity",
|
|
20419
|
-
uberParent: "
|
|
20962
|
+
uberParent: "ExecutionActivity",
|
|
20420
20963
|
additionalProperties: { type: { name: "Object" } },
|
|
20421
|
-
polymorphicDiscriminator:
|
|
20964
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20422
20965
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { notebookPath: {
|
|
20423
20966
|
serializedName: "typeProperties.notebookPath",
|
|
20424
20967
|
required: true,
|
|
@@ -20450,9 +20993,9 @@ export const DatabricksSparkJarActivity = {
|
|
|
20450
20993
|
type: {
|
|
20451
20994
|
name: "Composite",
|
|
20452
20995
|
className: "DatabricksSparkJarActivity",
|
|
20453
|
-
uberParent: "
|
|
20996
|
+
uberParent: "ExecutionActivity",
|
|
20454
20997
|
additionalProperties: { type: { name: "Object" } },
|
|
20455
|
-
polymorphicDiscriminator:
|
|
20998
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20456
20999
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { mainClassName: {
|
|
20457
21000
|
serializedName: "typeProperties.mainClassName",
|
|
20458
21001
|
required: true,
|
|
@@ -20488,9 +21031,9 @@ export const DatabricksSparkPythonActivity = {
|
|
|
20488
21031
|
type: {
|
|
20489
21032
|
name: "Composite",
|
|
20490
21033
|
className: "DatabricksSparkPythonActivity",
|
|
20491
|
-
uberParent: "
|
|
21034
|
+
uberParent: "ExecutionActivity",
|
|
20492
21035
|
additionalProperties: { type: { name: "Object" } },
|
|
20493
|
-
polymorphicDiscriminator:
|
|
21036
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20494
21037
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { pythonFile: {
|
|
20495
21038
|
serializedName: "typeProperties.pythonFile",
|
|
20496
21039
|
required: true,
|
|
@@ -20526,9 +21069,9 @@ export const AzureFunctionActivity = {
|
|
|
20526
21069
|
type: {
|
|
20527
21070
|
name: "Composite",
|
|
20528
21071
|
className: "AzureFunctionActivity",
|
|
20529
|
-
uberParent: "
|
|
21072
|
+
uberParent: "ExecutionActivity",
|
|
20530
21073
|
additionalProperties: { type: { name: "Object" } },
|
|
20531
|
-
polymorphicDiscriminator:
|
|
21074
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20532
21075
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { method: {
|
|
20533
21076
|
serializedName: "typeProperties.method",
|
|
20534
21077
|
required: true,
|
|
@@ -20559,9 +21102,9 @@ export const ExecuteDataFlowActivity = {
|
|
|
20559
21102
|
type: {
|
|
20560
21103
|
name: "Composite",
|
|
20561
21104
|
className: "ExecuteDataFlowActivity",
|
|
20562
|
-
uberParent: "
|
|
21105
|
+
uberParent: "ExecutionActivity",
|
|
20563
21106
|
additionalProperties: { type: { name: "Object" } },
|
|
20564
|
-
polymorphicDiscriminator:
|
|
21107
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20565
21108
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { dataflow: {
|
|
20566
21109
|
serializedName: "typeProperties.dataflow",
|
|
20567
21110
|
type: {
|
|
@@ -20601,6 +21144,11 @@ export const ExecuteDataFlowActivity = {
|
|
|
20601
21144
|
type: {
|
|
20602
21145
|
name: "any"
|
|
20603
21146
|
}
|
|
21147
|
+
}, sourceStagingConcurrency: {
|
|
21148
|
+
serializedName: "typeProperties.sourceStagingConcurrency",
|
|
21149
|
+
type: {
|
|
21150
|
+
name: "any"
|
|
21151
|
+
}
|
|
20604
21152
|
} })
|
|
20605
21153
|
}
|
|
20606
21154
|
};
|
|
@@ -20609,9 +21157,9 @@ export const ScriptActivity = {
|
|
|
20609
21157
|
type: {
|
|
20610
21158
|
name: "Composite",
|
|
20611
21159
|
className: "ScriptActivity",
|
|
20612
|
-
uberParent: "
|
|
21160
|
+
uberParent: "ExecutionActivity",
|
|
20613
21161
|
additionalProperties: { type: { name: "Object" } },
|
|
20614
|
-
polymorphicDiscriminator:
|
|
21162
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20615
21163
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scripts: {
|
|
20616
21164
|
serializedName: "typeProperties.scripts",
|
|
20617
21165
|
type: {
|
|
@@ -20637,9 +21185,9 @@ export const SynapseNotebookActivity = {
|
|
|
20637
21185
|
type: {
|
|
20638
21186
|
name: "Composite",
|
|
20639
21187
|
className: "SynapseNotebookActivity",
|
|
20640
|
-
uberParent: "
|
|
21188
|
+
uberParent: "ExecutionActivity",
|
|
20641
21189
|
additionalProperties: { type: { name: "Object" } },
|
|
20642
|
-
polymorphicDiscriminator:
|
|
21190
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20643
21191
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { notebook: {
|
|
20644
21192
|
serializedName: "typeProperties.notebook",
|
|
20645
21193
|
type: {
|
|
@@ -20658,6 +21206,26 @@ export const SynapseNotebookActivity = {
|
|
|
20658
21206
|
name: "Dictionary",
|
|
20659
21207
|
value: { type: { name: "Composite", className: "NotebookParameter" } }
|
|
20660
21208
|
}
|
|
21209
|
+
}, executorSize: {
|
|
21210
|
+
serializedName: "typeProperties.executorSize",
|
|
21211
|
+
type: {
|
|
21212
|
+
name: "any"
|
|
21213
|
+
}
|
|
21214
|
+
}, conf: {
|
|
21215
|
+
serializedName: "typeProperties.conf",
|
|
21216
|
+
type: {
|
|
21217
|
+
name: "any"
|
|
21218
|
+
}
|
|
21219
|
+
}, driverSize: {
|
|
21220
|
+
serializedName: "typeProperties.driverSize",
|
|
21221
|
+
type: {
|
|
21222
|
+
name: "any"
|
|
21223
|
+
}
|
|
21224
|
+
}, numExecutors: {
|
|
21225
|
+
serializedName: "typeProperties.numExecutors",
|
|
21226
|
+
type: {
|
|
21227
|
+
name: "Number"
|
|
21228
|
+
}
|
|
20661
21229
|
} })
|
|
20662
21230
|
}
|
|
20663
21231
|
};
|
|
@@ -20666,9 +21234,9 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
20666
21234
|
type: {
|
|
20667
21235
|
name: "Composite",
|
|
20668
21236
|
className: "SynapseSparkJobDefinitionActivity",
|
|
20669
|
-
uberParent: "
|
|
21237
|
+
uberParent: "ExecutionActivity",
|
|
20670
21238
|
additionalProperties: { type: { name: "Object" } },
|
|
20671
|
-
polymorphicDiscriminator:
|
|
21239
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20672
21240
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { sparkJob: {
|
|
20673
21241
|
serializedName: "typeProperties.sparkJob",
|
|
20674
21242
|
type: {
|
|
@@ -20690,6 +21258,11 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
20690
21258
|
type: {
|
|
20691
21259
|
name: "any"
|
|
20692
21260
|
}
|
|
21261
|
+
}, scanFolder: {
|
|
21262
|
+
serializedName: "typeProperties.scanFolder",
|
|
21263
|
+
type: {
|
|
21264
|
+
name: "any"
|
|
21265
|
+
}
|
|
20693
21266
|
}, className: {
|
|
20694
21267
|
serializedName: "typeProperties.className",
|
|
20695
21268
|
type: {
|
|
@@ -20705,6 +21278,26 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
20705
21278
|
}
|
|
20706
21279
|
}
|
|
20707
21280
|
}
|
|
21281
|
+
}, pythonCodeReference: {
|
|
21282
|
+
serializedName: "typeProperties.pythonCodeReference",
|
|
21283
|
+
type: {
|
|
21284
|
+
name: "Sequence",
|
|
21285
|
+
element: {
|
|
21286
|
+
type: {
|
|
21287
|
+
name: "any"
|
|
21288
|
+
}
|
|
21289
|
+
}
|
|
21290
|
+
}
|
|
21291
|
+
}, filesV2: {
|
|
21292
|
+
serializedName: "typeProperties.filesV2",
|
|
21293
|
+
type: {
|
|
21294
|
+
name: "Sequence",
|
|
21295
|
+
element: {
|
|
21296
|
+
type: {
|
|
21297
|
+
name: "any"
|
|
21298
|
+
}
|
|
21299
|
+
}
|
|
21300
|
+
}
|
|
20708
21301
|
}, targetBigDataPool: {
|
|
20709
21302
|
serializedName: "typeProperties.targetBigDataPool",
|
|
20710
21303
|
type: {
|
|
@@ -20729,7 +21322,24 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
20729
21322
|
}, numExecutors: {
|
|
20730
21323
|
serializedName: "typeProperties.numExecutors",
|
|
20731
21324
|
type: {
|
|
20732
|
-
name: "
|
|
21325
|
+
name: "any"
|
|
21326
|
+
}
|
|
21327
|
+
}, configurationType: {
|
|
21328
|
+
serializedName: "typeProperties.configurationType",
|
|
21329
|
+
type: {
|
|
21330
|
+
name: "String"
|
|
21331
|
+
}
|
|
21332
|
+
}, targetSparkConfiguration: {
|
|
21333
|
+
serializedName: "typeProperties.targetSparkConfiguration",
|
|
21334
|
+
type: {
|
|
21335
|
+
name: "Composite",
|
|
21336
|
+
className: "SparkConfigurationParametrizationReference"
|
|
21337
|
+
}
|
|
21338
|
+
}, sparkConfig: {
|
|
21339
|
+
serializedName: "typeProperties.sparkConfig",
|
|
21340
|
+
type: {
|
|
21341
|
+
name: "Dictionary",
|
|
21342
|
+
value: { type: { name: "any" } }
|
|
20733
21343
|
}
|
|
20734
21344
|
} })
|
|
20735
21345
|
}
|
|
@@ -20739,9 +21349,9 @@ export const ScheduleTrigger = {
|
|
|
20739
21349
|
type: {
|
|
20740
21350
|
name: "Composite",
|
|
20741
21351
|
className: "ScheduleTrigger",
|
|
20742
|
-
uberParent: "
|
|
21352
|
+
uberParent: "MultiplePipelineTrigger",
|
|
20743
21353
|
additionalProperties: { type: { name: "Object" } },
|
|
20744
|
-
polymorphicDiscriminator:
|
|
21354
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
20745
21355
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { recurrence: {
|
|
20746
21356
|
serializedName: "typeProperties.recurrence",
|
|
20747
21357
|
type: {
|
|
@@ -20756,9 +21366,9 @@ export const BlobTrigger = {
|
|
|
20756
21366
|
type: {
|
|
20757
21367
|
name: "Composite",
|
|
20758
21368
|
className: "BlobTrigger",
|
|
20759
|
-
uberParent: "
|
|
21369
|
+
uberParent: "MultiplePipelineTrigger",
|
|
20760
21370
|
additionalProperties: { type: { name: "Object" } },
|
|
20761
|
-
polymorphicDiscriminator:
|
|
21371
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
20762
21372
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { folderPath: {
|
|
20763
21373
|
serializedName: "typeProperties.folderPath",
|
|
20764
21374
|
required: true,
|
|
@@ -20785,9 +21395,9 @@ export const BlobEventsTrigger = {
|
|
|
20785
21395
|
type: {
|
|
20786
21396
|
name: "Composite",
|
|
20787
21397
|
className: "BlobEventsTrigger",
|
|
20788
|
-
uberParent: "
|
|
21398
|
+
uberParent: "MultiplePipelineTrigger",
|
|
20789
21399
|
additionalProperties: { type: { name: "Object" } },
|
|
20790
|
-
polymorphicDiscriminator:
|
|
21400
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
20791
21401
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { blobPathBeginsWith: {
|
|
20792
21402
|
serializedName: "typeProperties.blobPathBeginsWith",
|
|
20793
21403
|
type: {
|
|
@@ -20828,9 +21438,9 @@ export const CustomEventsTrigger = {
|
|
|
20828
21438
|
type: {
|
|
20829
21439
|
name: "Composite",
|
|
20830
21440
|
className: "CustomEventsTrigger",
|
|
20831
|
-
uberParent: "
|
|
21441
|
+
uberParent: "MultiplePipelineTrigger",
|
|
20832
21442
|
additionalProperties: { type: { name: "Object" } },
|
|
20833
|
-
polymorphicDiscriminator:
|
|
21443
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
20834
21444
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { subjectBeginsWith: {
|
|
20835
21445
|
serializedName: "typeProperties.subjectBeginsWith",
|
|
20836
21446
|
type: {
|
|
@@ -20866,9 +21476,9 @@ export const AzureTableSource = {
|
|
|
20866
21476
|
type: {
|
|
20867
21477
|
name: "Composite",
|
|
20868
21478
|
className: "AzureTableSource",
|
|
20869
|
-
uberParent: "
|
|
21479
|
+
uberParent: "TabularSource",
|
|
20870
21480
|
additionalProperties: { type: { name: "Object" } },
|
|
20871
|
-
polymorphicDiscriminator:
|
|
21481
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20872
21482
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { azureTableSourceQuery: {
|
|
20873
21483
|
serializedName: "azureTableSourceQuery",
|
|
20874
21484
|
type: {
|
|
@@ -20887,9 +21497,9 @@ export const InformixSource = {
|
|
|
20887
21497
|
type: {
|
|
20888
21498
|
name: "Composite",
|
|
20889
21499
|
className: "InformixSource",
|
|
20890
|
-
uberParent: "
|
|
21500
|
+
uberParent: "TabularSource",
|
|
20891
21501
|
additionalProperties: { type: { name: "Object" } },
|
|
20892
|
-
polymorphicDiscriminator:
|
|
21502
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20893
21503
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
20894
21504
|
serializedName: "query",
|
|
20895
21505
|
type: {
|
|
@@ -20903,9 +21513,9 @@ export const Db2Source = {
|
|
|
20903
21513
|
type: {
|
|
20904
21514
|
name: "Composite",
|
|
20905
21515
|
className: "Db2Source",
|
|
20906
|
-
uberParent: "
|
|
21516
|
+
uberParent: "TabularSource",
|
|
20907
21517
|
additionalProperties: { type: { name: "Object" } },
|
|
20908
|
-
polymorphicDiscriminator:
|
|
21518
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20909
21519
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
20910
21520
|
serializedName: "query",
|
|
20911
21521
|
type: {
|
|
@@ -20919,9 +21529,9 @@ export const OdbcSource = {
|
|
|
20919
21529
|
type: {
|
|
20920
21530
|
name: "Composite",
|
|
20921
21531
|
className: "OdbcSource",
|
|
20922
|
-
uberParent: "
|
|
21532
|
+
uberParent: "TabularSource",
|
|
20923
21533
|
additionalProperties: { type: { name: "Object" } },
|
|
20924
|
-
polymorphicDiscriminator:
|
|
21534
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20925
21535
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
20926
21536
|
serializedName: "query",
|
|
20927
21537
|
type: {
|
|
@@ -20935,9 +21545,9 @@ export const MySqlSource = {
|
|
|
20935
21545
|
type: {
|
|
20936
21546
|
name: "Composite",
|
|
20937
21547
|
className: "MySqlSource",
|
|
20938
|
-
uberParent: "
|
|
21548
|
+
uberParent: "TabularSource",
|
|
20939
21549
|
additionalProperties: { type: { name: "Object" } },
|
|
20940
|
-
polymorphicDiscriminator:
|
|
21550
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20941
21551
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
20942
21552
|
serializedName: "query",
|
|
20943
21553
|
type: {
|
|
@@ -20951,9 +21561,9 @@ export const PostgreSqlSource = {
|
|
|
20951
21561
|
type: {
|
|
20952
21562
|
name: "Composite",
|
|
20953
21563
|
className: "PostgreSqlSource",
|
|
20954
|
-
uberParent: "
|
|
21564
|
+
uberParent: "TabularSource",
|
|
20955
21565
|
additionalProperties: { type: { name: "Object" } },
|
|
20956
|
-
polymorphicDiscriminator:
|
|
21566
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20957
21567
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
20958
21568
|
serializedName: "query",
|
|
20959
21569
|
type: {
|
|
@@ -20967,9 +21577,9 @@ export const SybaseSource = {
|
|
|
20967
21577
|
type: {
|
|
20968
21578
|
name: "Composite",
|
|
20969
21579
|
className: "SybaseSource",
|
|
20970
|
-
uberParent: "
|
|
21580
|
+
uberParent: "TabularSource",
|
|
20971
21581
|
additionalProperties: { type: { name: "Object" } },
|
|
20972
|
-
polymorphicDiscriminator:
|
|
21582
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20973
21583
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
20974
21584
|
serializedName: "query",
|
|
20975
21585
|
type: {
|
|
@@ -20983,9 +21593,9 @@ export const SapBwSource = {
|
|
|
20983
21593
|
type: {
|
|
20984
21594
|
name: "Composite",
|
|
20985
21595
|
className: "SapBwSource",
|
|
20986
|
-
uberParent: "
|
|
21596
|
+
uberParent: "TabularSource",
|
|
20987
21597
|
additionalProperties: { type: { name: "Object" } },
|
|
20988
|
-
polymorphicDiscriminator:
|
|
21598
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
20989
21599
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
20990
21600
|
serializedName: "query",
|
|
20991
21601
|
type: {
|
|
@@ -20999,9 +21609,9 @@ export const SalesforceSource = {
|
|
|
20999
21609
|
type: {
|
|
21000
21610
|
name: "Composite",
|
|
21001
21611
|
className: "SalesforceSource",
|
|
21002
|
-
uberParent: "
|
|
21612
|
+
uberParent: "TabularSource",
|
|
21003
21613
|
additionalProperties: { type: { name: "Object" } },
|
|
21004
|
-
polymorphicDiscriminator:
|
|
21614
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21005
21615
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21006
21616
|
serializedName: "query",
|
|
21007
21617
|
type: {
|
|
@@ -21020,9 +21630,9 @@ export const SapCloudForCustomerSource = {
|
|
|
21020
21630
|
type: {
|
|
21021
21631
|
name: "Composite",
|
|
21022
21632
|
className: "SapCloudForCustomerSource",
|
|
21023
|
-
uberParent: "
|
|
21633
|
+
uberParent: "TabularSource",
|
|
21024
21634
|
additionalProperties: { type: { name: "Object" } },
|
|
21025
|
-
polymorphicDiscriminator:
|
|
21635
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21026
21636
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21027
21637
|
serializedName: "query",
|
|
21028
21638
|
type: {
|
|
@@ -21041,9 +21651,9 @@ export const SapEccSource = {
|
|
|
21041
21651
|
type: {
|
|
21042
21652
|
name: "Composite",
|
|
21043
21653
|
className: "SapEccSource",
|
|
21044
|
-
uberParent: "
|
|
21654
|
+
uberParent: "TabularSource",
|
|
21045
21655
|
additionalProperties: { type: { name: "Object" } },
|
|
21046
|
-
polymorphicDiscriminator:
|
|
21656
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21047
21657
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21048
21658
|
serializedName: "query",
|
|
21049
21659
|
type: {
|
|
@@ -21062,9 +21672,9 @@ export const SapHanaSource = {
|
|
|
21062
21672
|
type: {
|
|
21063
21673
|
name: "Composite",
|
|
21064
21674
|
className: "SapHanaSource",
|
|
21065
|
-
uberParent: "
|
|
21675
|
+
uberParent: "TabularSource",
|
|
21066
21676
|
additionalProperties: { type: { name: "Object" } },
|
|
21067
|
-
polymorphicDiscriminator:
|
|
21677
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21068
21678
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21069
21679
|
serializedName: "query",
|
|
21070
21680
|
type: {
|
|
@@ -21094,9 +21704,9 @@ export const SapOpenHubSource = {
|
|
|
21094
21704
|
type: {
|
|
21095
21705
|
name: "Composite",
|
|
21096
21706
|
className: "SapOpenHubSource",
|
|
21097
|
-
uberParent: "
|
|
21707
|
+
uberParent: "TabularSource",
|
|
21098
21708
|
additionalProperties: { type: { name: "Object" } },
|
|
21099
|
-
polymorphicDiscriminator:
|
|
21709
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21100
21710
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { excludeLastRequest: {
|
|
21101
21711
|
serializedName: "excludeLastRequest",
|
|
21102
21712
|
type: {
|
|
@@ -21120,14 +21730,45 @@ export const SapOpenHubSource = {
|
|
|
21120
21730
|
} })
|
|
21121
21731
|
}
|
|
21122
21732
|
};
|
|
21733
|
+
export const SapOdpSource = {
|
|
21734
|
+
serializedName: "SapOdpSource",
|
|
21735
|
+
type: {
|
|
21736
|
+
name: "Composite",
|
|
21737
|
+
className: "SapOdpSource",
|
|
21738
|
+
uberParent: "TabularSource",
|
|
21739
|
+
additionalProperties: { type: { name: "Object" } },
|
|
21740
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21741
|
+
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { extractionMode: {
|
|
21742
|
+
serializedName: "extractionMode",
|
|
21743
|
+
type: {
|
|
21744
|
+
name: "any"
|
|
21745
|
+
}
|
|
21746
|
+
}, subscriberProcess: {
|
|
21747
|
+
serializedName: "subscriberProcess",
|
|
21748
|
+
type: {
|
|
21749
|
+
name: "any"
|
|
21750
|
+
}
|
|
21751
|
+
}, selection: {
|
|
21752
|
+
serializedName: "selection",
|
|
21753
|
+
type: {
|
|
21754
|
+
name: "any"
|
|
21755
|
+
}
|
|
21756
|
+
}, projection: {
|
|
21757
|
+
serializedName: "projection",
|
|
21758
|
+
type: {
|
|
21759
|
+
name: "any"
|
|
21760
|
+
}
|
|
21761
|
+
} })
|
|
21762
|
+
}
|
|
21763
|
+
};
|
|
21123
21764
|
export const SapTableSource = {
|
|
21124
21765
|
serializedName: "SapTableSource",
|
|
21125
21766
|
type: {
|
|
21126
21767
|
name: "Composite",
|
|
21127
21768
|
className: "SapTableSource",
|
|
21128
|
-
uberParent: "
|
|
21769
|
+
uberParent: "TabularSource",
|
|
21129
21770
|
additionalProperties: { type: { name: "Object" } },
|
|
21130
|
-
polymorphicDiscriminator:
|
|
21771
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21131
21772
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { rowCount: {
|
|
21132
21773
|
serializedName: "rowCount",
|
|
21133
21774
|
type: {
|
|
@@ -21182,9 +21823,9 @@ export const SqlSource = {
|
|
|
21182
21823
|
type: {
|
|
21183
21824
|
name: "Composite",
|
|
21184
21825
|
className: "SqlSource",
|
|
21185
|
-
uberParent: "
|
|
21826
|
+
uberParent: "TabularSource",
|
|
21186
21827
|
additionalProperties: { type: { name: "Object" } },
|
|
21187
|
-
polymorphicDiscriminator:
|
|
21828
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21188
21829
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21189
21830
|
serializedName: "sqlReaderQuery",
|
|
21190
21831
|
type: {
|
|
@@ -21227,9 +21868,9 @@ export const SqlServerSource = {
|
|
|
21227
21868
|
type: {
|
|
21228
21869
|
name: "Composite",
|
|
21229
21870
|
className: "SqlServerSource",
|
|
21230
|
-
uberParent: "
|
|
21871
|
+
uberParent: "TabularSource",
|
|
21231
21872
|
additionalProperties: { type: { name: "Object" } },
|
|
21232
|
-
polymorphicDiscriminator:
|
|
21873
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21233
21874
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21234
21875
|
serializedName: "sqlReaderQuery",
|
|
21235
21876
|
type: {
|
|
@@ -21272,9 +21913,9 @@ export const AmazonRdsForSqlServerSource = {
|
|
|
21272
21913
|
type: {
|
|
21273
21914
|
name: "Composite",
|
|
21274
21915
|
className: "AmazonRdsForSqlServerSource",
|
|
21275
|
-
uberParent: "
|
|
21916
|
+
uberParent: "TabularSource",
|
|
21276
21917
|
additionalProperties: { type: { name: "Object" } },
|
|
21277
|
-
polymorphicDiscriminator:
|
|
21918
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21278
21919
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21279
21920
|
serializedName: "sqlReaderQuery",
|
|
21280
21921
|
type: {
|
|
@@ -21317,9 +21958,9 @@ export const AzureSqlSource = {
|
|
|
21317
21958
|
type: {
|
|
21318
21959
|
name: "Composite",
|
|
21319
21960
|
className: "AzureSqlSource",
|
|
21320
|
-
uberParent: "
|
|
21961
|
+
uberParent: "TabularSource",
|
|
21321
21962
|
additionalProperties: { type: { name: "Object" } },
|
|
21322
|
-
polymorphicDiscriminator:
|
|
21963
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21323
21964
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21324
21965
|
serializedName: "sqlReaderQuery",
|
|
21325
21966
|
type: {
|
|
@@ -21362,9 +22003,9 @@ export const SqlMISource = {
|
|
|
21362
22003
|
type: {
|
|
21363
22004
|
name: "Composite",
|
|
21364
22005
|
className: "SqlMISource",
|
|
21365
|
-
uberParent: "
|
|
22006
|
+
uberParent: "TabularSource",
|
|
21366
22007
|
additionalProperties: { type: { name: "Object" } },
|
|
21367
|
-
polymorphicDiscriminator:
|
|
22008
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21368
22009
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21369
22010
|
serializedName: "sqlReaderQuery",
|
|
21370
22011
|
type: {
|
|
@@ -21407,9 +22048,9 @@ export const SqlDWSource = {
|
|
|
21407
22048
|
type: {
|
|
21408
22049
|
name: "Composite",
|
|
21409
22050
|
className: "SqlDWSource",
|
|
21410
|
-
uberParent: "
|
|
22051
|
+
uberParent: "TabularSource",
|
|
21411
22052
|
additionalProperties: { type: { name: "Object" } },
|
|
21412
|
-
polymorphicDiscriminator:
|
|
22053
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21413
22054
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21414
22055
|
serializedName: "sqlReaderQuery",
|
|
21415
22056
|
type: {
|
|
@@ -21444,9 +22085,9 @@ export const AzureMySqlSource = {
|
|
|
21444
22085
|
type: {
|
|
21445
22086
|
name: "Composite",
|
|
21446
22087
|
className: "AzureMySqlSource",
|
|
21447
|
-
uberParent: "
|
|
22088
|
+
uberParent: "TabularSource",
|
|
21448
22089
|
additionalProperties: { type: { name: "Object" } },
|
|
21449
|
-
polymorphicDiscriminator:
|
|
22090
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21450
22091
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21451
22092
|
serializedName: "query",
|
|
21452
22093
|
type: {
|
|
@@ -21460,9 +22101,9 @@ export const TeradataSource = {
|
|
|
21460
22101
|
type: {
|
|
21461
22102
|
name: "Composite",
|
|
21462
22103
|
className: "TeradataSource",
|
|
21463
|
-
uberParent: "
|
|
22104
|
+
uberParent: "TabularSource",
|
|
21464
22105
|
additionalProperties: { type: { name: "Object" } },
|
|
21465
|
-
polymorphicDiscriminator:
|
|
22106
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21466
22107
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21467
22108
|
serializedName: "query",
|
|
21468
22109
|
type: {
|
|
@@ -21487,9 +22128,9 @@ export const CassandraSource = {
|
|
|
21487
22128
|
type: {
|
|
21488
22129
|
name: "Composite",
|
|
21489
22130
|
className: "CassandraSource",
|
|
21490
|
-
uberParent: "
|
|
22131
|
+
uberParent: "TabularSource",
|
|
21491
22132
|
additionalProperties: { type: { name: "Object" } },
|
|
21492
|
-
polymorphicDiscriminator:
|
|
22133
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21493
22134
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21494
22135
|
serializedName: "query",
|
|
21495
22136
|
type: {
|
|
@@ -21508,9 +22149,9 @@ export const AmazonMWSSource = {
|
|
|
21508
22149
|
type: {
|
|
21509
22150
|
name: "Composite",
|
|
21510
22151
|
className: "AmazonMWSSource",
|
|
21511
|
-
uberParent: "
|
|
22152
|
+
uberParent: "TabularSource",
|
|
21512
22153
|
additionalProperties: { type: { name: "Object" } },
|
|
21513
|
-
polymorphicDiscriminator:
|
|
22154
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21514
22155
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21515
22156
|
serializedName: "query",
|
|
21516
22157
|
type: {
|
|
@@ -21524,9 +22165,9 @@ export const AzurePostgreSqlSource = {
|
|
|
21524
22165
|
type: {
|
|
21525
22166
|
name: "Composite",
|
|
21526
22167
|
className: "AzurePostgreSqlSource",
|
|
21527
|
-
uberParent: "
|
|
22168
|
+
uberParent: "TabularSource",
|
|
21528
22169
|
additionalProperties: { type: { name: "Object" } },
|
|
21529
|
-
polymorphicDiscriminator:
|
|
22170
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21530
22171
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21531
22172
|
serializedName: "query",
|
|
21532
22173
|
type: {
|
|
@@ -21540,9 +22181,9 @@ export const ConcurSource = {
|
|
|
21540
22181
|
type: {
|
|
21541
22182
|
name: "Composite",
|
|
21542
22183
|
className: "ConcurSource",
|
|
21543
|
-
uberParent: "
|
|
22184
|
+
uberParent: "TabularSource",
|
|
21544
22185
|
additionalProperties: { type: { name: "Object" } },
|
|
21545
|
-
polymorphicDiscriminator:
|
|
22186
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21546
22187
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21547
22188
|
serializedName: "query",
|
|
21548
22189
|
type: {
|
|
@@ -21556,9 +22197,9 @@ export const CouchbaseSource = {
|
|
|
21556
22197
|
type: {
|
|
21557
22198
|
name: "Composite",
|
|
21558
22199
|
className: "CouchbaseSource",
|
|
21559
|
-
uberParent: "
|
|
22200
|
+
uberParent: "TabularSource",
|
|
21560
22201
|
additionalProperties: { type: { name: "Object" } },
|
|
21561
|
-
polymorphicDiscriminator:
|
|
22202
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21562
22203
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21563
22204
|
serializedName: "query",
|
|
21564
22205
|
type: {
|
|
@@ -21572,9 +22213,9 @@ export const DrillSource = {
|
|
|
21572
22213
|
type: {
|
|
21573
22214
|
name: "Composite",
|
|
21574
22215
|
className: "DrillSource",
|
|
21575
|
-
uberParent: "
|
|
22216
|
+
uberParent: "TabularSource",
|
|
21576
22217
|
additionalProperties: { type: { name: "Object" } },
|
|
21577
|
-
polymorphicDiscriminator:
|
|
22218
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21578
22219
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21579
22220
|
serializedName: "query",
|
|
21580
22221
|
type: {
|
|
@@ -21588,9 +22229,9 @@ export const EloquaSource = {
|
|
|
21588
22229
|
type: {
|
|
21589
22230
|
name: "Composite",
|
|
21590
22231
|
className: "EloquaSource",
|
|
21591
|
-
uberParent: "
|
|
22232
|
+
uberParent: "TabularSource",
|
|
21592
22233
|
additionalProperties: { type: { name: "Object" } },
|
|
21593
|
-
polymorphicDiscriminator:
|
|
22234
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21594
22235
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21595
22236
|
serializedName: "query",
|
|
21596
22237
|
type: {
|
|
@@ -21604,9 +22245,9 @@ export const GoogleBigQuerySource = {
|
|
|
21604
22245
|
type: {
|
|
21605
22246
|
name: "Composite",
|
|
21606
22247
|
className: "GoogleBigQuerySource",
|
|
21607
|
-
uberParent: "
|
|
22248
|
+
uberParent: "TabularSource",
|
|
21608
22249
|
additionalProperties: { type: { name: "Object" } },
|
|
21609
|
-
polymorphicDiscriminator:
|
|
22250
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21610
22251
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21611
22252
|
serializedName: "query",
|
|
21612
22253
|
type: {
|
|
@@ -21620,9 +22261,9 @@ export const GreenplumSource = {
|
|
|
21620
22261
|
type: {
|
|
21621
22262
|
name: "Composite",
|
|
21622
22263
|
className: "GreenplumSource",
|
|
21623
|
-
uberParent: "
|
|
22264
|
+
uberParent: "TabularSource",
|
|
21624
22265
|
additionalProperties: { type: { name: "Object" } },
|
|
21625
|
-
polymorphicDiscriminator:
|
|
22266
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21626
22267
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21627
22268
|
serializedName: "query",
|
|
21628
22269
|
type: {
|
|
@@ -21636,9 +22277,9 @@ export const HBaseSource = {
|
|
|
21636
22277
|
type: {
|
|
21637
22278
|
name: "Composite",
|
|
21638
22279
|
className: "HBaseSource",
|
|
21639
|
-
uberParent: "
|
|
22280
|
+
uberParent: "TabularSource",
|
|
21640
22281
|
additionalProperties: { type: { name: "Object" } },
|
|
21641
|
-
polymorphicDiscriminator:
|
|
22282
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21642
22283
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21643
22284
|
serializedName: "query",
|
|
21644
22285
|
type: {
|
|
@@ -21652,9 +22293,9 @@ export const HiveSource = {
|
|
|
21652
22293
|
type: {
|
|
21653
22294
|
name: "Composite",
|
|
21654
22295
|
className: "HiveSource",
|
|
21655
|
-
uberParent: "
|
|
22296
|
+
uberParent: "TabularSource",
|
|
21656
22297
|
additionalProperties: { type: { name: "Object" } },
|
|
21657
|
-
polymorphicDiscriminator:
|
|
22298
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21658
22299
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21659
22300
|
serializedName: "query",
|
|
21660
22301
|
type: {
|
|
@@ -21668,9 +22309,9 @@ export const HubspotSource = {
|
|
|
21668
22309
|
type: {
|
|
21669
22310
|
name: "Composite",
|
|
21670
22311
|
className: "HubspotSource",
|
|
21671
|
-
uberParent: "
|
|
22312
|
+
uberParent: "TabularSource",
|
|
21672
22313
|
additionalProperties: { type: { name: "Object" } },
|
|
21673
|
-
polymorphicDiscriminator:
|
|
22314
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21674
22315
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21675
22316
|
serializedName: "query",
|
|
21676
22317
|
type: {
|
|
@@ -21684,9 +22325,9 @@ export const ImpalaSource = {
|
|
|
21684
22325
|
type: {
|
|
21685
22326
|
name: "Composite",
|
|
21686
22327
|
className: "ImpalaSource",
|
|
21687
|
-
uberParent: "
|
|
22328
|
+
uberParent: "TabularSource",
|
|
21688
22329
|
additionalProperties: { type: { name: "Object" } },
|
|
21689
|
-
polymorphicDiscriminator:
|
|
22330
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21690
22331
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21691
22332
|
serializedName: "query",
|
|
21692
22333
|
type: {
|
|
@@ -21700,9 +22341,9 @@ export const JiraSource = {
|
|
|
21700
22341
|
type: {
|
|
21701
22342
|
name: "Composite",
|
|
21702
22343
|
className: "JiraSource",
|
|
21703
|
-
uberParent: "
|
|
22344
|
+
uberParent: "TabularSource",
|
|
21704
22345
|
additionalProperties: { type: { name: "Object" } },
|
|
21705
|
-
polymorphicDiscriminator:
|
|
22346
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21706
22347
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21707
22348
|
serializedName: "query",
|
|
21708
22349
|
type: {
|
|
@@ -21716,9 +22357,9 @@ export const MagentoSource = {
|
|
|
21716
22357
|
type: {
|
|
21717
22358
|
name: "Composite",
|
|
21718
22359
|
className: "MagentoSource",
|
|
21719
|
-
uberParent: "
|
|
22360
|
+
uberParent: "TabularSource",
|
|
21720
22361
|
additionalProperties: { type: { name: "Object" } },
|
|
21721
|
-
polymorphicDiscriminator:
|
|
22362
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21722
22363
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21723
22364
|
serializedName: "query",
|
|
21724
22365
|
type: {
|
|
@@ -21732,9 +22373,9 @@ export const MariaDBSource = {
|
|
|
21732
22373
|
type: {
|
|
21733
22374
|
name: "Composite",
|
|
21734
22375
|
className: "MariaDBSource",
|
|
21735
|
-
uberParent: "
|
|
22376
|
+
uberParent: "TabularSource",
|
|
21736
22377
|
additionalProperties: { type: { name: "Object" } },
|
|
21737
|
-
polymorphicDiscriminator:
|
|
22378
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21738
22379
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21739
22380
|
serializedName: "query",
|
|
21740
22381
|
type: {
|
|
@@ -21748,9 +22389,9 @@ export const AzureMariaDBSource = {
|
|
|
21748
22389
|
type: {
|
|
21749
22390
|
name: "Composite",
|
|
21750
22391
|
className: "AzureMariaDBSource",
|
|
21751
|
-
uberParent: "
|
|
22392
|
+
uberParent: "TabularSource",
|
|
21752
22393
|
additionalProperties: { type: { name: "Object" } },
|
|
21753
|
-
polymorphicDiscriminator:
|
|
22394
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21754
22395
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21755
22396
|
serializedName: "query",
|
|
21756
22397
|
type: {
|
|
@@ -21764,9 +22405,9 @@ export const MarketoSource = {
|
|
|
21764
22405
|
type: {
|
|
21765
22406
|
name: "Composite",
|
|
21766
22407
|
className: "MarketoSource",
|
|
21767
|
-
uberParent: "
|
|
22408
|
+
uberParent: "TabularSource",
|
|
21768
22409
|
additionalProperties: { type: { name: "Object" } },
|
|
21769
|
-
polymorphicDiscriminator:
|
|
22410
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21770
22411
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21771
22412
|
serializedName: "query",
|
|
21772
22413
|
type: {
|
|
@@ -21780,9 +22421,9 @@ export const PaypalSource = {
|
|
|
21780
22421
|
type: {
|
|
21781
22422
|
name: "Composite",
|
|
21782
22423
|
className: "PaypalSource",
|
|
21783
|
-
uberParent: "
|
|
22424
|
+
uberParent: "TabularSource",
|
|
21784
22425
|
additionalProperties: { type: { name: "Object" } },
|
|
21785
|
-
polymorphicDiscriminator:
|
|
22426
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21786
22427
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21787
22428
|
serializedName: "query",
|
|
21788
22429
|
type: {
|
|
@@ -21796,9 +22437,9 @@ export const PhoenixSource = {
|
|
|
21796
22437
|
type: {
|
|
21797
22438
|
name: "Composite",
|
|
21798
22439
|
className: "PhoenixSource",
|
|
21799
|
-
uberParent: "
|
|
22440
|
+
uberParent: "TabularSource",
|
|
21800
22441
|
additionalProperties: { type: { name: "Object" } },
|
|
21801
|
-
polymorphicDiscriminator:
|
|
22442
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21802
22443
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21803
22444
|
serializedName: "query",
|
|
21804
22445
|
type: {
|
|
@@ -21812,9 +22453,9 @@ export const PrestoSource = {
|
|
|
21812
22453
|
type: {
|
|
21813
22454
|
name: "Composite",
|
|
21814
22455
|
className: "PrestoSource",
|
|
21815
|
-
uberParent: "
|
|
22456
|
+
uberParent: "TabularSource",
|
|
21816
22457
|
additionalProperties: { type: { name: "Object" } },
|
|
21817
|
-
polymorphicDiscriminator:
|
|
22458
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21818
22459
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21819
22460
|
serializedName: "query",
|
|
21820
22461
|
type: {
|
|
@@ -21828,9 +22469,9 @@ export const QuickBooksSource = {
|
|
|
21828
22469
|
type: {
|
|
21829
22470
|
name: "Composite",
|
|
21830
22471
|
className: "QuickBooksSource",
|
|
21831
|
-
uberParent: "
|
|
22472
|
+
uberParent: "TabularSource",
|
|
21832
22473
|
additionalProperties: { type: { name: "Object" } },
|
|
21833
|
-
polymorphicDiscriminator:
|
|
22474
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21834
22475
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21835
22476
|
serializedName: "query",
|
|
21836
22477
|
type: {
|
|
@@ -21844,9 +22485,9 @@ export const ServiceNowSource = {
|
|
|
21844
22485
|
type: {
|
|
21845
22486
|
name: "Composite",
|
|
21846
22487
|
className: "ServiceNowSource",
|
|
21847
|
-
uberParent: "
|
|
22488
|
+
uberParent: "TabularSource",
|
|
21848
22489
|
additionalProperties: { type: { name: "Object" } },
|
|
21849
|
-
polymorphicDiscriminator:
|
|
22490
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21850
22491
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21851
22492
|
serializedName: "query",
|
|
21852
22493
|
type: {
|
|
@@ -21860,9 +22501,9 @@ export const ShopifySource = {
|
|
|
21860
22501
|
type: {
|
|
21861
22502
|
name: "Composite",
|
|
21862
22503
|
className: "ShopifySource",
|
|
21863
|
-
uberParent: "
|
|
22504
|
+
uberParent: "TabularSource",
|
|
21864
22505
|
additionalProperties: { type: { name: "Object" } },
|
|
21865
|
-
polymorphicDiscriminator:
|
|
22506
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21866
22507
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21867
22508
|
serializedName: "query",
|
|
21868
22509
|
type: {
|
|
@@ -21876,9 +22517,9 @@ export const SparkSource = {
|
|
|
21876
22517
|
type: {
|
|
21877
22518
|
name: "Composite",
|
|
21878
22519
|
className: "SparkSource",
|
|
21879
|
-
uberParent: "
|
|
22520
|
+
uberParent: "TabularSource",
|
|
21880
22521
|
additionalProperties: { type: { name: "Object" } },
|
|
21881
|
-
polymorphicDiscriminator:
|
|
22522
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21882
22523
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21883
22524
|
serializedName: "query",
|
|
21884
22525
|
type: {
|
|
@@ -21892,9 +22533,9 @@ export const SquareSource = {
|
|
|
21892
22533
|
type: {
|
|
21893
22534
|
name: "Composite",
|
|
21894
22535
|
className: "SquareSource",
|
|
21895
|
-
uberParent: "
|
|
22536
|
+
uberParent: "TabularSource",
|
|
21896
22537
|
additionalProperties: { type: { name: "Object" } },
|
|
21897
|
-
polymorphicDiscriminator:
|
|
22538
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21898
22539
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21899
22540
|
serializedName: "query",
|
|
21900
22541
|
type: {
|
|
@@ -21908,9 +22549,9 @@ export const XeroSource = {
|
|
|
21908
22549
|
type: {
|
|
21909
22550
|
name: "Composite",
|
|
21910
22551
|
className: "XeroSource",
|
|
21911
|
-
uberParent: "
|
|
22552
|
+
uberParent: "TabularSource",
|
|
21912
22553
|
additionalProperties: { type: { name: "Object" } },
|
|
21913
|
-
polymorphicDiscriminator:
|
|
22554
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21914
22555
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21915
22556
|
serializedName: "query",
|
|
21916
22557
|
type: {
|
|
@@ -21924,9 +22565,9 @@ export const ZohoSource = {
|
|
|
21924
22565
|
type: {
|
|
21925
22566
|
name: "Composite",
|
|
21926
22567
|
className: "ZohoSource",
|
|
21927
|
-
uberParent: "
|
|
22568
|
+
uberParent: "TabularSource",
|
|
21928
22569
|
additionalProperties: { type: { name: "Object" } },
|
|
21929
|
-
polymorphicDiscriminator:
|
|
22570
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21930
22571
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21931
22572
|
serializedName: "query",
|
|
21932
22573
|
type: {
|
|
@@ -21940,9 +22581,9 @@ export const NetezzaSource = {
|
|
|
21940
22581
|
type: {
|
|
21941
22582
|
name: "Composite",
|
|
21942
22583
|
className: "NetezzaSource",
|
|
21943
|
-
uberParent: "
|
|
22584
|
+
uberParent: "TabularSource",
|
|
21944
22585
|
additionalProperties: { type: { name: "Object" } },
|
|
21945
|
-
polymorphicDiscriminator:
|
|
22586
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21946
22587
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21947
22588
|
serializedName: "query",
|
|
21948
22589
|
type: {
|
|
@@ -21967,9 +22608,9 @@ export const VerticaSource = {
|
|
|
21967
22608
|
type: {
|
|
21968
22609
|
name: "Composite",
|
|
21969
22610
|
className: "VerticaSource",
|
|
21970
|
-
uberParent: "
|
|
22611
|
+
uberParent: "TabularSource",
|
|
21971
22612
|
additionalProperties: { type: { name: "Object" } },
|
|
21972
|
-
polymorphicDiscriminator:
|
|
22613
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21973
22614
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21974
22615
|
serializedName: "query",
|
|
21975
22616
|
type: {
|
|
@@ -21983,9 +22624,9 @@ export const SalesforceMarketingCloudSource = {
|
|
|
21983
22624
|
type: {
|
|
21984
22625
|
name: "Composite",
|
|
21985
22626
|
className: "SalesforceMarketingCloudSource",
|
|
21986
|
-
uberParent: "
|
|
22627
|
+
uberParent: "TabularSource",
|
|
21987
22628
|
additionalProperties: { type: { name: "Object" } },
|
|
21988
|
-
polymorphicDiscriminator:
|
|
22629
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21989
22630
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21990
22631
|
serializedName: "query",
|
|
21991
22632
|
type: {
|
|
@@ -21999,9 +22640,9 @@ export const ResponsysSource = {
|
|
|
21999
22640
|
type: {
|
|
22000
22641
|
name: "Composite",
|
|
22001
22642
|
className: "ResponsysSource",
|
|
22002
|
-
uberParent: "
|
|
22643
|
+
uberParent: "TabularSource",
|
|
22003
22644
|
additionalProperties: { type: { name: "Object" } },
|
|
22004
|
-
polymorphicDiscriminator:
|
|
22645
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22005
22646
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22006
22647
|
serializedName: "query",
|
|
22007
22648
|
type: {
|
|
@@ -22015,9 +22656,9 @@ export const DynamicsAXSource = {
|
|
|
22015
22656
|
type: {
|
|
22016
22657
|
name: "Composite",
|
|
22017
22658
|
className: "DynamicsAXSource",
|
|
22018
|
-
uberParent: "
|
|
22659
|
+
uberParent: "TabularSource",
|
|
22019
22660
|
additionalProperties: { type: { name: "Object" } },
|
|
22020
|
-
polymorphicDiscriminator:
|
|
22661
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22021
22662
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22022
22663
|
serializedName: "query",
|
|
22023
22664
|
type: {
|
|
@@ -22036,9 +22677,9 @@ export const OracleServiceCloudSource = {
|
|
|
22036
22677
|
type: {
|
|
22037
22678
|
name: "Composite",
|
|
22038
22679
|
className: "OracleServiceCloudSource",
|
|
22039
|
-
uberParent: "
|
|
22680
|
+
uberParent: "TabularSource",
|
|
22040
22681
|
additionalProperties: { type: { name: "Object" } },
|
|
22041
|
-
polymorphicDiscriminator:
|
|
22682
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22042
22683
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22043
22684
|
serializedName: "query",
|
|
22044
22685
|
type: {
|
|
@@ -22052,9 +22693,9 @@ export const GoogleAdWordsSource = {
|
|
|
22052
22693
|
type: {
|
|
22053
22694
|
name: "Composite",
|
|
22054
22695
|
className: "GoogleAdWordsSource",
|
|
22055
|
-
uberParent: "
|
|
22696
|
+
uberParent: "TabularSource",
|
|
22056
22697
|
additionalProperties: { type: { name: "Object" } },
|
|
22057
|
-
polymorphicDiscriminator:
|
|
22698
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22058
22699
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22059
22700
|
serializedName: "query",
|
|
22060
22701
|
type: {
|
|
@@ -22068,9 +22709,9 @@ export const AmazonRedshiftSource = {
|
|
|
22068
22709
|
type: {
|
|
22069
22710
|
name: "Composite",
|
|
22070
22711
|
className: "AmazonRedshiftSource",
|
|
22071
|
-
uberParent: "
|
|
22712
|
+
uberParent: "TabularSource",
|
|
22072
22713
|
additionalProperties: { type: { name: "Object" } },
|
|
22073
|
-
polymorphicDiscriminator:
|
|
22714
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22074
22715
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22075
22716
|
serializedName: "query",
|
|
22076
22717
|
type: {
|
|
@@ -22090,8 +22731,8 @@ export const TumblingWindowTriggerDependencyReference = {
|
|
|
22090
22731
|
type: {
|
|
22091
22732
|
name: "Composite",
|
|
22092
22733
|
className: "TumblingWindowTriggerDependencyReference",
|
|
22093
|
-
uberParent: "
|
|
22094
|
-
polymorphicDiscriminator:
|
|
22734
|
+
uberParent: "TriggerDependencyReference",
|
|
22735
|
+
polymorphicDiscriminator: TriggerDependencyReference.type.polymorphicDiscriminator,
|
|
22095
22736
|
modelProperties: Object.assign(Object.assign({}, TriggerDependencyReference.type.modelProperties), { offset: {
|
|
22096
22737
|
constraints: {
|
|
22097
22738
|
Pattern: new RegExp("-?((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))"),
|
|
@@ -22352,7 +22993,7 @@ export let discriminators = {
|
|
|
22352
22993
|
ImportSettings: ImportSettings,
|
|
22353
22994
|
CopyTranslator: CopyTranslator,
|
|
22354
22995
|
DependencyReference: DependencyReference,
|
|
22355
|
-
"CustomSetupBase.
|
|
22996
|
+
"CustomSetupBase.CustomSetupBase": CustomSetupBase,
|
|
22356
22997
|
LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
|
|
22357
22998
|
"SecretBase.SecureString": SecureString,
|
|
22358
22999
|
"SecretBase.AzureKeyVaultSecret": AzureKeyVaultSecretReference,
|
|
@@ -22414,6 +23055,7 @@ export let discriminators = {
|
|
|
22414
23055
|
"Dataset.AmazonRdsForSqlServerTable": AmazonRdsForSqlServerTableDataset,
|
|
22415
23056
|
"Dataset.RestResource": RestResourceDataset,
|
|
22416
23057
|
"Dataset.SapTableResource": SapTableResourceDataset,
|
|
23058
|
+
"Dataset.SapOdpResource": SapOdpResourceDataset,
|
|
22417
23059
|
"Dataset.WebTable": WebTableDataset,
|
|
22418
23060
|
"Dataset.AzureSearchIndex": AzureSearchIndexDataset,
|
|
22419
23061
|
"Dataset.HttpFile": HttpDataset,
|
|
@@ -22502,11 +23144,17 @@ export let discriminators = {
|
|
|
22502
23144
|
"LinkedService.SapCloudForCustomer": SapCloudForCustomerLinkedService,
|
|
22503
23145
|
"LinkedService.SapEcc": SapEccLinkedService,
|
|
22504
23146
|
"LinkedService.SapOpenHub": SapOpenHubLinkedService,
|
|
23147
|
+
"LinkedService.SapOdp": SapOdpLinkedService,
|
|
22505
23148
|
"LinkedService.RestService": RestServiceLinkedService,
|
|
22506
23149
|
"LinkedService.TeamDesk": TeamDeskLinkedService,
|
|
22507
23150
|
"LinkedService.Quickbase": QuickbaseLinkedService,
|
|
22508
23151
|
"LinkedService.Smartsheet": SmartsheetLinkedService,
|
|
22509
23152
|
"LinkedService.Zendesk": ZendeskLinkedService,
|
|
23153
|
+
"LinkedService.Dataworld": DataworldLinkedService,
|
|
23154
|
+
"LinkedService.AppFigures": AppFiguresLinkedService,
|
|
23155
|
+
"LinkedService.Asana": AsanaLinkedService,
|
|
23156
|
+
"LinkedService.Twilio": TwilioLinkedService,
|
|
23157
|
+
"LinkedService.GoogleSheets": GoogleSheetsLinkedService,
|
|
22510
23158
|
"LinkedService.AmazonS3": AmazonS3LinkedService,
|
|
22511
23159
|
"LinkedService.AmazonRedshift": AmazonRedshiftLinkedService,
|
|
22512
23160
|
"LinkedService.CustomDataSource": CustomDataSourceLinkedService,
|
|
@@ -22559,6 +23207,8 @@ export let discriminators = {
|
|
|
22559
23207
|
"LinkedService.AzureFunction": AzureFunctionLinkedService,
|
|
22560
23208
|
"LinkedService.Snowflake": SnowflakeLinkedService,
|
|
22561
23209
|
"LinkedService.SharePointOnlineList": SharePointOnlineListLinkedService,
|
|
23210
|
+
"LinkedService.AzureSynapseArtifacts": AzureSynapseArtifactsLinkedService,
|
|
23211
|
+
"LinkedService.PowerBIWorkspace": PowerBIWorkspaceLinkedService,
|
|
22562
23212
|
"Activity.Container": ControlActivity,
|
|
22563
23213
|
"Activity.Execution": ExecutionActivity,
|
|
22564
23214
|
"Activity.SqlPoolStoredProcedure": SqlPoolStoredProcedureActivity,
|
|
@@ -22697,105 +23347,107 @@ export let discriminators = {
|
|
|
22697
23347
|
"DependencyReference.SelfDependencyTumblingWindowTriggerReference": SelfDependencyTumblingWindowTriggerReference,
|
|
22698
23348
|
"LinkedIntegrationRuntimeType.Key": LinkedIntegrationRuntimeKeyAuthorization,
|
|
22699
23349
|
"LinkedIntegrationRuntimeType.RBAC": LinkedIntegrationRuntimeRbacAuthorization,
|
|
22700
|
-
"
|
|
22701
|
-
"
|
|
22702
|
-
"
|
|
22703
|
-
"
|
|
22704
|
-
"
|
|
22705
|
-
"
|
|
22706
|
-
"
|
|
22707
|
-
"
|
|
22708
|
-
"
|
|
22709
|
-
"
|
|
22710
|
-
"
|
|
22711
|
-
"
|
|
22712
|
-
"
|
|
22713
|
-
"
|
|
22714
|
-
"
|
|
22715
|
-
"
|
|
22716
|
-
"
|
|
22717
|
-
"
|
|
22718
|
-
"
|
|
22719
|
-
"
|
|
22720
|
-
"
|
|
22721
|
-
"
|
|
22722
|
-
"
|
|
22723
|
-
"
|
|
22724
|
-
"
|
|
22725
|
-
"
|
|
22726
|
-
"
|
|
22727
|
-
"
|
|
22728
|
-
"
|
|
22729
|
-
"
|
|
22730
|
-
"
|
|
22731
|
-
"
|
|
22732
|
-
"
|
|
22733
|
-
"
|
|
22734
|
-
"
|
|
22735
|
-
"
|
|
22736
|
-
"
|
|
22737
|
-
"
|
|
22738
|
-
"
|
|
22739
|
-
"
|
|
22740
|
-
"
|
|
22741
|
-
"
|
|
22742
|
-
"
|
|
22743
|
-
"
|
|
22744
|
-
"
|
|
22745
|
-
"
|
|
22746
|
-
"
|
|
22747
|
-
"
|
|
22748
|
-
"
|
|
22749
|
-
"
|
|
22750
|
-
"
|
|
22751
|
-
"
|
|
22752
|
-
"
|
|
22753
|
-
"
|
|
22754
|
-
"
|
|
22755
|
-
"
|
|
22756
|
-
"
|
|
22757
|
-
"
|
|
22758
|
-
"
|
|
22759
|
-
"
|
|
22760
|
-
"
|
|
22761
|
-
"
|
|
22762
|
-
"
|
|
22763
|
-
"
|
|
22764
|
-
"
|
|
22765
|
-
"
|
|
22766
|
-
"
|
|
22767
|
-
"
|
|
22768
|
-
"
|
|
22769
|
-
"
|
|
22770
|
-
"
|
|
22771
|
-
"
|
|
22772
|
-
"
|
|
22773
|
-
"
|
|
22774
|
-
"
|
|
22775
|
-
"
|
|
22776
|
-
"
|
|
22777
|
-
"
|
|
22778
|
-
"
|
|
22779
|
-
"
|
|
22780
|
-
"
|
|
22781
|
-
"
|
|
22782
|
-
"
|
|
22783
|
-
"
|
|
22784
|
-
"
|
|
22785
|
-
"
|
|
22786
|
-
"
|
|
22787
|
-
"
|
|
22788
|
-
"
|
|
22789
|
-
"
|
|
22790
|
-
"
|
|
22791
|
-
"
|
|
22792
|
-
"
|
|
22793
|
-
"
|
|
22794
|
-
"
|
|
22795
|
-
"
|
|
22796
|
-
"
|
|
22797
|
-
"
|
|
22798
|
-
"
|
|
22799
|
-
"
|
|
23350
|
+
"ControlActivity.ExecutePipeline": ExecutePipelineActivity,
|
|
23351
|
+
"ControlActivity.IfCondition": IfConditionActivity,
|
|
23352
|
+
"ControlActivity.Switch": SwitchActivity,
|
|
23353
|
+
"ControlActivity.ForEach": ForEachActivity,
|
|
23354
|
+
"ControlActivity.Wait": WaitActivity,
|
|
23355
|
+
"ControlActivity.Fail": FailActivity,
|
|
23356
|
+
"ControlActivity.Until": UntilActivity,
|
|
23357
|
+
"ControlActivity.Validation": ValidationActivity,
|
|
23358
|
+
"ControlActivity.Filter": FilterActivity,
|
|
23359
|
+
"ControlActivity.SetVariable": SetVariableActivity,
|
|
23360
|
+
"ControlActivity.AppendVariable": AppendVariableActivity,
|
|
23361
|
+
"ControlActivity.WebHook": WebHookActivity,
|
|
23362
|
+
"ExecutionActivity.Copy": CopyActivity,
|
|
23363
|
+
"ExecutionActivity.HDInsightHive": HDInsightHiveActivity,
|
|
23364
|
+
"ExecutionActivity.HDInsightPig": HDInsightPigActivity,
|
|
23365
|
+
"ExecutionActivity.HDInsightMapReduce": HDInsightMapReduceActivity,
|
|
23366
|
+
"ExecutionActivity.HDInsightStreaming": HDInsightStreamingActivity,
|
|
23367
|
+
"ExecutionActivity.HDInsightSpark": HDInsightSparkActivity,
|
|
23368
|
+
"ExecutionActivity.ExecuteSSISPackage": ExecuteSsisPackageActivity,
|
|
23369
|
+
"ExecutionActivity.Custom": CustomActivity,
|
|
23370
|
+
"ExecutionActivity.SqlServerStoredProcedure": SqlServerStoredProcedureActivity,
|
|
23371
|
+
"ExecutionActivity.Delete": DeleteActivity,
|
|
23372
|
+
"ExecutionActivity.AzureDataExplorerCommand": AzureDataExplorerCommandActivity,
|
|
23373
|
+
"ExecutionActivity.Lookup": LookupActivity,
|
|
23374
|
+
"ExecutionActivity.WebActivity": WebActivity,
|
|
23375
|
+
"ExecutionActivity.GetMetadata": GetMetadataActivity,
|
|
23376
|
+
"ExecutionActivity.AzureMLBatchExecution": AzureMLBatchExecutionActivity,
|
|
23377
|
+
"ExecutionActivity.AzureMLUpdateResource": AzureMLUpdateResourceActivity,
|
|
23378
|
+
"ExecutionActivity.AzureMLExecutePipeline": AzureMLExecutePipelineActivity,
|
|
23379
|
+
"ExecutionActivity.DataLakeAnalyticsU-SQL": DataLakeAnalyticsUsqlActivity,
|
|
23380
|
+
"ExecutionActivity.DatabricksNotebook": DatabricksNotebookActivity,
|
|
23381
|
+
"ExecutionActivity.DatabricksSparkJar": DatabricksSparkJarActivity,
|
|
23382
|
+
"ExecutionActivity.DatabricksSparkPython": DatabricksSparkPythonActivity,
|
|
23383
|
+
"ExecutionActivity.AzureFunctionActivity": AzureFunctionActivity,
|
|
23384
|
+
"ExecutionActivity.ExecuteDataFlow": ExecuteDataFlowActivity,
|
|
23385
|
+
"ExecutionActivity.Script": ScriptActivity,
|
|
23386
|
+
"ExecutionActivity.SynapseNotebook": SynapseNotebookActivity,
|
|
23387
|
+
"ExecutionActivity.SparkJob": SynapseSparkJobDefinitionActivity,
|
|
23388
|
+
"MultiplePipelineTrigger.ScheduleTrigger": ScheduleTrigger,
|
|
23389
|
+
"MultiplePipelineTrigger.BlobTrigger": BlobTrigger,
|
|
23390
|
+
"MultiplePipelineTrigger.BlobEventsTrigger": BlobEventsTrigger,
|
|
23391
|
+
"MultiplePipelineTrigger.CustomEventsTrigger": CustomEventsTrigger,
|
|
23392
|
+
"TabularSource.AzureTableSource": AzureTableSource,
|
|
23393
|
+
"TabularSource.InformixSource": InformixSource,
|
|
23394
|
+
"TabularSource.Db2Source": Db2Source,
|
|
23395
|
+
"TabularSource.OdbcSource": OdbcSource,
|
|
23396
|
+
"TabularSource.MySqlSource": MySqlSource,
|
|
23397
|
+
"TabularSource.PostgreSqlSource": PostgreSqlSource,
|
|
23398
|
+
"TabularSource.SybaseSource": SybaseSource,
|
|
23399
|
+
"TabularSource.SapBwSource": SapBwSource,
|
|
23400
|
+
"TabularSource.SalesforceSource": SalesforceSource,
|
|
23401
|
+
"TabularSource.SapCloudForCustomerSource": SapCloudForCustomerSource,
|
|
23402
|
+
"TabularSource.SapEccSource": SapEccSource,
|
|
23403
|
+
"TabularSource.SapHanaSource": SapHanaSource,
|
|
23404
|
+
"TabularSource.SapOpenHubSource": SapOpenHubSource,
|
|
23405
|
+
"TabularSource.SapOdpSource": SapOdpSource,
|
|
23406
|
+
"TabularSource.SapTableSource": SapTableSource,
|
|
23407
|
+
"TabularSource.SqlSource": SqlSource,
|
|
23408
|
+
"TabularSource.SqlServerSource": SqlServerSource,
|
|
23409
|
+
"TabularSource.AmazonRdsForSqlServerSource": AmazonRdsForSqlServerSource,
|
|
23410
|
+
"TabularSource.AzureSqlSource": AzureSqlSource,
|
|
23411
|
+
"TabularSource.SqlMISource": SqlMISource,
|
|
23412
|
+
"TabularSource.SqlDWSource": SqlDWSource,
|
|
23413
|
+
"TabularSource.AzureMySqlSource": AzureMySqlSource,
|
|
23414
|
+
"TabularSource.TeradataSource": TeradataSource,
|
|
23415
|
+
"TabularSource.CassandraSource": CassandraSource,
|
|
23416
|
+
"TabularSource.AmazonMWSSource": AmazonMWSSource,
|
|
23417
|
+
"TabularSource.AzurePostgreSqlSource": AzurePostgreSqlSource,
|
|
23418
|
+
"TabularSource.ConcurSource": ConcurSource,
|
|
23419
|
+
"TabularSource.CouchbaseSource": CouchbaseSource,
|
|
23420
|
+
"TabularSource.DrillSource": DrillSource,
|
|
23421
|
+
"TabularSource.EloquaSource": EloquaSource,
|
|
23422
|
+
"TabularSource.GoogleBigQuerySource": GoogleBigQuerySource,
|
|
23423
|
+
"TabularSource.GreenplumSource": GreenplumSource,
|
|
23424
|
+
"TabularSource.HBaseSource": HBaseSource,
|
|
23425
|
+
"TabularSource.HiveSource": HiveSource,
|
|
23426
|
+
"TabularSource.HubspotSource": HubspotSource,
|
|
23427
|
+
"TabularSource.ImpalaSource": ImpalaSource,
|
|
23428
|
+
"TabularSource.JiraSource": JiraSource,
|
|
23429
|
+
"TabularSource.MagentoSource": MagentoSource,
|
|
23430
|
+
"TabularSource.MariaDBSource": MariaDBSource,
|
|
23431
|
+
"TabularSource.AzureMariaDBSource": AzureMariaDBSource,
|
|
23432
|
+
"TabularSource.MarketoSource": MarketoSource,
|
|
23433
|
+
"TabularSource.PaypalSource": PaypalSource,
|
|
23434
|
+
"TabularSource.PhoenixSource": PhoenixSource,
|
|
23435
|
+
"TabularSource.PrestoSource": PrestoSource,
|
|
23436
|
+
"TabularSource.QuickBooksSource": QuickBooksSource,
|
|
23437
|
+
"TabularSource.ServiceNowSource": ServiceNowSource,
|
|
23438
|
+
"TabularSource.ShopifySource": ShopifySource,
|
|
23439
|
+
"TabularSource.SparkSource": SparkSource,
|
|
23440
|
+
"TabularSource.SquareSource": SquareSource,
|
|
23441
|
+
"TabularSource.XeroSource": XeroSource,
|
|
23442
|
+
"TabularSource.ZohoSource": ZohoSource,
|
|
23443
|
+
"TabularSource.NetezzaSource": NetezzaSource,
|
|
23444
|
+
"TabularSource.VerticaSource": VerticaSource,
|
|
23445
|
+
"TabularSource.SalesforceMarketingCloudSource": SalesforceMarketingCloudSource,
|
|
23446
|
+
"TabularSource.ResponsysSource": ResponsysSource,
|
|
23447
|
+
"TabularSource.DynamicsAXSource": DynamicsAXSource,
|
|
23448
|
+
"TabularSource.OracleServiceCloudSource": OracleServiceCloudSource,
|
|
23449
|
+
"TabularSource.GoogleAdWordsSource": GoogleAdWordsSource,
|
|
23450
|
+
"TabularSource.AmazonRedshiftSource": AmazonRedshiftSource,
|
|
23451
|
+
"TriggerDependencyReference.TumblingWindowTriggerDependencyReference": TumblingWindowTriggerDependencyReference
|
|
22800
23452
|
};
|
|
22801
23453
|
//# sourceMappingURL=mappers.js.map
|