@azure/arm-datafactory 10.7.1-alpha.20220907.1 → 10.8.0
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/CHANGELOG.md +22 -10
- package/dist/index.js +616 -313
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +21 -13
- package/dist-esm/src/dataFactoryManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +160 -7
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +30 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +112 -100
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +557 -300
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/test/datafactory_examples.spec.d.ts +4 -0
- package/dist-esm/test/datafactory_examples.spec.d.ts.map +1 -0
- package/dist-esm/test/datafactory_examples.spec.js +106 -0
- package/dist-esm/test/datafactory_examples.spec.js.map +1 -0
- package/package.json +5 -5
- package/review/arm-datafactory.api.md +107 -5
- package/src/dataFactoryManagementClient.ts +26 -16
- package/src/models/index.ts +184 -7
- package/src/models/mappers.ts +599 -300
- package/types/arm-datafactory.d.ts +176 -7
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -6524,6 +6524,93 @@ export const ScriptActivityTypePropertiesLogSettings = {
|
|
|
6524
6524
|
}
|
|
6525
6525
|
}
|
|
6526
6526
|
};
|
|
6527
|
+
export const SynapseNotebookReference = {
|
|
6528
|
+
type: {
|
|
6529
|
+
name: "Composite",
|
|
6530
|
+
className: "SynapseNotebookReference",
|
|
6531
|
+
modelProperties: {
|
|
6532
|
+
type: {
|
|
6533
|
+
serializedName: "type",
|
|
6534
|
+
required: true,
|
|
6535
|
+
type: {
|
|
6536
|
+
name: "String"
|
|
6537
|
+
}
|
|
6538
|
+
},
|
|
6539
|
+
referenceName: {
|
|
6540
|
+
serializedName: "referenceName",
|
|
6541
|
+
required: true,
|
|
6542
|
+
type: {
|
|
6543
|
+
name: "any"
|
|
6544
|
+
}
|
|
6545
|
+
}
|
|
6546
|
+
}
|
|
6547
|
+
}
|
|
6548
|
+
};
|
|
6549
|
+
export const BigDataPoolParametrizationReference = {
|
|
6550
|
+
type: {
|
|
6551
|
+
name: "Composite",
|
|
6552
|
+
className: "BigDataPoolParametrizationReference",
|
|
6553
|
+
modelProperties: {
|
|
6554
|
+
type: {
|
|
6555
|
+
serializedName: "type",
|
|
6556
|
+
required: true,
|
|
6557
|
+
type: {
|
|
6558
|
+
name: "String"
|
|
6559
|
+
}
|
|
6560
|
+
},
|
|
6561
|
+
referenceName: {
|
|
6562
|
+
serializedName: "referenceName",
|
|
6563
|
+
required: true,
|
|
6564
|
+
type: {
|
|
6565
|
+
name: "any"
|
|
6566
|
+
}
|
|
6567
|
+
}
|
|
6568
|
+
}
|
|
6569
|
+
}
|
|
6570
|
+
};
|
|
6571
|
+
export const NotebookParameter = {
|
|
6572
|
+
type: {
|
|
6573
|
+
name: "Composite",
|
|
6574
|
+
className: "NotebookParameter",
|
|
6575
|
+
modelProperties: {
|
|
6576
|
+
value: {
|
|
6577
|
+
serializedName: "value",
|
|
6578
|
+
nullable: true,
|
|
6579
|
+
type: {
|
|
6580
|
+
name: "any"
|
|
6581
|
+
}
|
|
6582
|
+
},
|
|
6583
|
+
type: {
|
|
6584
|
+
serializedName: "type",
|
|
6585
|
+
type: {
|
|
6586
|
+
name: "String"
|
|
6587
|
+
}
|
|
6588
|
+
}
|
|
6589
|
+
}
|
|
6590
|
+
}
|
|
6591
|
+
};
|
|
6592
|
+
export const SynapseSparkJobReference = {
|
|
6593
|
+
type: {
|
|
6594
|
+
name: "Composite",
|
|
6595
|
+
className: "SynapseSparkJobReference",
|
|
6596
|
+
modelProperties: {
|
|
6597
|
+
type: {
|
|
6598
|
+
serializedName: "type",
|
|
6599
|
+
required: true,
|
|
6600
|
+
type: {
|
|
6601
|
+
name: "String"
|
|
6602
|
+
}
|
|
6603
|
+
},
|
|
6604
|
+
referenceName: {
|
|
6605
|
+
serializedName: "referenceName",
|
|
6606
|
+
required: true,
|
|
6607
|
+
type: {
|
|
6608
|
+
name: "String"
|
|
6609
|
+
}
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
}
|
|
6613
|
+
};
|
|
6527
6614
|
export const ScheduleTriggerRecurrence = {
|
|
6528
6615
|
type: {
|
|
6529
6616
|
name: "Composite",
|
|
@@ -10156,6 +10243,28 @@ export const TwilioLinkedService = {
|
|
|
10156
10243
|
} })
|
|
10157
10244
|
}
|
|
10158
10245
|
};
|
|
10246
|
+
export const GoogleSheetsLinkedService = {
|
|
10247
|
+
serializedName: "GoogleSheets",
|
|
10248
|
+
type: {
|
|
10249
|
+
name: "Composite",
|
|
10250
|
+
className: "GoogleSheetsLinkedService",
|
|
10251
|
+
uberParent: "LinkedService",
|
|
10252
|
+
additionalProperties: { type: { name: "Object" } },
|
|
10253
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
10254
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
|
|
10255
|
+
serializedName: "typeProperties.apiToken",
|
|
10256
|
+
type: {
|
|
10257
|
+
name: "Composite",
|
|
10258
|
+
className: "SecretBase"
|
|
10259
|
+
}
|
|
10260
|
+
}, encryptedCredential: {
|
|
10261
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
10262
|
+
type: {
|
|
10263
|
+
name: "any"
|
|
10264
|
+
}
|
|
10265
|
+
} })
|
|
10266
|
+
}
|
|
10267
|
+
};
|
|
10159
10268
|
export const AmazonS3LinkedService = {
|
|
10160
10269
|
serializedName: "AmazonS3",
|
|
10161
10270
|
type: {
|
|
@@ -13002,6 +13111,28 @@ export const SharePointOnlineListLinkedService = {
|
|
|
13002
13111
|
} })
|
|
13003
13112
|
}
|
|
13004
13113
|
};
|
|
13114
|
+
export const AzureSynapseArtifactsLinkedService = {
|
|
13115
|
+
serializedName: "AzureSynapseArtifacts",
|
|
13116
|
+
type: {
|
|
13117
|
+
name: "Composite",
|
|
13118
|
+
className: "AzureSynapseArtifactsLinkedService",
|
|
13119
|
+
uberParent: "LinkedService",
|
|
13120
|
+
additionalProperties: { type: { name: "Object" } },
|
|
13121
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
13122
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { endpoint: {
|
|
13123
|
+
serializedName: "typeProperties.endpoint",
|
|
13124
|
+
required: true,
|
|
13125
|
+
type: {
|
|
13126
|
+
name: "any"
|
|
13127
|
+
}
|
|
13128
|
+
}, authentication: {
|
|
13129
|
+
serializedName: "typeProperties.authentication",
|
|
13130
|
+
type: {
|
|
13131
|
+
name: "any"
|
|
13132
|
+
}
|
|
13133
|
+
} })
|
|
13134
|
+
}
|
|
13135
|
+
};
|
|
13005
13136
|
export const AmazonS3Dataset = {
|
|
13006
13137
|
serializedName: "AmazonS3Object",
|
|
13007
13138
|
type: {
|
|
@@ -19586,9 +19717,9 @@ export const ExecutePipelineActivity = {
|
|
|
19586
19717
|
type: {
|
|
19587
19718
|
name: "Composite",
|
|
19588
19719
|
className: "ExecutePipelineActivity",
|
|
19589
|
-
uberParent: "
|
|
19720
|
+
uberParent: "ControlActivity",
|
|
19590
19721
|
additionalProperties: { type: { name: "Object" } },
|
|
19591
|
-
polymorphicDiscriminator:
|
|
19722
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19592
19723
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { policy: {
|
|
19593
19724
|
serializedName: "policy",
|
|
19594
19725
|
type: {
|
|
@@ -19620,9 +19751,9 @@ export const IfConditionActivity = {
|
|
|
19620
19751
|
type: {
|
|
19621
19752
|
name: "Composite",
|
|
19622
19753
|
className: "IfConditionActivity",
|
|
19623
|
-
uberParent: "
|
|
19754
|
+
uberParent: "ControlActivity",
|
|
19624
19755
|
additionalProperties: { type: { name: "Object" } },
|
|
19625
|
-
polymorphicDiscriminator:
|
|
19756
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19626
19757
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { expression: {
|
|
19627
19758
|
serializedName: "typeProperties.expression",
|
|
19628
19759
|
type: {
|
|
@@ -19659,9 +19790,9 @@ export const SwitchActivity = {
|
|
|
19659
19790
|
type: {
|
|
19660
19791
|
name: "Composite",
|
|
19661
19792
|
className: "SwitchActivity",
|
|
19662
|
-
uberParent: "
|
|
19793
|
+
uberParent: "ControlActivity",
|
|
19663
19794
|
additionalProperties: { type: { name: "Object" } },
|
|
19664
|
-
polymorphicDiscriminator:
|
|
19795
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19665
19796
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { on: {
|
|
19666
19797
|
serializedName: "typeProperties.on",
|
|
19667
19798
|
type: {
|
|
@@ -19698,9 +19829,9 @@ export const ForEachActivity = {
|
|
|
19698
19829
|
type: {
|
|
19699
19830
|
name: "Composite",
|
|
19700
19831
|
className: "ForEachActivity",
|
|
19701
|
-
uberParent: "
|
|
19832
|
+
uberParent: "ControlActivity",
|
|
19702
19833
|
additionalProperties: { type: { name: "Object" } },
|
|
19703
|
-
polymorphicDiscriminator:
|
|
19834
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19704
19835
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { isSequential: {
|
|
19705
19836
|
serializedName: "typeProperties.isSequential",
|
|
19706
19837
|
type: {
|
|
@@ -19740,9 +19871,9 @@ export const WaitActivity = {
|
|
|
19740
19871
|
type: {
|
|
19741
19872
|
name: "Composite",
|
|
19742
19873
|
className: "WaitActivity",
|
|
19743
|
-
uberParent: "
|
|
19874
|
+
uberParent: "ControlActivity",
|
|
19744
19875
|
additionalProperties: { type: { name: "Object" } },
|
|
19745
|
-
polymorphicDiscriminator:
|
|
19876
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19746
19877
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { waitTimeInSeconds: {
|
|
19747
19878
|
serializedName: "typeProperties.waitTimeInSeconds",
|
|
19748
19879
|
required: true,
|
|
@@ -19757,9 +19888,9 @@ export const FailActivity = {
|
|
|
19757
19888
|
type: {
|
|
19758
19889
|
name: "Composite",
|
|
19759
19890
|
className: "FailActivity",
|
|
19760
|
-
uberParent: "
|
|
19891
|
+
uberParent: "ControlActivity",
|
|
19761
19892
|
additionalProperties: { type: { name: "Object" } },
|
|
19762
|
-
polymorphicDiscriminator:
|
|
19893
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19763
19894
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { message: {
|
|
19764
19895
|
serializedName: "typeProperties.message",
|
|
19765
19896
|
required: true,
|
|
@@ -19780,9 +19911,9 @@ export const UntilActivity = {
|
|
|
19780
19911
|
type: {
|
|
19781
19912
|
name: "Composite",
|
|
19782
19913
|
className: "UntilActivity",
|
|
19783
|
-
uberParent: "
|
|
19914
|
+
uberParent: "ControlActivity",
|
|
19784
19915
|
additionalProperties: { type: { name: "Object" } },
|
|
19785
|
-
polymorphicDiscriminator:
|
|
19916
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19786
19917
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { expression: {
|
|
19787
19918
|
serializedName: "typeProperties.expression",
|
|
19788
19919
|
type: {
|
|
@@ -19814,9 +19945,9 @@ export const ValidationActivity = {
|
|
|
19814
19945
|
type: {
|
|
19815
19946
|
name: "Composite",
|
|
19816
19947
|
className: "ValidationActivity",
|
|
19817
|
-
uberParent: "
|
|
19948
|
+
uberParent: "ControlActivity",
|
|
19818
19949
|
additionalProperties: { type: { name: "Object" } },
|
|
19819
|
-
polymorphicDiscriminator:
|
|
19950
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19820
19951
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { timeout: {
|
|
19821
19952
|
serializedName: "typeProperties.timeout",
|
|
19822
19953
|
type: {
|
|
@@ -19851,9 +19982,9 @@ export const FilterActivity = {
|
|
|
19851
19982
|
type: {
|
|
19852
19983
|
name: "Composite",
|
|
19853
19984
|
className: "FilterActivity",
|
|
19854
|
-
uberParent: "
|
|
19985
|
+
uberParent: "ControlActivity",
|
|
19855
19986
|
additionalProperties: { type: { name: "Object" } },
|
|
19856
|
-
polymorphicDiscriminator:
|
|
19987
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19857
19988
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { items: {
|
|
19858
19989
|
serializedName: "typeProperties.items",
|
|
19859
19990
|
type: {
|
|
@@ -19874,9 +20005,9 @@ export const SetVariableActivity = {
|
|
|
19874
20005
|
type: {
|
|
19875
20006
|
name: "Composite",
|
|
19876
20007
|
className: "SetVariableActivity",
|
|
19877
|
-
uberParent: "
|
|
20008
|
+
uberParent: "ControlActivity",
|
|
19878
20009
|
additionalProperties: { type: { name: "Object" } },
|
|
19879
|
-
polymorphicDiscriminator:
|
|
20010
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19880
20011
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { variableName: {
|
|
19881
20012
|
serializedName: "typeProperties.variableName",
|
|
19882
20013
|
type: {
|
|
@@ -19895,9 +20026,9 @@ export const AppendVariableActivity = {
|
|
|
19895
20026
|
type: {
|
|
19896
20027
|
name: "Composite",
|
|
19897
20028
|
className: "AppendVariableActivity",
|
|
19898
|
-
uberParent: "
|
|
20029
|
+
uberParent: "ControlActivity",
|
|
19899
20030
|
additionalProperties: { type: { name: "Object" } },
|
|
19900
|
-
polymorphicDiscriminator:
|
|
20031
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19901
20032
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { variableName: {
|
|
19902
20033
|
serializedName: "typeProperties.variableName",
|
|
19903
20034
|
type: {
|
|
@@ -19916,9 +20047,9 @@ export const WebHookActivity = {
|
|
|
19916
20047
|
type: {
|
|
19917
20048
|
name: "Composite",
|
|
19918
20049
|
className: "WebHookActivity",
|
|
19919
|
-
uberParent: "
|
|
20050
|
+
uberParent: "ControlActivity",
|
|
19920
20051
|
additionalProperties: { type: { name: "Object" } },
|
|
19921
|
-
polymorphicDiscriminator:
|
|
20052
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19922
20053
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { method: {
|
|
19923
20054
|
serializedName: "typeProperties.method",
|
|
19924
20055
|
required: true,
|
|
@@ -19965,9 +20096,9 @@ export const CopyActivity = {
|
|
|
19965
20096
|
type: {
|
|
19966
20097
|
name: "Composite",
|
|
19967
20098
|
className: "CopyActivity",
|
|
19968
|
-
uberParent: "
|
|
20099
|
+
uberParent: "ExecutionActivity",
|
|
19969
20100
|
additionalProperties: { type: { name: "Object" } },
|
|
19970
|
-
polymorphicDiscriminator:
|
|
20101
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19971
20102
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { inputs: {
|
|
19972
20103
|
serializedName: "inputs",
|
|
19973
20104
|
type: {
|
|
@@ -20090,9 +20221,9 @@ export const HDInsightHiveActivity = {
|
|
|
20090
20221
|
type: {
|
|
20091
20222
|
name: "Composite",
|
|
20092
20223
|
className: "HDInsightHiveActivity",
|
|
20093
|
-
uberParent: "
|
|
20224
|
+
uberParent: "ExecutionActivity",
|
|
20094
20225
|
additionalProperties: { type: { name: "Object" } },
|
|
20095
|
-
polymorphicDiscriminator:
|
|
20226
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20096
20227
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20097
20228
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20098
20229
|
type: {
|
|
@@ -20159,9 +20290,9 @@ export const HDInsightPigActivity = {
|
|
|
20159
20290
|
type: {
|
|
20160
20291
|
name: "Composite",
|
|
20161
20292
|
className: "HDInsightPigActivity",
|
|
20162
|
-
uberParent: "
|
|
20293
|
+
uberParent: "ExecutionActivity",
|
|
20163
20294
|
additionalProperties: { type: { name: "Object" } },
|
|
20164
|
-
polymorphicDiscriminator:
|
|
20295
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20165
20296
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20166
20297
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20167
20298
|
type: {
|
|
@@ -20208,9 +20339,9 @@ export const HDInsightMapReduceActivity = {
|
|
|
20208
20339
|
type: {
|
|
20209
20340
|
name: "Composite",
|
|
20210
20341
|
className: "HDInsightMapReduceActivity",
|
|
20211
|
-
uberParent: "
|
|
20342
|
+
uberParent: "ExecutionActivity",
|
|
20212
20343
|
additionalProperties: { type: { name: "Object" } },
|
|
20213
|
-
polymorphicDiscriminator:
|
|
20344
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20214
20345
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20215
20346
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20216
20347
|
type: {
|
|
@@ -20279,9 +20410,9 @@ export const HDInsightStreamingActivity = {
|
|
|
20279
20410
|
type: {
|
|
20280
20411
|
name: "Composite",
|
|
20281
20412
|
className: "HDInsightStreamingActivity",
|
|
20282
|
-
uberParent: "
|
|
20413
|
+
uberParent: "ExecutionActivity",
|
|
20283
20414
|
additionalProperties: { type: { name: "Object" } },
|
|
20284
|
-
polymorphicDiscriminator:
|
|
20415
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20285
20416
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20286
20417
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20287
20418
|
type: {
|
|
@@ -20378,9 +20509,9 @@ export const HDInsightSparkActivity = {
|
|
|
20378
20509
|
type: {
|
|
20379
20510
|
name: "Composite",
|
|
20380
20511
|
className: "HDInsightSparkActivity",
|
|
20381
|
-
uberParent: "
|
|
20512
|
+
uberParent: "ExecutionActivity",
|
|
20382
20513
|
additionalProperties: { type: { name: "Object" } },
|
|
20383
|
-
polymorphicDiscriminator:
|
|
20514
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20384
20515
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { rootPath: {
|
|
20385
20516
|
serializedName: "typeProperties.rootPath",
|
|
20386
20517
|
required: true,
|
|
@@ -20438,9 +20569,9 @@ export const ExecuteSsisPackageActivity = {
|
|
|
20438
20569
|
type: {
|
|
20439
20570
|
name: "Composite",
|
|
20440
20571
|
className: "ExecuteSsisPackageActivity",
|
|
20441
|
-
uberParent: "
|
|
20572
|
+
uberParent: "ExecutionActivity",
|
|
20442
20573
|
additionalProperties: { type: { name: "Object" } },
|
|
20443
|
-
polymorphicDiscriminator:
|
|
20574
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20444
20575
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { packageLocation: {
|
|
20445
20576
|
serializedName: "typeProperties.packageLocation",
|
|
20446
20577
|
type: {
|
|
@@ -20538,9 +20669,9 @@ export const CustomActivity = {
|
|
|
20538
20669
|
type: {
|
|
20539
20670
|
name: "Composite",
|
|
20540
20671
|
className: "CustomActivity",
|
|
20541
|
-
uberParent: "
|
|
20672
|
+
uberParent: "ExecutionActivity",
|
|
20542
20673
|
additionalProperties: { type: { name: "Object" } },
|
|
20543
|
-
polymorphicDiscriminator:
|
|
20674
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20544
20675
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { command: {
|
|
20545
20676
|
serializedName: "typeProperties.command",
|
|
20546
20677
|
required: true,
|
|
@@ -20588,9 +20719,9 @@ export const SqlServerStoredProcedureActivity = {
|
|
|
20588
20719
|
type: {
|
|
20589
20720
|
name: "Composite",
|
|
20590
20721
|
className: "SqlServerStoredProcedureActivity",
|
|
20591
|
-
uberParent: "
|
|
20722
|
+
uberParent: "ExecutionActivity",
|
|
20592
20723
|
additionalProperties: { type: { name: "Object" } },
|
|
20593
|
-
polymorphicDiscriminator:
|
|
20724
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20594
20725
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storedProcedureName: {
|
|
20595
20726
|
serializedName: "typeProperties.storedProcedureName",
|
|
20596
20727
|
required: true,
|
|
@@ -20610,9 +20741,9 @@ export const DeleteActivity = {
|
|
|
20610
20741
|
type: {
|
|
20611
20742
|
name: "Composite",
|
|
20612
20743
|
className: "DeleteActivity",
|
|
20613
|
-
uberParent: "
|
|
20744
|
+
uberParent: "ExecutionActivity",
|
|
20614
20745
|
additionalProperties: { type: { name: "Object" } },
|
|
20615
|
-
polymorphicDiscriminator:
|
|
20746
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20616
20747
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { recursive: {
|
|
20617
20748
|
serializedName: "typeProperties.recursive",
|
|
20618
20749
|
type: {
|
|
@@ -20657,9 +20788,9 @@ export const AzureDataExplorerCommandActivity = {
|
|
|
20657
20788
|
type: {
|
|
20658
20789
|
name: "Composite",
|
|
20659
20790
|
className: "AzureDataExplorerCommandActivity",
|
|
20660
|
-
uberParent: "
|
|
20791
|
+
uberParent: "ExecutionActivity",
|
|
20661
20792
|
additionalProperties: { type: { name: "Object" } },
|
|
20662
|
-
polymorphicDiscriminator:
|
|
20793
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20663
20794
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { command: {
|
|
20664
20795
|
serializedName: "typeProperties.command",
|
|
20665
20796
|
required: true,
|
|
@@ -20679,9 +20810,9 @@ export const LookupActivity = {
|
|
|
20679
20810
|
type: {
|
|
20680
20811
|
name: "Composite",
|
|
20681
20812
|
className: "LookupActivity",
|
|
20682
|
-
uberParent: "
|
|
20813
|
+
uberParent: "ExecutionActivity",
|
|
20683
20814
|
additionalProperties: { type: { name: "Object" } },
|
|
20684
|
-
polymorphicDiscriminator:
|
|
20815
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20685
20816
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { source: {
|
|
20686
20817
|
serializedName: "typeProperties.source",
|
|
20687
20818
|
type: {
|
|
@@ -20707,9 +20838,9 @@ export const WebActivity = {
|
|
|
20707
20838
|
type: {
|
|
20708
20839
|
name: "Composite",
|
|
20709
20840
|
className: "WebActivity",
|
|
20710
|
-
uberParent: "
|
|
20841
|
+
uberParent: "ExecutionActivity",
|
|
20711
20842
|
additionalProperties: { type: { name: "Object" } },
|
|
20712
|
-
polymorphicDiscriminator:
|
|
20843
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20713
20844
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { method: {
|
|
20714
20845
|
serializedName: "typeProperties.method",
|
|
20715
20846
|
required: true,
|
|
@@ -20779,9 +20910,9 @@ export const GetMetadataActivity = {
|
|
|
20779
20910
|
type: {
|
|
20780
20911
|
name: "Composite",
|
|
20781
20912
|
className: "GetMetadataActivity",
|
|
20782
|
-
uberParent: "
|
|
20913
|
+
uberParent: "ExecutionActivity",
|
|
20783
20914
|
additionalProperties: { type: { name: "Object" } },
|
|
20784
|
-
polymorphicDiscriminator:
|
|
20915
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20785
20916
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { dataset: {
|
|
20786
20917
|
serializedName: "typeProperties.dataset",
|
|
20787
20918
|
type: {
|
|
@@ -20818,9 +20949,9 @@ export const AzureMLBatchExecutionActivity = {
|
|
|
20818
20949
|
type: {
|
|
20819
20950
|
name: "Composite",
|
|
20820
20951
|
className: "AzureMLBatchExecutionActivity",
|
|
20821
|
-
uberParent: "
|
|
20952
|
+
uberParent: "ExecutionActivity",
|
|
20822
20953
|
additionalProperties: { type: { name: "Object" } },
|
|
20823
|
-
polymorphicDiscriminator:
|
|
20954
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20824
20955
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { globalParameters: {
|
|
20825
20956
|
serializedName: "typeProperties.globalParameters",
|
|
20826
20957
|
type: {
|
|
@@ -20851,9 +20982,9 @@ export const AzureMLUpdateResourceActivity = {
|
|
|
20851
20982
|
type: {
|
|
20852
20983
|
name: "Composite",
|
|
20853
20984
|
className: "AzureMLUpdateResourceActivity",
|
|
20854
|
-
uberParent: "
|
|
20985
|
+
uberParent: "ExecutionActivity",
|
|
20855
20986
|
additionalProperties: { type: { name: "Object" } },
|
|
20856
|
-
polymorphicDiscriminator:
|
|
20987
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20857
20988
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { trainedModelName: {
|
|
20858
20989
|
serializedName: "typeProperties.trainedModelName",
|
|
20859
20990
|
required: true,
|
|
@@ -20880,9 +21011,9 @@ export const AzureMLExecutePipelineActivity = {
|
|
|
20880
21011
|
type: {
|
|
20881
21012
|
name: "Composite",
|
|
20882
21013
|
className: "AzureMLExecutePipelineActivity",
|
|
20883
|
-
uberParent: "
|
|
21014
|
+
uberParent: "ExecutionActivity",
|
|
20884
21015
|
additionalProperties: { type: { name: "Object" } },
|
|
20885
|
-
polymorphicDiscriminator:
|
|
21016
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20886
21017
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { mlPipelineId: {
|
|
20887
21018
|
serializedName: "typeProperties.mlPipelineId",
|
|
20888
21019
|
type: {
|
|
@@ -20931,9 +21062,9 @@ export const DataLakeAnalyticsUsqlActivity = {
|
|
|
20931
21062
|
type: {
|
|
20932
21063
|
name: "Composite",
|
|
20933
21064
|
className: "DataLakeAnalyticsUsqlActivity",
|
|
20934
|
-
uberParent: "
|
|
21065
|
+
uberParent: "ExecutionActivity",
|
|
20935
21066
|
additionalProperties: { type: { name: "Object" } },
|
|
20936
|
-
polymorphicDiscriminator:
|
|
21067
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20937
21068
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scriptPath: {
|
|
20938
21069
|
serializedName: "typeProperties.scriptPath",
|
|
20939
21070
|
required: true,
|
|
@@ -20980,9 +21111,9 @@ export const DatabricksNotebookActivity = {
|
|
|
20980
21111
|
type: {
|
|
20981
21112
|
name: "Composite",
|
|
20982
21113
|
className: "DatabricksNotebookActivity",
|
|
20983
|
-
uberParent: "
|
|
21114
|
+
uberParent: "ExecutionActivity",
|
|
20984
21115
|
additionalProperties: { type: { name: "Object" } },
|
|
20985
|
-
polymorphicDiscriminator:
|
|
21116
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20986
21117
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { notebookPath: {
|
|
20987
21118
|
serializedName: "typeProperties.notebookPath",
|
|
20988
21119
|
required: true,
|
|
@@ -21014,9 +21145,9 @@ export const DatabricksSparkJarActivity = {
|
|
|
21014
21145
|
type: {
|
|
21015
21146
|
name: "Composite",
|
|
21016
21147
|
className: "DatabricksSparkJarActivity",
|
|
21017
|
-
uberParent: "
|
|
21148
|
+
uberParent: "ExecutionActivity",
|
|
21018
21149
|
additionalProperties: { type: { name: "Object" } },
|
|
21019
|
-
polymorphicDiscriminator:
|
|
21150
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21020
21151
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { mainClassName: {
|
|
21021
21152
|
serializedName: "typeProperties.mainClassName",
|
|
21022
21153
|
required: true,
|
|
@@ -21052,9 +21183,9 @@ export const DatabricksSparkPythonActivity = {
|
|
|
21052
21183
|
type: {
|
|
21053
21184
|
name: "Composite",
|
|
21054
21185
|
className: "DatabricksSparkPythonActivity",
|
|
21055
|
-
uberParent: "
|
|
21186
|
+
uberParent: "ExecutionActivity",
|
|
21056
21187
|
additionalProperties: { type: { name: "Object" } },
|
|
21057
|
-
polymorphicDiscriminator:
|
|
21188
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21058
21189
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { pythonFile: {
|
|
21059
21190
|
serializedName: "typeProperties.pythonFile",
|
|
21060
21191
|
required: true,
|
|
@@ -21090,9 +21221,9 @@ export const AzureFunctionActivity = {
|
|
|
21090
21221
|
type: {
|
|
21091
21222
|
name: "Composite",
|
|
21092
21223
|
className: "AzureFunctionActivity",
|
|
21093
|
-
uberParent: "
|
|
21224
|
+
uberParent: "ExecutionActivity",
|
|
21094
21225
|
additionalProperties: { type: { name: "Object" } },
|
|
21095
|
-
polymorphicDiscriminator:
|
|
21226
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21096
21227
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { method: {
|
|
21097
21228
|
serializedName: "typeProperties.method",
|
|
21098
21229
|
required: true,
|
|
@@ -21123,9 +21254,9 @@ export const ExecuteDataFlowActivity = {
|
|
|
21123
21254
|
type: {
|
|
21124
21255
|
name: "Composite",
|
|
21125
21256
|
className: "ExecuteDataFlowActivity",
|
|
21126
|
-
uberParent: "
|
|
21257
|
+
uberParent: "ExecutionActivity",
|
|
21127
21258
|
additionalProperties: { type: { name: "Object" } },
|
|
21128
|
-
polymorphicDiscriminator:
|
|
21259
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21129
21260
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { dataFlow: {
|
|
21130
21261
|
serializedName: "typeProperties.dataFlow",
|
|
21131
21262
|
type: {
|
|
@@ -21178,9 +21309,9 @@ export const ScriptActivity = {
|
|
|
21178
21309
|
type: {
|
|
21179
21310
|
name: "Composite",
|
|
21180
21311
|
className: "ScriptActivity",
|
|
21181
|
-
uberParent: "
|
|
21312
|
+
uberParent: "ExecutionActivity",
|
|
21182
21313
|
additionalProperties: { type: { name: "Object" } },
|
|
21183
|
-
polymorphicDiscriminator:
|
|
21314
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21184
21315
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scripts: {
|
|
21185
21316
|
serializedName: "typeProperties.scripts",
|
|
21186
21317
|
type: {
|
|
@@ -21201,14 +21332,136 @@ export const ScriptActivity = {
|
|
|
21201
21332
|
} })
|
|
21202
21333
|
}
|
|
21203
21334
|
};
|
|
21335
|
+
export const SynapseNotebookActivity = {
|
|
21336
|
+
serializedName: "SynapseNotebook",
|
|
21337
|
+
type: {
|
|
21338
|
+
name: "Composite",
|
|
21339
|
+
className: "SynapseNotebookActivity",
|
|
21340
|
+
uberParent: "ExecutionActivity",
|
|
21341
|
+
additionalProperties: { type: { name: "Object" } },
|
|
21342
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21343
|
+
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { notebook: {
|
|
21344
|
+
serializedName: "typeProperties.notebook",
|
|
21345
|
+
type: {
|
|
21346
|
+
name: "Composite",
|
|
21347
|
+
className: "SynapseNotebookReference"
|
|
21348
|
+
}
|
|
21349
|
+
}, sparkPool: {
|
|
21350
|
+
serializedName: "typeProperties.sparkPool",
|
|
21351
|
+
type: {
|
|
21352
|
+
name: "Composite",
|
|
21353
|
+
className: "BigDataPoolParametrizationReference"
|
|
21354
|
+
}
|
|
21355
|
+
}, parameters: {
|
|
21356
|
+
serializedName: "typeProperties.parameters",
|
|
21357
|
+
type: {
|
|
21358
|
+
name: "Dictionary",
|
|
21359
|
+
value: { type: { name: "Composite", className: "NotebookParameter" } }
|
|
21360
|
+
}
|
|
21361
|
+
}, executorSize: {
|
|
21362
|
+
serializedName: "typeProperties.executorSize",
|
|
21363
|
+
type: {
|
|
21364
|
+
name: "any"
|
|
21365
|
+
}
|
|
21366
|
+
}, conf: {
|
|
21367
|
+
serializedName: "typeProperties.conf",
|
|
21368
|
+
type: {
|
|
21369
|
+
name: "any"
|
|
21370
|
+
}
|
|
21371
|
+
}, driverSize: {
|
|
21372
|
+
serializedName: "typeProperties.driverSize",
|
|
21373
|
+
type: {
|
|
21374
|
+
name: "any"
|
|
21375
|
+
}
|
|
21376
|
+
}, numExecutors: {
|
|
21377
|
+
serializedName: "typeProperties.numExecutors",
|
|
21378
|
+
type: {
|
|
21379
|
+
name: "Number"
|
|
21380
|
+
}
|
|
21381
|
+
} })
|
|
21382
|
+
}
|
|
21383
|
+
};
|
|
21384
|
+
export const SynapseSparkJobDefinitionActivity = {
|
|
21385
|
+
serializedName: "SparkJob",
|
|
21386
|
+
type: {
|
|
21387
|
+
name: "Composite",
|
|
21388
|
+
className: "SynapseSparkJobDefinitionActivity",
|
|
21389
|
+
uberParent: "ExecutionActivity",
|
|
21390
|
+
additionalProperties: { type: { name: "Object" } },
|
|
21391
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21392
|
+
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { sparkJob: {
|
|
21393
|
+
serializedName: "typeProperties.sparkJob",
|
|
21394
|
+
type: {
|
|
21395
|
+
name: "Composite",
|
|
21396
|
+
className: "SynapseSparkJobReference"
|
|
21397
|
+
}
|
|
21398
|
+
}, arguments: {
|
|
21399
|
+
serializedName: "typeProperties.args",
|
|
21400
|
+
type: {
|
|
21401
|
+
name: "Sequence",
|
|
21402
|
+
element: {
|
|
21403
|
+
type: {
|
|
21404
|
+
name: "any"
|
|
21405
|
+
}
|
|
21406
|
+
}
|
|
21407
|
+
}
|
|
21408
|
+
}, file: {
|
|
21409
|
+
serializedName: "typeProperties.file",
|
|
21410
|
+
type: {
|
|
21411
|
+
name: "any"
|
|
21412
|
+
}
|
|
21413
|
+
}, className: {
|
|
21414
|
+
serializedName: "typeProperties.className",
|
|
21415
|
+
type: {
|
|
21416
|
+
name: "any"
|
|
21417
|
+
}
|
|
21418
|
+
}, files: {
|
|
21419
|
+
serializedName: "typeProperties.files",
|
|
21420
|
+
type: {
|
|
21421
|
+
name: "Sequence",
|
|
21422
|
+
element: {
|
|
21423
|
+
type: {
|
|
21424
|
+
name: "any"
|
|
21425
|
+
}
|
|
21426
|
+
}
|
|
21427
|
+
}
|
|
21428
|
+
}, targetBigDataPool: {
|
|
21429
|
+
serializedName: "typeProperties.targetBigDataPool",
|
|
21430
|
+
type: {
|
|
21431
|
+
name: "Composite",
|
|
21432
|
+
className: "BigDataPoolParametrizationReference"
|
|
21433
|
+
}
|
|
21434
|
+
}, executorSize: {
|
|
21435
|
+
serializedName: "typeProperties.executorSize",
|
|
21436
|
+
type: {
|
|
21437
|
+
name: "any"
|
|
21438
|
+
}
|
|
21439
|
+
}, conf: {
|
|
21440
|
+
serializedName: "typeProperties.conf",
|
|
21441
|
+
type: {
|
|
21442
|
+
name: "any"
|
|
21443
|
+
}
|
|
21444
|
+
}, driverSize: {
|
|
21445
|
+
serializedName: "typeProperties.driverSize",
|
|
21446
|
+
type: {
|
|
21447
|
+
name: "any"
|
|
21448
|
+
}
|
|
21449
|
+
}, numExecutors: {
|
|
21450
|
+
serializedName: "typeProperties.numExecutors",
|
|
21451
|
+
type: {
|
|
21452
|
+
name: "Number"
|
|
21453
|
+
}
|
|
21454
|
+
} })
|
|
21455
|
+
}
|
|
21456
|
+
};
|
|
21204
21457
|
export const ScheduleTrigger = {
|
|
21205
21458
|
serializedName: "ScheduleTrigger",
|
|
21206
21459
|
type: {
|
|
21207
21460
|
name: "Composite",
|
|
21208
21461
|
className: "ScheduleTrigger",
|
|
21209
|
-
uberParent: "
|
|
21462
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21210
21463
|
additionalProperties: { type: { name: "Object" } },
|
|
21211
|
-
polymorphicDiscriminator:
|
|
21464
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21212
21465
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { recurrence: {
|
|
21213
21466
|
serializedName: "typeProperties.recurrence",
|
|
21214
21467
|
type: {
|
|
@@ -21223,9 +21476,9 @@ export const BlobTrigger = {
|
|
|
21223
21476
|
type: {
|
|
21224
21477
|
name: "Composite",
|
|
21225
21478
|
className: "BlobTrigger",
|
|
21226
|
-
uberParent: "
|
|
21479
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21227
21480
|
additionalProperties: { type: { name: "Object" } },
|
|
21228
|
-
polymorphicDiscriminator:
|
|
21481
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21229
21482
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { folderPath: {
|
|
21230
21483
|
serializedName: "typeProperties.folderPath",
|
|
21231
21484
|
required: true,
|
|
@@ -21252,9 +21505,9 @@ export const BlobEventsTrigger = {
|
|
|
21252
21505
|
type: {
|
|
21253
21506
|
name: "Composite",
|
|
21254
21507
|
className: "BlobEventsTrigger",
|
|
21255
|
-
uberParent: "
|
|
21508
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21256
21509
|
additionalProperties: { type: { name: "Object" } },
|
|
21257
|
-
polymorphicDiscriminator:
|
|
21510
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21258
21511
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { blobPathBeginsWith: {
|
|
21259
21512
|
serializedName: "typeProperties.blobPathBeginsWith",
|
|
21260
21513
|
type: {
|
|
@@ -21295,9 +21548,9 @@ export const CustomEventsTrigger = {
|
|
|
21295
21548
|
type: {
|
|
21296
21549
|
name: "Composite",
|
|
21297
21550
|
className: "CustomEventsTrigger",
|
|
21298
|
-
uberParent: "
|
|
21551
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21299
21552
|
additionalProperties: { type: { name: "Object" } },
|
|
21300
|
-
polymorphicDiscriminator:
|
|
21553
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21301
21554
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { subjectBeginsWith: {
|
|
21302
21555
|
serializedName: "typeProperties.subjectBeginsWith",
|
|
21303
21556
|
type: {
|
|
@@ -21357,9 +21610,9 @@ export const AzureTableSource = {
|
|
|
21357
21610
|
type: {
|
|
21358
21611
|
name: "Composite",
|
|
21359
21612
|
className: "AzureTableSource",
|
|
21360
|
-
uberParent: "
|
|
21613
|
+
uberParent: "TabularSource",
|
|
21361
21614
|
additionalProperties: { type: { name: "Object" } },
|
|
21362
|
-
polymorphicDiscriminator:
|
|
21615
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21363
21616
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { azureTableSourceQuery: {
|
|
21364
21617
|
serializedName: "azureTableSourceQuery",
|
|
21365
21618
|
type: {
|
|
@@ -21378,9 +21631,9 @@ export const InformixSource = {
|
|
|
21378
21631
|
type: {
|
|
21379
21632
|
name: "Composite",
|
|
21380
21633
|
className: "InformixSource",
|
|
21381
|
-
uberParent: "
|
|
21634
|
+
uberParent: "TabularSource",
|
|
21382
21635
|
additionalProperties: { type: { name: "Object" } },
|
|
21383
|
-
polymorphicDiscriminator:
|
|
21636
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21384
21637
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21385
21638
|
serializedName: "query",
|
|
21386
21639
|
type: {
|
|
@@ -21394,9 +21647,9 @@ export const Db2Source = {
|
|
|
21394
21647
|
type: {
|
|
21395
21648
|
name: "Composite",
|
|
21396
21649
|
className: "Db2Source",
|
|
21397
|
-
uberParent: "
|
|
21650
|
+
uberParent: "TabularSource",
|
|
21398
21651
|
additionalProperties: { type: { name: "Object" } },
|
|
21399
|
-
polymorphicDiscriminator:
|
|
21652
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21400
21653
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21401
21654
|
serializedName: "query",
|
|
21402
21655
|
type: {
|
|
@@ -21410,9 +21663,9 @@ export const OdbcSource = {
|
|
|
21410
21663
|
type: {
|
|
21411
21664
|
name: "Composite",
|
|
21412
21665
|
className: "OdbcSource",
|
|
21413
|
-
uberParent: "
|
|
21666
|
+
uberParent: "TabularSource",
|
|
21414
21667
|
additionalProperties: { type: { name: "Object" } },
|
|
21415
|
-
polymorphicDiscriminator:
|
|
21668
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21416
21669
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21417
21670
|
serializedName: "query",
|
|
21418
21671
|
type: {
|
|
@@ -21426,9 +21679,9 @@ export const MySqlSource = {
|
|
|
21426
21679
|
type: {
|
|
21427
21680
|
name: "Composite",
|
|
21428
21681
|
className: "MySqlSource",
|
|
21429
|
-
uberParent: "
|
|
21682
|
+
uberParent: "TabularSource",
|
|
21430
21683
|
additionalProperties: { type: { name: "Object" } },
|
|
21431
|
-
polymorphicDiscriminator:
|
|
21684
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21432
21685
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21433
21686
|
serializedName: "query",
|
|
21434
21687
|
type: {
|
|
@@ -21442,9 +21695,9 @@ export const PostgreSqlSource = {
|
|
|
21442
21695
|
type: {
|
|
21443
21696
|
name: "Composite",
|
|
21444
21697
|
className: "PostgreSqlSource",
|
|
21445
|
-
uberParent: "
|
|
21698
|
+
uberParent: "TabularSource",
|
|
21446
21699
|
additionalProperties: { type: { name: "Object" } },
|
|
21447
|
-
polymorphicDiscriminator:
|
|
21700
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21448
21701
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21449
21702
|
serializedName: "query",
|
|
21450
21703
|
type: {
|
|
@@ -21458,9 +21711,9 @@ export const SybaseSource = {
|
|
|
21458
21711
|
type: {
|
|
21459
21712
|
name: "Composite",
|
|
21460
21713
|
className: "SybaseSource",
|
|
21461
|
-
uberParent: "
|
|
21714
|
+
uberParent: "TabularSource",
|
|
21462
21715
|
additionalProperties: { type: { name: "Object" } },
|
|
21463
|
-
polymorphicDiscriminator:
|
|
21716
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21464
21717
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21465
21718
|
serializedName: "query",
|
|
21466
21719
|
type: {
|
|
@@ -21474,9 +21727,9 @@ export const SapBwSource = {
|
|
|
21474
21727
|
type: {
|
|
21475
21728
|
name: "Composite",
|
|
21476
21729
|
className: "SapBwSource",
|
|
21477
|
-
uberParent: "
|
|
21730
|
+
uberParent: "TabularSource",
|
|
21478
21731
|
additionalProperties: { type: { name: "Object" } },
|
|
21479
|
-
polymorphicDiscriminator:
|
|
21732
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21480
21733
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21481
21734
|
serializedName: "query",
|
|
21482
21735
|
type: {
|
|
@@ -21490,9 +21743,9 @@ export const SalesforceSource = {
|
|
|
21490
21743
|
type: {
|
|
21491
21744
|
name: "Composite",
|
|
21492
21745
|
className: "SalesforceSource",
|
|
21493
|
-
uberParent: "
|
|
21746
|
+
uberParent: "TabularSource",
|
|
21494
21747
|
additionalProperties: { type: { name: "Object" } },
|
|
21495
|
-
polymorphicDiscriminator:
|
|
21748
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21496
21749
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21497
21750
|
serializedName: "query",
|
|
21498
21751
|
type: {
|
|
@@ -21511,9 +21764,9 @@ export const SapCloudForCustomerSource = {
|
|
|
21511
21764
|
type: {
|
|
21512
21765
|
name: "Composite",
|
|
21513
21766
|
className: "SapCloudForCustomerSource",
|
|
21514
|
-
uberParent: "
|
|
21767
|
+
uberParent: "TabularSource",
|
|
21515
21768
|
additionalProperties: { type: { name: "Object" } },
|
|
21516
|
-
polymorphicDiscriminator:
|
|
21769
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21517
21770
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21518
21771
|
serializedName: "query",
|
|
21519
21772
|
type: {
|
|
@@ -21532,9 +21785,9 @@ export const SapEccSource = {
|
|
|
21532
21785
|
type: {
|
|
21533
21786
|
name: "Composite",
|
|
21534
21787
|
className: "SapEccSource",
|
|
21535
|
-
uberParent: "
|
|
21788
|
+
uberParent: "TabularSource",
|
|
21536
21789
|
additionalProperties: { type: { name: "Object" } },
|
|
21537
|
-
polymorphicDiscriminator:
|
|
21790
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21538
21791
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21539
21792
|
serializedName: "query",
|
|
21540
21793
|
type: {
|
|
@@ -21553,9 +21806,9 @@ export const SapHanaSource = {
|
|
|
21553
21806
|
type: {
|
|
21554
21807
|
name: "Composite",
|
|
21555
21808
|
className: "SapHanaSource",
|
|
21556
|
-
uberParent: "
|
|
21809
|
+
uberParent: "TabularSource",
|
|
21557
21810
|
additionalProperties: { type: { name: "Object" } },
|
|
21558
|
-
polymorphicDiscriminator:
|
|
21811
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21559
21812
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21560
21813
|
serializedName: "query",
|
|
21561
21814
|
type: {
|
|
@@ -21585,9 +21838,9 @@ export const SapOpenHubSource = {
|
|
|
21585
21838
|
type: {
|
|
21586
21839
|
name: "Composite",
|
|
21587
21840
|
className: "SapOpenHubSource",
|
|
21588
|
-
uberParent: "
|
|
21841
|
+
uberParent: "TabularSource",
|
|
21589
21842
|
additionalProperties: { type: { name: "Object" } },
|
|
21590
|
-
polymorphicDiscriminator:
|
|
21843
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21591
21844
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { excludeLastRequest: {
|
|
21592
21845
|
serializedName: "excludeLastRequest",
|
|
21593
21846
|
type: {
|
|
@@ -21616,9 +21869,9 @@ export const SapOdpSource = {
|
|
|
21616
21869
|
type: {
|
|
21617
21870
|
name: "Composite",
|
|
21618
21871
|
className: "SapOdpSource",
|
|
21619
|
-
uberParent: "
|
|
21872
|
+
uberParent: "TabularSource",
|
|
21620
21873
|
additionalProperties: { type: { name: "Object" } },
|
|
21621
|
-
polymorphicDiscriminator:
|
|
21874
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21622
21875
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { extractionMode: {
|
|
21623
21876
|
serializedName: "extractionMode",
|
|
21624
21877
|
type: {
|
|
@@ -21647,9 +21900,9 @@ export const SapTableSource = {
|
|
|
21647
21900
|
type: {
|
|
21648
21901
|
name: "Composite",
|
|
21649
21902
|
className: "SapTableSource",
|
|
21650
|
-
uberParent: "
|
|
21903
|
+
uberParent: "TabularSource",
|
|
21651
21904
|
additionalProperties: { type: { name: "Object" } },
|
|
21652
|
-
polymorphicDiscriminator:
|
|
21905
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21653
21906
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { rowCount: {
|
|
21654
21907
|
serializedName: "rowCount",
|
|
21655
21908
|
type: {
|
|
@@ -21704,9 +21957,9 @@ export const SqlSource = {
|
|
|
21704
21957
|
type: {
|
|
21705
21958
|
name: "Composite",
|
|
21706
21959
|
className: "SqlSource",
|
|
21707
|
-
uberParent: "
|
|
21960
|
+
uberParent: "TabularSource",
|
|
21708
21961
|
additionalProperties: { type: { name: "Object" } },
|
|
21709
|
-
polymorphicDiscriminator:
|
|
21962
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21710
21963
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21711
21964
|
serializedName: "sqlReaderQuery",
|
|
21712
21965
|
type: {
|
|
@@ -21749,9 +22002,9 @@ export const SqlServerSource = {
|
|
|
21749
22002
|
type: {
|
|
21750
22003
|
name: "Composite",
|
|
21751
22004
|
className: "SqlServerSource",
|
|
21752
|
-
uberParent: "
|
|
22005
|
+
uberParent: "TabularSource",
|
|
21753
22006
|
additionalProperties: { type: { name: "Object" } },
|
|
21754
|
-
polymorphicDiscriminator:
|
|
22007
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21755
22008
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21756
22009
|
serializedName: "sqlReaderQuery",
|
|
21757
22010
|
type: {
|
|
@@ -21794,9 +22047,9 @@ export const AmazonRdsForSqlServerSource = {
|
|
|
21794
22047
|
type: {
|
|
21795
22048
|
name: "Composite",
|
|
21796
22049
|
className: "AmazonRdsForSqlServerSource",
|
|
21797
|
-
uberParent: "
|
|
22050
|
+
uberParent: "TabularSource",
|
|
21798
22051
|
additionalProperties: { type: { name: "Object" } },
|
|
21799
|
-
polymorphicDiscriminator:
|
|
22052
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21800
22053
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21801
22054
|
serializedName: "sqlReaderQuery",
|
|
21802
22055
|
type: {
|
|
@@ -21839,9 +22092,9 @@ export const AzureSqlSource = {
|
|
|
21839
22092
|
type: {
|
|
21840
22093
|
name: "Composite",
|
|
21841
22094
|
className: "AzureSqlSource",
|
|
21842
|
-
uberParent: "
|
|
22095
|
+
uberParent: "TabularSource",
|
|
21843
22096
|
additionalProperties: { type: { name: "Object" } },
|
|
21844
|
-
polymorphicDiscriminator:
|
|
22097
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21845
22098
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21846
22099
|
serializedName: "sqlReaderQuery",
|
|
21847
22100
|
type: {
|
|
@@ -21884,9 +22137,9 @@ export const SqlMISource = {
|
|
|
21884
22137
|
type: {
|
|
21885
22138
|
name: "Composite",
|
|
21886
22139
|
className: "SqlMISource",
|
|
21887
|
-
uberParent: "
|
|
22140
|
+
uberParent: "TabularSource",
|
|
21888
22141
|
additionalProperties: { type: { name: "Object" } },
|
|
21889
|
-
polymorphicDiscriminator:
|
|
22142
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21890
22143
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21891
22144
|
serializedName: "sqlReaderQuery",
|
|
21892
22145
|
type: {
|
|
@@ -21929,9 +22182,9 @@ export const SqlDWSource = {
|
|
|
21929
22182
|
type: {
|
|
21930
22183
|
name: "Composite",
|
|
21931
22184
|
className: "SqlDWSource",
|
|
21932
|
-
uberParent: "
|
|
22185
|
+
uberParent: "TabularSource",
|
|
21933
22186
|
additionalProperties: { type: { name: "Object" } },
|
|
21934
|
-
polymorphicDiscriminator:
|
|
22187
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21935
22188
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21936
22189
|
serializedName: "sqlReaderQuery",
|
|
21937
22190
|
type: {
|
|
@@ -21966,9 +22219,9 @@ export const AzureMySqlSource = {
|
|
|
21966
22219
|
type: {
|
|
21967
22220
|
name: "Composite",
|
|
21968
22221
|
className: "AzureMySqlSource",
|
|
21969
|
-
uberParent: "
|
|
22222
|
+
uberParent: "TabularSource",
|
|
21970
22223
|
additionalProperties: { type: { name: "Object" } },
|
|
21971
|
-
polymorphicDiscriminator:
|
|
22224
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21972
22225
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21973
22226
|
serializedName: "query",
|
|
21974
22227
|
type: {
|
|
@@ -21982,9 +22235,9 @@ export const TeradataSource = {
|
|
|
21982
22235
|
type: {
|
|
21983
22236
|
name: "Composite",
|
|
21984
22237
|
className: "TeradataSource",
|
|
21985
|
-
uberParent: "
|
|
22238
|
+
uberParent: "TabularSource",
|
|
21986
22239
|
additionalProperties: { type: { name: "Object" } },
|
|
21987
|
-
polymorphicDiscriminator:
|
|
22240
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21988
22241
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21989
22242
|
serializedName: "query",
|
|
21990
22243
|
type: {
|
|
@@ -22009,9 +22262,9 @@ export const CassandraSource = {
|
|
|
22009
22262
|
type: {
|
|
22010
22263
|
name: "Composite",
|
|
22011
22264
|
className: "CassandraSource",
|
|
22012
|
-
uberParent: "
|
|
22265
|
+
uberParent: "TabularSource",
|
|
22013
22266
|
additionalProperties: { type: { name: "Object" } },
|
|
22014
|
-
polymorphicDiscriminator:
|
|
22267
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22015
22268
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22016
22269
|
serializedName: "query",
|
|
22017
22270
|
type: {
|
|
@@ -22030,9 +22283,9 @@ export const AmazonMWSSource = {
|
|
|
22030
22283
|
type: {
|
|
22031
22284
|
name: "Composite",
|
|
22032
22285
|
className: "AmazonMWSSource",
|
|
22033
|
-
uberParent: "
|
|
22286
|
+
uberParent: "TabularSource",
|
|
22034
22287
|
additionalProperties: { type: { name: "Object" } },
|
|
22035
|
-
polymorphicDiscriminator:
|
|
22288
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22036
22289
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22037
22290
|
serializedName: "query",
|
|
22038
22291
|
type: {
|
|
@@ -22046,9 +22299,9 @@ export const AzurePostgreSqlSource = {
|
|
|
22046
22299
|
type: {
|
|
22047
22300
|
name: "Composite",
|
|
22048
22301
|
className: "AzurePostgreSqlSource",
|
|
22049
|
-
uberParent: "
|
|
22302
|
+
uberParent: "TabularSource",
|
|
22050
22303
|
additionalProperties: { type: { name: "Object" } },
|
|
22051
|
-
polymorphicDiscriminator:
|
|
22304
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22052
22305
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22053
22306
|
serializedName: "query",
|
|
22054
22307
|
type: {
|
|
@@ -22062,9 +22315,9 @@ export const ConcurSource = {
|
|
|
22062
22315
|
type: {
|
|
22063
22316
|
name: "Composite",
|
|
22064
22317
|
className: "ConcurSource",
|
|
22065
|
-
uberParent: "
|
|
22318
|
+
uberParent: "TabularSource",
|
|
22066
22319
|
additionalProperties: { type: { name: "Object" } },
|
|
22067
|
-
polymorphicDiscriminator:
|
|
22320
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22068
22321
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22069
22322
|
serializedName: "query",
|
|
22070
22323
|
type: {
|
|
@@ -22078,9 +22331,9 @@ export const CouchbaseSource = {
|
|
|
22078
22331
|
type: {
|
|
22079
22332
|
name: "Composite",
|
|
22080
22333
|
className: "CouchbaseSource",
|
|
22081
|
-
uberParent: "
|
|
22334
|
+
uberParent: "TabularSource",
|
|
22082
22335
|
additionalProperties: { type: { name: "Object" } },
|
|
22083
|
-
polymorphicDiscriminator:
|
|
22336
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22084
22337
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22085
22338
|
serializedName: "query",
|
|
22086
22339
|
type: {
|
|
@@ -22094,9 +22347,9 @@ export const DrillSource = {
|
|
|
22094
22347
|
type: {
|
|
22095
22348
|
name: "Composite",
|
|
22096
22349
|
className: "DrillSource",
|
|
22097
|
-
uberParent: "
|
|
22350
|
+
uberParent: "TabularSource",
|
|
22098
22351
|
additionalProperties: { type: { name: "Object" } },
|
|
22099
|
-
polymorphicDiscriminator:
|
|
22352
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22100
22353
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22101
22354
|
serializedName: "query",
|
|
22102
22355
|
type: {
|
|
@@ -22110,9 +22363,9 @@ export const EloquaSource = {
|
|
|
22110
22363
|
type: {
|
|
22111
22364
|
name: "Composite",
|
|
22112
22365
|
className: "EloquaSource",
|
|
22113
|
-
uberParent: "
|
|
22366
|
+
uberParent: "TabularSource",
|
|
22114
22367
|
additionalProperties: { type: { name: "Object" } },
|
|
22115
|
-
polymorphicDiscriminator:
|
|
22368
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22116
22369
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22117
22370
|
serializedName: "query",
|
|
22118
22371
|
type: {
|
|
@@ -22126,9 +22379,9 @@ export const GoogleBigQuerySource = {
|
|
|
22126
22379
|
type: {
|
|
22127
22380
|
name: "Composite",
|
|
22128
22381
|
className: "GoogleBigQuerySource",
|
|
22129
|
-
uberParent: "
|
|
22382
|
+
uberParent: "TabularSource",
|
|
22130
22383
|
additionalProperties: { type: { name: "Object" } },
|
|
22131
|
-
polymorphicDiscriminator:
|
|
22384
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22132
22385
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22133
22386
|
serializedName: "query",
|
|
22134
22387
|
type: {
|
|
@@ -22142,9 +22395,9 @@ export const GreenplumSource = {
|
|
|
22142
22395
|
type: {
|
|
22143
22396
|
name: "Composite",
|
|
22144
22397
|
className: "GreenplumSource",
|
|
22145
|
-
uberParent: "
|
|
22398
|
+
uberParent: "TabularSource",
|
|
22146
22399
|
additionalProperties: { type: { name: "Object" } },
|
|
22147
|
-
polymorphicDiscriminator:
|
|
22400
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22148
22401
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22149
22402
|
serializedName: "query",
|
|
22150
22403
|
type: {
|
|
@@ -22158,9 +22411,9 @@ export const HBaseSource = {
|
|
|
22158
22411
|
type: {
|
|
22159
22412
|
name: "Composite",
|
|
22160
22413
|
className: "HBaseSource",
|
|
22161
|
-
uberParent: "
|
|
22414
|
+
uberParent: "TabularSource",
|
|
22162
22415
|
additionalProperties: { type: { name: "Object" } },
|
|
22163
|
-
polymorphicDiscriminator:
|
|
22416
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22164
22417
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22165
22418
|
serializedName: "query",
|
|
22166
22419
|
type: {
|
|
@@ -22174,9 +22427,9 @@ export const HiveSource = {
|
|
|
22174
22427
|
type: {
|
|
22175
22428
|
name: "Composite",
|
|
22176
22429
|
className: "HiveSource",
|
|
22177
|
-
uberParent: "
|
|
22430
|
+
uberParent: "TabularSource",
|
|
22178
22431
|
additionalProperties: { type: { name: "Object" } },
|
|
22179
|
-
polymorphicDiscriminator:
|
|
22432
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22180
22433
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22181
22434
|
serializedName: "query",
|
|
22182
22435
|
type: {
|
|
@@ -22190,9 +22443,9 @@ export const HubspotSource = {
|
|
|
22190
22443
|
type: {
|
|
22191
22444
|
name: "Composite",
|
|
22192
22445
|
className: "HubspotSource",
|
|
22193
|
-
uberParent: "
|
|
22446
|
+
uberParent: "TabularSource",
|
|
22194
22447
|
additionalProperties: { type: { name: "Object" } },
|
|
22195
|
-
polymorphicDiscriminator:
|
|
22448
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22196
22449
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22197
22450
|
serializedName: "query",
|
|
22198
22451
|
type: {
|
|
@@ -22206,9 +22459,9 @@ export const ImpalaSource = {
|
|
|
22206
22459
|
type: {
|
|
22207
22460
|
name: "Composite",
|
|
22208
22461
|
className: "ImpalaSource",
|
|
22209
|
-
uberParent: "
|
|
22462
|
+
uberParent: "TabularSource",
|
|
22210
22463
|
additionalProperties: { type: { name: "Object" } },
|
|
22211
|
-
polymorphicDiscriminator:
|
|
22464
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22212
22465
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22213
22466
|
serializedName: "query",
|
|
22214
22467
|
type: {
|
|
@@ -22222,9 +22475,9 @@ export const JiraSource = {
|
|
|
22222
22475
|
type: {
|
|
22223
22476
|
name: "Composite",
|
|
22224
22477
|
className: "JiraSource",
|
|
22225
|
-
uberParent: "
|
|
22478
|
+
uberParent: "TabularSource",
|
|
22226
22479
|
additionalProperties: { type: { name: "Object" } },
|
|
22227
|
-
polymorphicDiscriminator:
|
|
22480
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22228
22481
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22229
22482
|
serializedName: "query",
|
|
22230
22483
|
type: {
|
|
@@ -22238,9 +22491,9 @@ export const MagentoSource = {
|
|
|
22238
22491
|
type: {
|
|
22239
22492
|
name: "Composite",
|
|
22240
22493
|
className: "MagentoSource",
|
|
22241
|
-
uberParent: "
|
|
22494
|
+
uberParent: "TabularSource",
|
|
22242
22495
|
additionalProperties: { type: { name: "Object" } },
|
|
22243
|
-
polymorphicDiscriminator:
|
|
22496
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22244
22497
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22245
22498
|
serializedName: "query",
|
|
22246
22499
|
type: {
|
|
@@ -22254,9 +22507,9 @@ export const MariaDBSource = {
|
|
|
22254
22507
|
type: {
|
|
22255
22508
|
name: "Composite",
|
|
22256
22509
|
className: "MariaDBSource",
|
|
22257
|
-
uberParent: "
|
|
22510
|
+
uberParent: "TabularSource",
|
|
22258
22511
|
additionalProperties: { type: { name: "Object" } },
|
|
22259
|
-
polymorphicDiscriminator:
|
|
22512
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22260
22513
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22261
22514
|
serializedName: "query",
|
|
22262
22515
|
type: {
|
|
@@ -22270,9 +22523,9 @@ export const AzureMariaDBSource = {
|
|
|
22270
22523
|
type: {
|
|
22271
22524
|
name: "Composite",
|
|
22272
22525
|
className: "AzureMariaDBSource",
|
|
22273
|
-
uberParent: "
|
|
22526
|
+
uberParent: "TabularSource",
|
|
22274
22527
|
additionalProperties: { type: { name: "Object" } },
|
|
22275
|
-
polymorphicDiscriminator:
|
|
22528
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22276
22529
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22277
22530
|
serializedName: "query",
|
|
22278
22531
|
type: {
|
|
@@ -22286,9 +22539,9 @@ export const MarketoSource = {
|
|
|
22286
22539
|
type: {
|
|
22287
22540
|
name: "Composite",
|
|
22288
22541
|
className: "MarketoSource",
|
|
22289
|
-
uberParent: "
|
|
22542
|
+
uberParent: "TabularSource",
|
|
22290
22543
|
additionalProperties: { type: { name: "Object" } },
|
|
22291
|
-
polymorphicDiscriminator:
|
|
22544
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22292
22545
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22293
22546
|
serializedName: "query",
|
|
22294
22547
|
type: {
|
|
@@ -22302,9 +22555,9 @@ export const PaypalSource = {
|
|
|
22302
22555
|
type: {
|
|
22303
22556
|
name: "Composite",
|
|
22304
22557
|
className: "PaypalSource",
|
|
22305
|
-
uberParent: "
|
|
22558
|
+
uberParent: "TabularSource",
|
|
22306
22559
|
additionalProperties: { type: { name: "Object" } },
|
|
22307
|
-
polymorphicDiscriminator:
|
|
22560
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22308
22561
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22309
22562
|
serializedName: "query",
|
|
22310
22563
|
type: {
|
|
@@ -22318,9 +22571,9 @@ export const PhoenixSource = {
|
|
|
22318
22571
|
type: {
|
|
22319
22572
|
name: "Composite",
|
|
22320
22573
|
className: "PhoenixSource",
|
|
22321
|
-
uberParent: "
|
|
22574
|
+
uberParent: "TabularSource",
|
|
22322
22575
|
additionalProperties: { type: { name: "Object" } },
|
|
22323
|
-
polymorphicDiscriminator:
|
|
22576
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22324
22577
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22325
22578
|
serializedName: "query",
|
|
22326
22579
|
type: {
|
|
@@ -22334,9 +22587,9 @@ export const PrestoSource = {
|
|
|
22334
22587
|
type: {
|
|
22335
22588
|
name: "Composite",
|
|
22336
22589
|
className: "PrestoSource",
|
|
22337
|
-
uberParent: "
|
|
22590
|
+
uberParent: "TabularSource",
|
|
22338
22591
|
additionalProperties: { type: { name: "Object" } },
|
|
22339
|
-
polymorphicDiscriminator:
|
|
22592
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22340
22593
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22341
22594
|
serializedName: "query",
|
|
22342
22595
|
type: {
|
|
@@ -22350,9 +22603,9 @@ export const QuickBooksSource = {
|
|
|
22350
22603
|
type: {
|
|
22351
22604
|
name: "Composite",
|
|
22352
22605
|
className: "QuickBooksSource",
|
|
22353
|
-
uberParent: "
|
|
22606
|
+
uberParent: "TabularSource",
|
|
22354
22607
|
additionalProperties: { type: { name: "Object" } },
|
|
22355
|
-
polymorphicDiscriminator:
|
|
22608
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22356
22609
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22357
22610
|
serializedName: "query",
|
|
22358
22611
|
type: {
|
|
@@ -22366,9 +22619,9 @@ export const ServiceNowSource = {
|
|
|
22366
22619
|
type: {
|
|
22367
22620
|
name: "Composite",
|
|
22368
22621
|
className: "ServiceNowSource",
|
|
22369
|
-
uberParent: "
|
|
22622
|
+
uberParent: "TabularSource",
|
|
22370
22623
|
additionalProperties: { type: { name: "Object" } },
|
|
22371
|
-
polymorphicDiscriminator:
|
|
22624
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22372
22625
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22373
22626
|
serializedName: "query",
|
|
22374
22627
|
type: {
|
|
@@ -22382,9 +22635,9 @@ export const ShopifySource = {
|
|
|
22382
22635
|
type: {
|
|
22383
22636
|
name: "Composite",
|
|
22384
22637
|
className: "ShopifySource",
|
|
22385
|
-
uberParent: "
|
|
22638
|
+
uberParent: "TabularSource",
|
|
22386
22639
|
additionalProperties: { type: { name: "Object" } },
|
|
22387
|
-
polymorphicDiscriminator:
|
|
22640
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22388
22641
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22389
22642
|
serializedName: "query",
|
|
22390
22643
|
type: {
|
|
@@ -22398,9 +22651,9 @@ export const SparkSource = {
|
|
|
22398
22651
|
type: {
|
|
22399
22652
|
name: "Composite",
|
|
22400
22653
|
className: "SparkSource",
|
|
22401
|
-
uberParent: "
|
|
22654
|
+
uberParent: "TabularSource",
|
|
22402
22655
|
additionalProperties: { type: { name: "Object" } },
|
|
22403
|
-
polymorphicDiscriminator:
|
|
22656
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22404
22657
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22405
22658
|
serializedName: "query",
|
|
22406
22659
|
type: {
|
|
@@ -22414,9 +22667,9 @@ export const SquareSource = {
|
|
|
22414
22667
|
type: {
|
|
22415
22668
|
name: "Composite",
|
|
22416
22669
|
className: "SquareSource",
|
|
22417
|
-
uberParent: "
|
|
22670
|
+
uberParent: "TabularSource",
|
|
22418
22671
|
additionalProperties: { type: { name: "Object" } },
|
|
22419
|
-
polymorphicDiscriminator:
|
|
22672
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22420
22673
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22421
22674
|
serializedName: "query",
|
|
22422
22675
|
type: {
|
|
@@ -22430,9 +22683,9 @@ export const XeroSource = {
|
|
|
22430
22683
|
type: {
|
|
22431
22684
|
name: "Composite",
|
|
22432
22685
|
className: "XeroSource",
|
|
22433
|
-
uberParent: "
|
|
22686
|
+
uberParent: "TabularSource",
|
|
22434
22687
|
additionalProperties: { type: { name: "Object" } },
|
|
22435
|
-
polymorphicDiscriminator:
|
|
22688
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22436
22689
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22437
22690
|
serializedName: "query",
|
|
22438
22691
|
type: {
|
|
@@ -22446,9 +22699,9 @@ export const ZohoSource = {
|
|
|
22446
22699
|
type: {
|
|
22447
22700
|
name: "Composite",
|
|
22448
22701
|
className: "ZohoSource",
|
|
22449
|
-
uberParent: "
|
|
22702
|
+
uberParent: "TabularSource",
|
|
22450
22703
|
additionalProperties: { type: { name: "Object" } },
|
|
22451
|
-
polymorphicDiscriminator:
|
|
22704
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22452
22705
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22453
22706
|
serializedName: "query",
|
|
22454
22707
|
type: {
|
|
@@ -22462,9 +22715,9 @@ export const NetezzaSource = {
|
|
|
22462
22715
|
type: {
|
|
22463
22716
|
name: "Composite",
|
|
22464
22717
|
className: "NetezzaSource",
|
|
22465
|
-
uberParent: "
|
|
22718
|
+
uberParent: "TabularSource",
|
|
22466
22719
|
additionalProperties: { type: { name: "Object" } },
|
|
22467
|
-
polymorphicDiscriminator:
|
|
22720
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22468
22721
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22469
22722
|
serializedName: "query",
|
|
22470
22723
|
type: {
|
|
@@ -22489,9 +22742,9 @@ export const VerticaSource = {
|
|
|
22489
22742
|
type: {
|
|
22490
22743
|
name: "Composite",
|
|
22491
22744
|
className: "VerticaSource",
|
|
22492
|
-
uberParent: "
|
|
22745
|
+
uberParent: "TabularSource",
|
|
22493
22746
|
additionalProperties: { type: { name: "Object" } },
|
|
22494
|
-
polymorphicDiscriminator:
|
|
22747
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22495
22748
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22496
22749
|
serializedName: "query",
|
|
22497
22750
|
type: {
|
|
@@ -22505,9 +22758,9 @@ export const SalesforceMarketingCloudSource = {
|
|
|
22505
22758
|
type: {
|
|
22506
22759
|
name: "Composite",
|
|
22507
22760
|
className: "SalesforceMarketingCloudSource",
|
|
22508
|
-
uberParent: "
|
|
22761
|
+
uberParent: "TabularSource",
|
|
22509
22762
|
additionalProperties: { type: { name: "Object" } },
|
|
22510
|
-
polymorphicDiscriminator:
|
|
22763
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22511
22764
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22512
22765
|
serializedName: "query",
|
|
22513
22766
|
type: {
|
|
@@ -22521,9 +22774,9 @@ export const ResponsysSource = {
|
|
|
22521
22774
|
type: {
|
|
22522
22775
|
name: "Composite",
|
|
22523
22776
|
className: "ResponsysSource",
|
|
22524
|
-
uberParent: "
|
|
22777
|
+
uberParent: "TabularSource",
|
|
22525
22778
|
additionalProperties: { type: { name: "Object" } },
|
|
22526
|
-
polymorphicDiscriminator:
|
|
22779
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22527
22780
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22528
22781
|
serializedName: "query",
|
|
22529
22782
|
type: {
|
|
@@ -22537,9 +22790,9 @@ export const DynamicsAXSource = {
|
|
|
22537
22790
|
type: {
|
|
22538
22791
|
name: "Composite",
|
|
22539
22792
|
className: "DynamicsAXSource",
|
|
22540
|
-
uberParent: "
|
|
22793
|
+
uberParent: "TabularSource",
|
|
22541
22794
|
additionalProperties: { type: { name: "Object" } },
|
|
22542
|
-
polymorphicDiscriminator:
|
|
22795
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22543
22796
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22544
22797
|
serializedName: "query",
|
|
22545
22798
|
type: {
|
|
@@ -22558,9 +22811,9 @@ export const OracleServiceCloudSource = {
|
|
|
22558
22811
|
type: {
|
|
22559
22812
|
name: "Composite",
|
|
22560
22813
|
className: "OracleServiceCloudSource",
|
|
22561
|
-
uberParent: "
|
|
22814
|
+
uberParent: "TabularSource",
|
|
22562
22815
|
additionalProperties: { type: { name: "Object" } },
|
|
22563
|
-
polymorphicDiscriminator:
|
|
22816
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22564
22817
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22565
22818
|
serializedName: "query",
|
|
22566
22819
|
type: {
|
|
@@ -22574,9 +22827,9 @@ export const GoogleAdWordsSource = {
|
|
|
22574
22827
|
type: {
|
|
22575
22828
|
name: "Composite",
|
|
22576
22829
|
className: "GoogleAdWordsSource",
|
|
22577
|
-
uberParent: "
|
|
22830
|
+
uberParent: "TabularSource",
|
|
22578
22831
|
additionalProperties: { type: { name: "Object" } },
|
|
22579
|
-
polymorphicDiscriminator:
|
|
22832
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22580
22833
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22581
22834
|
serializedName: "query",
|
|
22582
22835
|
type: {
|
|
@@ -22590,9 +22843,9 @@ export const AmazonRedshiftSource = {
|
|
|
22590
22843
|
type: {
|
|
22591
22844
|
name: "Composite",
|
|
22592
22845
|
className: "AmazonRedshiftSource",
|
|
22593
|
-
uberParent: "
|
|
22846
|
+
uberParent: "TabularSource",
|
|
22594
22847
|
additionalProperties: { type: { name: "Object" } },
|
|
22595
|
-
polymorphicDiscriminator:
|
|
22848
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22596
22849
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22597
22850
|
serializedName: "query",
|
|
22598
22851
|
type: {
|
|
@@ -22612,8 +22865,8 @@ export const TumblingWindowTriggerDependencyReference = {
|
|
|
22612
22865
|
type: {
|
|
22613
22866
|
name: "Composite",
|
|
22614
22867
|
className: "TumblingWindowTriggerDependencyReference",
|
|
22615
|
-
uberParent: "
|
|
22616
|
-
polymorphicDiscriminator:
|
|
22868
|
+
uberParent: "TriggerDependencyReference",
|
|
22869
|
+
polymorphicDiscriminator: TriggerDependencyReference.type.polymorphicDiscriminator,
|
|
22617
22870
|
modelProperties: Object.assign(Object.assign({}, TriggerDependencyReference.type.modelProperties), { offset: {
|
|
22618
22871
|
constraints: {
|
|
22619
22872
|
Pattern: new RegExp("-?((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))"),
|
|
@@ -22762,6 +23015,7 @@ export let discriminators = {
|
|
|
22762
23015
|
"LinkedService.AppFigures": AppFiguresLinkedService,
|
|
22763
23016
|
"LinkedService.Asana": AsanaLinkedService,
|
|
22764
23017
|
"LinkedService.Twilio": TwilioLinkedService,
|
|
23018
|
+
"LinkedService.GoogleSheets": GoogleSheetsLinkedService,
|
|
22765
23019
|
"LinkedService.AmazonS3": AmazonS3LinkedService,
|
|
22766
23020
|
"LinkedService.AmazonRedshift": AmazonRedshiftLinkedService,
|
|
22767
23021
|
"LinkedService.CustomDataSource": CustomDataSourceLinkedService,
|
|
@@ -22814,6 +23068,7 @@ export let discriminators = {
|
|
|
22814
23068
|
"LinkedService.AzureFunction": AzureFunctionLinkedService,
|
|
22815
23069
|
"LinkedService.Snowflake": SnowflakeLinkedService,
|
|
22816
23070
|
"LinkedService.SharePointOnlineList": SharePointOnlineListLinkedService,
|
|
23071
|
+
"LinkedService.AzureSynapseArtifacts": AzureSynapseArtifactsLinkedService,
|
|
22817
23072
|
"Dataset.AmazonS3Object": AmazonS3Dataset,
|
|
22818
23073
|
"Dataset.Avro": AvroDataset,
|
|
22819
23074
|
"Dataset.Excel": ExcelDataset,
|
|
@@ -23065,105 +23320,107 @@ export let discriminators = {
|
|
|
23065
23320
|
"CopyTranslator.TabularTranslator": TabularTranslator,
|
|
23066
23321
|
"DependencyReference.TriggerDependencyReference": TriggerDependencyReference,
|
|
23067
23322
|
"DependencyReference.SelfDependencyTumblingWindowTriggerReference": SelfDependencyTumblingWindowTriggerReference,
|
|
23068
|
-
"
|
|
23069
|
-
"
|
|
23070
|
-
"
|
|
23071
|
-
"
|
|
23072
|
-
"
|
|
23073
|
-
"
|
|
23074
|
-
"
|
|
23075
|
-
"
|
|
23076
|
-
"
|
|
23077
|
-
"
|
|
23078
|
-
"
|
|
23079
|
-
"
|
|
23080
|
-
"
|
|
23081
|
-
"
|
|
23082
|
-
"
|
|
23083
|
-
"
|
|
23084
|
-
"
|
|
23085
|
-
"
|
|
23086
|
-
"
|
|
23087
|
-
"
|
|
23088
|
-
"
|
|
23089
|
-
"
|
|
23090
|
-
"
|
|
23091
|
-
"
|
|
23092
|
-
"
|
|
23093
|
-
"
|
|
23094
|
-
"
|
|
23095
|
-
"
|
|
23096
|
-
"
|
|
23097
|
-
"
|
|
23098
|
-
"
|
|
23099
|
-
"
|
|
23100
|
-
"
|
|
23101
|
-
"
|
|
23102
|
-
"
|
|
23103
|
-
"
|
|
23104
|
-
"
|
|
23105
|
-
"
|
|
23106
|
-
"
|
|
23107
|
-
"
|
|
23108
|
-
"
|
|
23109
|
-
"
|
|
23110
|
-
"
|
|
23111
|
-
"
|
|
23112
|
-
"
|
|
23113
|
-
"
|
|
23114
|
-
"
|
|
23115
|
-
"
|
|
23116
|
-
"
|
|
23117
|
-
"
|
|
23118
|
-
"
|
|
23119
|
-
"
|
|
23120
|
-
"
|
|
23121
|
-
"
|
|
23122
|
-
"
|
|
23123
|
-
"
|
|
23124
|
-
"
|
|
23125
|
-
"
|
|
23126
|
-
"
|
|
23127
|
-
"
|
|
23128
|
-
"
|
|
23129
|
-
"
|
|
23130
|
-
"
|
|
23131
|
-
"
|
|
23132
|
-
"
|
|
23133
|
-
"
|
|
23134
|
-
"
|
|
23135
|
-
"
|
|
23136
|
-
"
|
|
23137
|
-
"
|
|
23138
|
-
"
|
|
23139
|
-
"
|
|
23140
|
-
"
|
|
23141
|
-
"
|
|
23142
|
-
"
|
|
23143
|
-
"
|
|
23144
|
-
"
|
|
23145
|
-
"
|
|
23146
|
-
"
|
|
23147
|
-
"
|
|
23148
|
-
"
|
|
23149
|
-
"
|
|
23150
|
-
"
|
|
23151
|
-
"
|
|
23152
|
-
"
|
|
23153
|
-
"
|
|
23154
|
-
"
|
|
23155
|
-
"
|
|
23156
|
-
"
|
|
23157
|
-
"
|
|
23158
|
-
"
|
|
23159
|
-
"
|
|
23160
|
-
"
|
|
23161
|
-
"
|
|
23162
|
-
"
|
|
23163
|
-
"
|
|
23164
|
-
"
|
|
23165
|
-
"
|
|
23166
|
-
"
|
|
23167
|
-
"
|
|
23323
|
+
"ControlActivity.ExecutePipeline": ExecutePipelineActivity,
|
|
23324
|
+
"ControlActivity.IfCondition": IfConditionActivity,
|
|
23325
|
+
"ControlActivity.Switch": SwitchActivity,
|
|
23326
|
+
"ControlActivity.ForEach": ForEachActivity,
|
|
23327
|
+
"ControlActivity.Wait": WaitActivity,
|
|
23328
|
+
"ControlActivity.Fail": FailActivity,
|
|
23329
|
+
"ControlActivity.Until": UntilActivity,
|
|
23330
|
+
"ControlActivity.Validation": ValidationActivity,
|
|
23331
|
+
"ControlActivity.Filter": FilterActivity,
|
|
23332
|
+
"ControlActivity.SetVariable": SetVariableActivity,
|
|
23333
|
+
"ControlActivity.AppendVariable": AppendVariableActivity,
|
|
23334
|
+
"ControlActivity.WebHook": WebHookActivity,
|
|
23335
|
+
"ExecutionActivity.Copy": CopyActivity,
|
|
23336
|
+
"ExecutionActivity.HDInsightHive": HDInsightHiveActivity,
|
|
23337
|
+
"ExecutionActivity.HDInsightPig": HDInsightPigActivity,
|
|
23338
|
+
"ExecutionActivity.HDInsightMapReduce": HDInsightMapReduceActivity,
|
|
23339
|
+
"ExecutionActivity.HDInsightStreaming": HDInsightStreamingActivity,
|
|
23340
|
+
"ExecutionActivity.HDInsightSpark": HDInsightSparkActivity,
|
|
23341
|
+
"ExecutionActivity.ExecuteSSISPackage": ExecuteSsisPackageActivity,
|
|
23342
|
+
"ExecutionActivity.Custom": CustomActivity,
|
|
23343
|
+
"ExecutionActivity.SqlServerStoredProcedure": SqlServerStoredProcedureActivity,
|
|
23344
|
+
"ExecutionActivity.Delete": DeleteActivity,
|
|
23345
|
+
"ExecutionActivity.AzureDataExplorerCommand": AzureDataExplorerCommandActivity,
|
|
23346
|
+
"ExecutionActivity.Lookup": LookupActivity,
|
|
23347
|
+
"ExecutionActivity.WebActivity": WebActivity,
|
|
23348
|
+
"ExecutionActivity.GetMetadata": GetMetadataActivity,
|
|
23349
|
+
"ExecutionActivity.AzureMLBatchExecution": AzureMLBatchExecutionActivity,
|
|
23350
|
+
"ExecutionActivity.AzureMLUpdateResource": AzureMLUpdateResourceActivity,
|
|
23351
|
+
"ExecutionActivity.AzureMLExecutePipeline": AzureMLExecutePipelineActivity,
|
|
23352
|
+
"ExecutionActivity.DataLakeAnalyticsU-SQL": DataLakeAnalyticsUsqlActivity,
|
|
23353
|
+
"ExecutionActivity.DatabricksNotebook": DatabricksNotebookActivity,
|
|
23354
|
+
"ExecutionActivity.DatabricksSparkJar": DatabricksSparkJarActivity,
|
|
23355
|
+
"ExecutionActivity.DatabricksSparkPython": DatabricksSparkPythonActivity,
|
|
23356
|
+
"ExecutionActivity.AzureFunctionActivity": AzureFunctionActivity,
|
|
23357
|
+
"ExecutionActivity.ExecuteDataFlow": ExecuteDataFlowActivity,
|
|
23358
|
+
"ExecutionActivity.Script": ScriptActivity,
|
|
23359
|
+
"ExecutionActivity.SynapseNotebook": SynapseNotebookActivity,
|
|
23360
|
+
"ExecutionActivity.SparkJob": SynapseSparkJobDefinitionActivity,
|
|
23361
|
+
"MultiplePipelineTrigger.ScheduleTrigger": ScheduleTrigger,
|
|
23362
|
+
"MultiplePipelineTrigger.BlobTrigger": BlobTrigger,
|
|
23363
|
+
"MultiplePipelineTrigger.BlobEventsTrigger": BlobEventsTrigger,
|
|
23364
|
+
"MultiplePipelineTrigger.CustomEventsTrigger": CustomEventsTrigger,
|
|
23365
|
+
"TabularSource.AzureTableSource": AzureTableSource,
|
|
23366
|
+
"TabularSource.InformixSource": InformixSource,
|
|
23367
|
+
"TabularSource.Db2Source": Db2Source,
|
|
23368
|
+
"TabularSource.OdbcSource": OdbcSource,
|
|
23369
|
+
"TabularSource.MySqlSource": MySqlSource,
|
|
23370
|
+
"TabularSource.PostgreSqlSource": PostgreSqlSource,
|
|
23371
|
+
"TabularSource.SybaseSource": SybaseSource,
|
|
23372
|
+
"TabularSource.SapBwSource": SapBwSource,
|
|
23373
|
+
"TabularSource.SalesforceSource": SalesforceSource,
|
|
23374
|
+
"TabularSource.SapCloudForCustomerSource": SapCloudForCustomerSource,
|
|
23375
|
+
"TabularSource.SapEccSource": SapEccSource,
|
|
23376
|
+
"TabularSource.SapHanaSource": SapHanaSource,
|
|
23377
|
+
"TabularSource.SapOpenHubSource": SapOpenHubSource,
|
|
23378
|
+
"TabularSource.SapOdpSource": SapOdpSource,
|
|
23379
|
+
"TabularSource.SapTableSource": SapTableSource,
|
|
23380
|
+
"TabularSource.SqlSource": SqlSource,
|
|
23381
|
+
"TabularSource.SqlServerSource": SqlServerSource,
|
|
23382
|
+
"TabularSource.AmazonRdsForSqlServerSource": AmazonRdsForSqlServerSource,
|
|
23383
|
+
"TabularSource.AzureSqlSource": AzureSqlSource,
|
|
23384
|
+
"TabularSource.SqlMISource": SqlMISource,
|
|
23385
|
+
"TabularSource.SqlDWSource": SqlDWSource,
|
|
23386
|
+
"TabularSource.AzureMySqlSource": AzureMySqlSource,
|
|
23387
|
+
"TabularSource.TeradataSource": TeradataSource,
|
|
23388
|
+
"TabularSource.CassandraSource": CassandraSource,
|
|
23389
|
+
"TabularSource.AmazonMWSSource": AmazonMWSSource,
|
|
23390
|
+
"TabularSource.AzurePostgreSqlSource": AzurePostgreSqlSource,
|
|
23391
|
+
"TabularSource.ConcurSource": ConcurSource,
|
|
23392
|
+
"TabularSource.CouchbaseSource": CouchbaseSource,
|
|
23393
|
+
"TabularSource.DrillSource": DrillSource,
|
|
23394
|
+
"TabularSource.EloquaSource": EloquaSource,
|
|
23395
|
+
"TabularSource.GoogleBigQuerySource": GoogleBigQuerySource,
|
|
23396
|
+
"TabularSource.GreenplumSource": GreenplumSource,
|
|
23397
|
+
"TabularSource.HBaseSource": HBaseSource,
|
|
23398
|
+
"TabularSource.HiveSource": HiveSource,
|
|
23399
|
+
"TabularSource.HubspotSource": HubspotSource,
|
|
23400
|
+
"TabularSource.ImpalaSource": ImpalaSource,
|
|
23401
|
+
"TabularSource.JiraSource": JiraSource,
|
|
23402
|
+
"TabularSource.MagentoSource": MagentoSource,
|
|
23403
|
+
"TabularSource.MariaDBSource": MariaDBSource,
|
|
23404
|
+
"TabularSource.AzureMariaDBSource": AzureMariaDBSource,
|
|
23405
|
+
"TabularSource.MarketoSource": MarketoSource,
|
|
23406
|
+
"TabularSource.PaypalSource": PaypalSource,
|
|
23407
|
+
"TabularSource.PhoenixSource": PhoenixSource,
|
|
23408
|
+
"TabularSource.PrestoSource": PrestoSource,
|
|
23409
|
+
"TabularSource.QuickBooksSource": QuickBooksSource,
|
|
23410
|
+
"TabularSource.ServiceNowSource": ServiceNowSource,
|
|
23411
|
+
"TabularSource.ShopifySource": ShopifySource,
|
|
23412
|
+
"TabularSource.SparkSource": SparkSource,
|
|
23413
|
+
"TabularSource.SquareSource": SquareSource,
|
|
23414
|
+
"TabularSource.XeroSource": XeroSource,
|
|
23415
|
+
"TabularSource.ZohoSource": ZohoSource,
|
|
23416
|
+
"TabularSource.NetezzaSource": NetezzaSource,
|
|
23417
|
+
"TabularSource.VerticaSource": VerticaSource,
|
|
23418
|
+
"TabularSource.SalesforceMarketingCloudSource": SalesforceMarketingCloudSource,
|
|
23419
|
+
"TabularSource.ResponsysSource": ResponsysSource,
|
|
23420
|
+
"TabularSource.DynamicsAXSource": DynamicsAXSource,
|
|
23421
|
+
"TabularSource.OracleServiceCloudSource": OracleServiceCloudSource,
|
|
23422
|
+
"TabularSource.GoogleAdWordsSource": GoogleAdWordsSource,
|
|
23423
|
+
"TabularSource.AmazonRedshiftSource": AmazonRedshiftSource,
|
|
23424
|
+
"TriggerDependencyReference.TumblingWindowTriggerDependencyReference": TumblingWindowTriggerDependencyReference
|
|
23168
23425
|
};
|
|
23169
23426
|
//# sourceMappingURL=mappers.js.map
|