@azure/synapse-artifacts 1.0.0-beta.11 → 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/dist/index.js +808 -469
- package/dist/index.js.map +1 -1
- package/dist-esm/src/artifactsClient.js +20 -15
- 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 +10 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.js +406 -308
- 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/dataFlowDebugSession.js +19 -8
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/dataFlowOperations.js +19 -8
- package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
- package/dist-esm/src/operations/datasetOperations.js +19 -8
- package/dist-esm/src/operations/datasetOperations.js.map +1 -1
- package/dist-esm/src/operations/kqlScripts.js +19 -8
- package/dist-esm/src/operations/kqlScripts.js.map +1 -1
- package/dist-esm/src/operations/library.js +19 -8
- package/dist-esm/src/operations/library.js.map +1 -1
- package/dist-esm/src/operations/linkConnectionOperations.js +102 -40
- package/dist-esm/src/operations/linkConnectionOperations.js.map +1 -1
- package/dist-esm/src/operations/linkedServiceOperations.js +19 -8
- package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
- package/dist-esm/src/operations/notebookOperations.js +37 -16
- package/dist-esm/src/operations/notebookOperations.js.map +1 -1
- package/dist-esm/src/operations/pipelineOperations.js +19 -8
- package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js +19 -8
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js +19 -8
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist-esm/src/operations/sqlScriptOperations.js +19 -8
- package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
- package/dist-esm/src/operations/triggerOperations.js +19 -8
- package/dist-esm/src/operations/triggerOperations.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 +1 -1
- package/dist-esm/src/tracing.js.map +1 -1
- package/package.json +5 -5
- package/types/synapse-artifacts.d.ts +118 -28
|
@@ -1916,7 +1916,7 @@ export const DataFlowStagingInfo = {
|
|
|
1916
1916
|
folderPath: {
|
|
1917
1917
|
serializedName: "folderPath",
|
|
1918
1918
|
type: {
|
|
1919
|
-
name: "
|
|
1919
|
+
name: "any"
|
|
1920
1920
|
}
|
|
1921
1921
|
}
|
|
1922
1922
|
}
|
|
@@ -7156,6 +7156,28 @@ export const ScriptActivityTypePropertiesLogSettings = {
|
|
|
7156
7156
|
}
|
|
7157
7157
|
}
|
|
7158
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
|
+
};
|
|
7159
7181
|
export const ScheduleTriggerRecurrence = {
|
|
7160
7182
|
type: {
|
|
7161
7183
|
name: "Composite",
|
|
@@ -12370,6 +12392,11 @@ export const RestServiceLinkedService = {
|
|
|
12370
12392
|
name: "Composite",
|
|
12371
12393
|
className: "SecretBase"
|
|
12372
12394
|
}
|
|
12395
|
+
}, authHeaders: {
|
|
12396
|
+
serializedName: "typeProperties.authHeaders",
|
|
12397
|
+
type: {
|
|
12398
|
+
name: "any"
|
|
12399
|
+
}
|
|
12373
12400
|
}, servicePrincipalId: {
|
|
12374
12401
|
serializedName: "typeProperties.servicePrincipalId",
|
|
12375
12402
|
type: {
|
|
@@ -15513,6 +15540,34 @@ export const AzureSynapseArtifactsLinkedService = {
|
|
|
15513
15540
|
type: {
|
|
15514
15541
|
name: "any"
|
|
15515
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
|
+
}
|
|
15516
15571
|
} })
|
|
15517
15572
|
}
|
|
15518
15573
|
};
|
|
@@ -19535,9 +19590,9 @@ export const ExecutePipelineActivity = {
|
|
|
19535
19590
|
type: {
|
|
19536
19591
|
name: "Composite",
|
|
19537
19592
|
className: "ExecutePipelineActivity",
|
|
19538
|
-
uberParent: "
|
|
19593
|
+
uberParent: "ControlActivity",
|
|
19539
19594
|
additionalProperties: { type: { name: "Object" } },
|
|
19540
|
-
polymorphicDiscriminator:
|
|
19595
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19541
19596
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { pipeline: {
|
|
19542
19597
|
serializedName: "typeProperties.pipeline",
|
|
19543
19598
|
type: {
|
|
@@ -19563,9 +19618,9 @@ export const IfConditionActivity = {
|
|
|
19563
19618
|
type: {
|
|
19564
19619
|
name: "Composite",
|
|
19565
19620
|
className: "IfConditionActivity",
|
|
19566
|
-
uberParent: "
|
|
19621
|
+
uberParent: "ControlActivity",
|
|
19567
19622
|
additionalProperties: { type: { name: "Object" } },
|
|
19568
|
-
polymorphicDiscriminator:
|
|
19623
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19569
19624
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { expression: {
|
|
19570
19625
|
serializedName: "typeProperties.expression",
|
|
19571
19626
|
type: {
|
|
@@ -19602,9 +19657,9 @@ export const SwitchActivity = {
|
|
|
19602
19657
|
type: {
|
|
19603
19658
|
name: "Composite",
|
|
19604
19659
|
className: "SwitchActivity",
|
|
19605
|
-
uberParent: "
|
|
19660
|
+
uberParent: "ControlActivity",
|
|
19606
19661
|
additionalProperties: { type: { name: "Object" } },
|
|
19607
|
-
polymorphicDiscriminator:
|
|
19662
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19608
19663
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { on: {
|
|
19609
19664
|
serializedName: "typeProperties.on",
|
|
19610
19665
|
type: {
|
|
@@ -19641,9 +19696,9 @@ export const ForEachActivity = {
|
|
|
19641
19696
|
type: {
|
|
19642
19697
|
name: "Composite",
|
|
19643
19698
|
className: "ForEachActivity",
|
|
19644
|
-
uberParent: "
|
|
19699
|
+
uberParent: "ControlActivity",
|
|
19645
19700
|
additionalProperties: { type: { name: "Object" } },
|
|
19646
|
-
polymorphicDiscriminator:
|
|
19701
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19647
19702
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { isSequential: {
|
|
19648
19703
|
serializedName: "typeProperties.isSequential",
|
|
19649
19704
|
type: {
|
|
@@ -19683,9 +19738,9 @@ export const WaitActivity = {
|
|
|
19683
19738
|
type: {
|
|
19684
19739
|
name: "Composite",
|
|
19685
19740
|
className: "WaitActivity",
|
|
19686
|
-
uberParent: "
|
|
19741
|
+
uberParent: "ControlActivity",
|
|
19687
19742
|
additionalProperties: { type: { name: "Object" } },
|
|
19688
|
-
polymorphicDiscriminator:
|
|
19743
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19689
19744
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { waitTimeInSeconds: {
|
|
19690
19745
|
serializedName: "typeProperties.waitTimeInSeconds",
|
|
19691
19746
|
required: true,
|
|
@@ -19700,9 +19755,9 @@ export const FailActivity = {
|
|
|
19700
19755
|
type: {
|
|
19701
19756
|
name: "Composite",
|
|
19702
19757
|
className: "FailActivity",
|
|
19703
|
-
uberParent: "
|
|
19758
|
+
uberParent: "ControlActivity",
|
|
19704
19759
|
additionalProperties: { type: { name: "Object" } },
|
|
19705
|
-
polymorphicDiscriminator:
|
|
19760
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19706
19761
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { message: {
|
|
19707
19762
|
serializedName: "typeProperties.message",
|
|
19708
19763
|
required: true,
|
|
@@ -19723,9 +19778,9 @@ export const UntilActivity = {
|
|
|
19723
19778
|
type: {
|
|
19724
19779
|
name: "Composite",
|
|
19725
19780
|
className: "UntilActivity",
|
|
19726
|
-
uberParent: "
|
|
19781
|
+
uberParent: "ControlActivity",
|
|
19727
19782
|
additionalProperties: { type: { name: "Object" } },
|
|
19728
|
-
polymorphicDiscriminator:
|
|
19783
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19729
19784
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { expression: {
|
|
19730
19785
|
serializedName: "typeProperties.expression",
|
|
19731
19786
|
type: {
|
|
@@ -19757,9 +19812,9 @@ export const ValidationActivity = {
|
|
|
19757
19812
|
type: {
|
|
19758
19813
|
name: "Composite",
|
|
19759
19814
|
className: "ValidationActivity",
|
|
19760
|
-
uberParent: "
|
|
19815
|
+
uberParent: "ControlActivity",
|
|
19761
19816
|
additionalProperties: { type: { name: "Object" } },
|
|
19762
|
-
polymorphicDiscriminator:
|
|
19817
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19763
19818
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { timeout: {
|
|
19764
19819
|
serializedName: "typeProperties.timeout",
|
|
19765
19820
|
type: {
|
|
@@ -19794,9 +19849,9 @@ export const FilterActivity = {
|
|
|
19794
19849
|
type: {
|
|
19795
19850
|
name: "Composite",
|
|
19796
19851
|
className: "FilterActivity",
|
|
19797
|
-
uberParent: "
|
|
19852
|
+
uberParent: "ControlActivity",
|
|
19798
19853
|
additionalProperties: { type: { name: "Object" } },
|
|
19799
|
-
polymorphicDiscriminator:
|
|
19854
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19800
19855
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { items: {
|
|
19801
19856
|
serializedName: "typeProperties.items",
|
|
19802
19857
|
type: {
|
|
@@ -19817,9 +19872,9 @@ export const SetVariableActivity = {
|
|
|
19817
19872
|
type: {
|
|
19818
19873
|
name: "Composite",
|
|
19819
19874
|
className: "SetVariableActivity",
|
|
19820
|
-
uberParent: "
|
|
19875
|
+
uberParent: "ControlActivity",
|
|
19821
19876
|
additionalProperties: { type: { name: "Object" } },
|
|
19822
|
-
polymorphicDiscriminator:
|
|
19877
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19823
19878
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { variableName: {
|
|
19824
19879
|
serializedName: "typeProperties.variableName",
|
|
19825
19880
|
type: {
|
|
@@ -19838,9 +19893,9 @@ export const AppendVariableActivity = {
|
|
|
19838
19893
|
type: {
|
|
19839
19894
|
name: "Composite",
|
|
19840
19895
|
className: "AppendVariableActivity",
|
|
19841
|
-
uberParent: "
|
|
19896
|
+
uberParent: "ControlActivity",
|
|
19842
19897
|
additionalProperties: { type: { name: "Object" } },
|
|
19843
|
-
polymorphicDiscriminator:
|
|
19898
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19844
19899
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { variableName: {
|
|
19845
19900
|
serializedName: "typeProperties.variableName",
|
|
19846
19901
|
type: {
|
|
@@ -19859,9 +19914,9 @@ export const WebHookActivity = {
|
|
|
19859
19914
|
type: {
|
|
19860
19915
|
name: "Composite",
|
|
19861
19916
|
className: "WebHookActivity",
|
|
19862
|
-
uberParent: "
|
|
19917
|
+
uberParent: "ControlActivity",
|
|
19863
19918
|
additionalProperties: { type: { name: "Object" } },
|
|
19864
|
-
polymorphicDiscriminator:
|
|
19919
|
+
polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,
|
|
19865
19920
|
modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { method: {
|
|
19866
19921
|
serializedName: "typeProperties.method",
|
|
19867
19922
|
required: true,
|
|
@@ -19908,9 +19963,9 @@ export const CopyActivity = {
|
|
|
19908
19963
|
type: {
|
|
19909
19964
|
name: "Composite",
|
|
19910
19965
|
className: "CopyActivity",
|
|
19911
|
-
uberParent: "
|
|
19966
|
+
uberParent: "ExecutionActivity",
|
|
19912
19967
|
additionalProperties: { type: { name: "Object" } },
|
|
19913
|
-
polymorphicDiscriminator:
|
|
19968
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
19914
19969
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { inputs: {
|
|
19915
19970
|
serializedName: "inputs",
|
|
19916
19971
|
type: {
|
|
@@ -20033,9 +20088,9 @@ export const HDInsightHiveActivity = {
|
|
|
20033
20088
|
type: {
|
|
20034
20089
|
name: "Composite",
|
|
20035
20090
|
className: "HDInsightHiveActivity",
|
|
20036
|
-
uberParent: "
|
|
20091
|
+
uberParent: "ExecutionActivity",
|
|
20037
20092
|
additionalProperties: { type: { name: "Object" } },
|
|
20038
|
-
polymorphicDiscriminator:
|
|
20093
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20039
20094
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20040
20095
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20041
20096
|
type: {
|
|
@@ -20102,9 +20157,9 @@ export const HDInsightPigActivity = {
|
|
|
20102
20157
|
type: {
|
|
20103
20158
|
name: "Composite",
|
|
20104
20159
|
className: "HDInsightPigActivity",
|
|
20105
|
-
uberParent: "
|
|
20160
|
+
uberParent: "ExecutionActivity",
|
|
20106
20161
|
additionalProperties: { type: { name: "Object" } },
|
|
20107
|
-
polymorphicDiscriminator:
|
|
20162
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20108
20163
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20109
20164
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20110
20165
|
type: {
|
|
@@ -20151,9 +20206,9 @@ export const HDInsightMapReduceActivity = {
|
|
|
20151
20206
|
type: {
|
|
20152
20207
|
name: "Composite",
|
|
20153
20208
|
className: "HDInsightMapReduceActivity",
|
|
20154
|
-
uberParent: "
|
|
20209
|
+
uberParent: "ExecutionActivity",
|
|
20155
20210
|
additionalProperties: { type: { name: "Object" } },
|
|
20156
|
-
polymorphicDiscriminator:
|
|
20211
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20157
20212
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20158
20213
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20159
20214
|
type: {
|
|
@@ -20222,9 +20277,9 @@ export const HDInsightStreamingActivity = {
|
|
|
20222
20277
|
type: {
|
|
20223
20278
|
name: "Composite",
|
|
20224
20279
|
className: "HDInsightStreamingActivity",
|
|
20225
|
-
uberParent: "
|
|
20280
|
+
uberParent: "ExecutionActivity",
|
|
20226
20281
|
additionalProperties: { type: { name: "Object" } },
|
|
20227
|
-
polymorphicDiscriminator:
|
|
20282
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20228
20283
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storageLinkedServices: {
|
|
20229
20284
|
serializedName: "typeProperties.storageLinkedServices",
|
|
20230
20285
|
type: {
|
|
@@ -20321,9 +20376,9 @@ export const HDInsightSparkActivity = {
|
|
|
20321
20376
|
type: {
|
|
20322
20377
|
name: "Composite",
|
|
20323
20378
|
className: "HDInsightSparkActivity",
|
|
20324
|
-
uberParent: "
|
|
20379
|
+
uberParent: "ExecutionActivity",
|
|
20325
20380
|
additionalProperties: { type: { name: "Object" } },
|
|
20326
|
-
polymorphicDiscriminator:
|
|
20381
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20327
20382
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { rootPath: {
|
|
20328
20383
|
serializedName: "typeProperties.rootPath",
|
|
20329
20384
|
required: true,
|
|
@@ -20381,9 +20436,9 @@ export const ExecuteSsisPackageActivity = {
|
|
|
20381
20436
|
type: {
|
|
20382
20437
|
name: "Composite",
|
|
20383
20438
|
className: "ExecuteSsisPackageActivity",
|
|
20384
|
-
uberParent: "
|
|
20439
|
+
uberParent: "ExecutionActivity",
|
|
20385
20440
|
additionalProperties: { type: { name: "Object" } },
|
|
20386
|
-
polymorphicDiscriminator:
|
|
20441
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20387
20442
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { packageLocation: {
|
|
20388
20443
|
serializedName: "typeProperties.packageLocation",
|
|
20389
20444
|
type: {
|
|
@@ -20481,9 +20536,9 @@ export const CustomActivity = {
|
|
|
20481
20536
|
type: {
|
|
20482
20537
|
name: "Composite",
|
|
20483
20538
|
className: "CustomActivity",
|
|
20484
|
-
uberParent: "
|
|
20539
|
+
uberParent: "ExecutionActivity",
|
|
20485
20540
|
additionalProperties: { type: { name: "Object" } },
|
|
20486
|
-
polymorphicDiscriminator:
|
|
20541
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20487
20542
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { command: {
|
|
20488
20543
|
serializedName: "typeProperties.command",
|
|
20489
20544
|
required: true,
|
|
@@ -20531,9 +20586,9 @@ export const SqlServerStoredProcedureActivity = {
|
|
|
20531
20586
|
type: {
|
|
20532
20587
|
name: "Composite",
|
|
20533
20588
|
className: "SqlServerStoredProcedureActivity",
|
|
20534
|
-
uberParent: "
|
|
20589
|
+
uberParent: "ExecutionActivity",
|
|
20535
20590
|
additionalProperties: { type: { name: "Object" } },
|
|
20536
|
-
polymorphicDiscriminator:
|
|
20591
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20537
20592
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { storedProcedureName: {
|
|
20538
20593
|
serializedName: "typeProperties.storedProcedureName",
|
|
20539
20594
|
required: true,
|
|
@@ -20553,9 +20608,9 @@ export const DeleteActivity = {
|
|
|
20553
20608
|
type: {
|
|
20554
20609
|
name: "Composite",
|
|
20555
20610
|
className: "DeleteActivity",
|
|
20556
|
-
uberParent: "
|
|
20611
|
+
uberParent: "ExecutionActivity",
|
|
20557
20612
|
additionalProperties: { type: { name: "Object" } },
|
|
20558
|
-
polymorphicDiscriminator:
|
|
20613
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20559
20614
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { recursive: {
|
|
20560
20615
|
serializedName: "typeProperties.recursive",
|
|
20561
20616
|
type: {
|
|
@@ -20600,9 +20655,9 @@ export const AzureDataExplorerCommandActivity = {
|
|
|
20600
20655
|
type: {
|
|
20601
20656
|
name: "Composite",
|
|
20602
20657
|
className: "AzureDataExplorerCommandActivity",
|
|
20603
|
-
uberParent: "
|
|
20658
|
+
uberParent: "ExecutionActivity",
|
|
20604
20659
|
additionalProperties: { type: { name: "Object" } },
|
|
20605
|
-
polymorphicDiscriminator:
|
|
20660
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20606
20661
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { command: {
|
|
20607
20662
|
serializedName: "typeProperties.command",
|
|
20608
20663
|
required: true,
|
|
@@ -20622,9 +20677,9 @@ export const LookupActivity = {
|
|
|
20622
20677
|
type: {
|
|
20623
20678
|
name: "Composite",
|
|
20624
20679
|
className: "LookupActivity",
|
|
20625
|
-
uberParent: "
|
|
20680
|
+
uberParent: "ExecutionActivity",
|
|
20626
20681
|
additionalProperties: { type: { name: "Object" } },
|
|
20627
|
-
polymorphicDiscriminator:
|
|
20682
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20628
20683
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { source: {
|
|
20629
20684
|
serializedName: "typeProperties.source",
|
|
20630
20685
|
type: {
|
|
@@ -20650,9 +20705,9 @@ export const WebActivity = {
|
|
|
20650
20705
|
type: {
|
|
20651
20706
|
name: "Composite",
|
|
20652
20707
|
className: "WebActivity",
|
|
20653
|
-
uberParent: "
|
|
20708
|
+
uberParent: "ExecutionActivity",
|
|
20654
20709
|
additionalProperties: { type: { name: "Object" } },
|
|
20655
|
-
polymorphicDiscriminator:
|
|
20710
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20656
20711
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { method: {
|
|
20657
20712
|
serializedName: "typeProperties.method",
|
|
20658
20713
|
required: true,
|
|
@@ -20717,9 +20772,9 @@ export const GetMetadataActivity = {
|
|
|
20717
20772
|
type: {
|
|
20718
20773
|
name: "Composite",
|
|
20719
20774
|
className: "GetMetadataActivity",
|
|
20720
|
-
uberParent: "
|
|
20775
|
+
uberParent: "ExecutionActivity",
|
|
20721
20776
|
additionalProperties: { type: { name: "Object" } },
|
|
20722
|
-
polymorphicDiscriminator:
|
|
20777
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20723
20778
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { dataset: {
|
|
20724
20779
|
serializedName: "typeProperties.dataset",
|
|
20725
20780
|
type: {
|
|
@@ -20756,9 +20811,9 @@ export const AzureMLBatchExecutionActivity = {
|
|
|
20756
20811
|
type: {
|
|
20757
20812
|
name: "Composite",
|
|
20758
20813
|
className: "AzureMLBatchExecutionActivity",
|
|
20759
|
-
uberParent: "
|
|
20814
|
+
uberParent: "ExecutionActivity",
|
|
20760
20815
|
additionalProperties: { type: { name: "Object" } },
|
|
20761
|
-
polymorphicDiscriminator:
|
|
20816
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20762
20817
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { globalParameters: {
|
|
20763
20818
|
serializedName: "typeProperties.globalParameters",
|
|
20764
20819
|
type: {
|
|
@@ -20789,9 +20844,9 @@ export const AzureMLUpdateResourceActivity = {
|
|
|
20789
20844
|
type: {
|
|
20790
20845
|
name: "Composite",
|
|
20791
20846
|
className: "AzureMLUpdateResourceActivity",
|
|
20792
|
-
uberParent: "
|
|
20847
|
+
uberParent: "ExecutionActivity",
|
|
20793
20848
|
additionalProperties: { type: { name: "Object" } },
|
|
20794
|
-
polymorphicDiscriminator:
|
|
20849
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20795
20850
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { trainedModelName: {
|
|
20796
20851
|
serializedName: "typeProperties.trainedModelName",
|
|
20797
20852
|
required: true,
|
|
@@ -20818,9 +20873,9 @@ export const AzureMLExecutePipelineActivity = {
|
|
|
20818
20873
|
type: {
|
|
20819
20874
|
name: "Composite",
|
|
20820
20875
|
className: "AzureMLExecutePipelineActivity",
|
|
20821
|
-
uberParent: "
|
|
20876
|
+
uberParent: "ExecutionActivity",
|
|
20822
20877
|
additionalProperties: { type: { name: "Object" } },
|
|
20823
|
-
polymorphicDiscriminator:
|
|
20878
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20824
20879
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { mlPipelineId: {
|
|
20825
20880
|
serializedName: "typeProperties.mlPipelineId",
|
|
20826
20881
|
required: true,
|
|
@@ -20855,9 +20910,9 @@ export const DataLakeAnalyticsUsqlActivity = {
|
|
|
20855
20910
|
type: {
|
|
20856
20911
|
name: "Composite",
|
|
20857
20912
|
className: "DataLakeAnalyticsUsqlActivity",
|
|
20858
|
-
uberParent: "
|
|
20913
|
+
uberParent: "ExecutionActivity",
|
|
20859
20914
|
additionalProperties: { type: { name: "Object" } },
|
|
20860
|
-
polymorphicDiscriminator:
|
|
20915
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20861
20916
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scriptPath: {
|
|
20862
20917
|
serializedName: "typeProperties.scriptPath",
|
|
20863
20918
|
required: true,
|
|
@@ -20904,9 +20959,9 @@ export const DatabricksNotebookActivity = {
|
|
|
20904
20959
|
type: {
|
|
20905
20960
|
name: "Composite",
|
|
20906
20961
|
className: "DatabricksNotebookActivity",
|
|
20907
|
-
uberParent: "
|
|
20962
|
+
uberParent: "ExecutionActivity",
|
|
20908
20963
|
additionalProperties: { type: { name: "Object" } },
|
|
20909
|
-
polymorphicDiscriminator:
|
|
20964
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20910
20965
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { notebookPath: {
|
|
20911
20966
|
serializedName: "typeProperties.notebookPath",
|
|
20912
20967
|
required: true,
|
|
@@ -20938,9 +20993,9 @@ export const DatabricksSparkJarActivity = {
|
|
|
20938
20993
|
type: {
|
|
20939
20994
|
name: "Composite",
|
|
20940
20995
|
className: "DatabricksSparkJarActivity",
|
|
20941
|
-
uberParent: "
|
|
20996
|
+
uberParent: "ExecutionActivity",
|
|
20942
20997
|
additionalProperties: { type: { name: "Object" } },
|
|
20943
|
-
polymorphicDiscriminator:
|
|
20998
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20944
20999
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { mainClassName: {
|
|
20945
21000
|
serializedName: "typeProperties.mainClassName",
|
|
20946
21001
|
required: true,
|
|
@@ -20976,9 +21031,9 @@ export const DatabricksSparkPythonActivity = {
|
|
|
20976
21031
|
type: {
|
|
20977
21032
|
name: "Composite",
|
|
20978
21033
|
className: "DatabricksSparkPythonActivity",
|
|
20979
|
-
uberParent: "
|
|
21034
|
+
uberParent: "ExecutionActivity",
|
|
20980
21035
|
additionalProperties: { type: { name: "Object" } },
|
|
20981
|
-
polymorphicDiscriminator:
|
|
21036
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
20982
21037
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { pythonFile: {
|
|
20983
21038
|
serializedName: "typeProperties.pythonFile",
|
|
20984
21039
|
required: true,
|
|
@@ -21014,9 +21069,9 @@ export const AzureFunctionActivity = {
|
|
|
21014
21069
|
type: {
|
|
21015
21070
|
name: "Composite",
|
|
21016
21071
|
className: "AzureFunctionActivity",
|
|
21017
|
-
uberParent: "
|
|
21072
|
+
uberParent: "ExecutionActivity",
|
|
21018
21073
|
additionalProperties: { type: { name: "Object" } },
|
|
21019
|
-
polymorphicDiscriminator:
|
|
21074
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21020
21075
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { method: {
|
|
21021
21076
|
serializedName: "typeProperties.method",
|
|
21022
21077
|
required: true,
|
|
@@ -21047,9 +21102,9 @@ export const ExecuteDataFlowActivity = {
|
|
|
21047
21102
|
type: {
|
|
21048
21103
|
name: "Composite",
|
|
21049
21104
|
className: "ExecuteDataFlowActivity",
|
|
21050
|
-
uberParent: "
|
|
21105
|
+
uberParent: "ExecutionActivity",
|
|
21051
21106
|
additionalProperties: { type: { name: "Object" } },
|
|
21052
|
-
polymorphicDiscriminator:
|
|
21107
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21053
21108
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { dataflow: {
|
|
21054
21109
|
serializedName: "typeProperties.dataflow",
|
|
21055
21110
|
type: {
|
|
@@ -21102,9 +21157,9 @@ export const ScriptActivity = {
|
|
|
21102
21157
|
type: {
|
|
21103
21158
|
name: "Composite",
|
|
21104
21159
|
className: "ScriptActivity",
|
|
21105
|
-
uberParent: "
|
|
21160
|
+
uberParent: "ExecutionActivity",
|
|
21106
21161
|
additionalProperties: { type: { name: "Object" } },
|
|
21107
|
-
polymorphicDiscriminator:
|
|
21162
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21108
21163
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scripts: {
|
|
21109
21164
|
serializedName: "typeProperties.scripts",
|
|
21110
21165
|
type: {
|
|
@@ -21130,9 +21185,9 @@ export const SynapseNotebookActivity = {
|
|
|
21130
21185
|
type: {
|
|
21131
21186
|
name: "Composite",
|
|
21132
21187
|
className: "SynapseNotebookActivity",
|
|
21133
|
-
uberParent: "
|
|
21188
|
+
uberParent: "ExecutionActivity",
|
|
21134
21189
|
additionalProperties: { type: { name: "Object" } },
|
|
21135
|
-
polymorphicDiscriminator:
|
|
21190
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21136
21191
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { notebook: {
|
|
21137
21192
|
serializedName: "typeProperties.notebook",
|
|
21138
21193
|
type: {
|
|
@@ -21179,9 +21234,9 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
21179
21234
|
type: {
|
|
21180
21235
|
name: "Composite",
|
|
21181
21236
|
className: "SynapseSparkJobDefinitionActivity",
|
|
21182
|
-
uberParent: "
|
|
21237
|
+
uberParent: "ExecutionActivity",
|
|
21183
21238
|
additionalProperties: { type: { name: "Object" } },
|
|
21184
|
-
polymorphicDiscriminator:
|
|
21239
|
+
polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
|
|
21185
21240
|
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { sparkJob: {
|
|
21186
21241
|
serializedName: "typeProperties.sparkJob",
|
|
21187
21242
|
type: {
|
|
@@ -21203,6 +21258,11 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
21203
21258
|
type: {
|
|
21204
21259
|
name: "any"
|
|
21205
21260
|
}
|
|
21261
|
+
}, scanFolder: {
|
|
21262
|
+
serializedName: "typeProperties.scanFolder",
|
|
21263
|
+
type: {
|
|
21264
|
+
name: "any"
|
|
21265
|
+
}
|
|
21206
21266
|
}, className: {
|
|
21207
21267
|
serializedName: "typeProperties.className",
|
|
21208
21268
|
type: {
|
|
@@ -21218,6 +21278,26 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
21218
21278
|
}
|
|
21219
21279
|
}
|
|
21220
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
|
+
}
|
|
21221
21301
|
}, targetBigDataPool: {
|
|
21222
21302
|
serializedName: "typeProperties.targetBigDataPool",
|
|
21223
21303
|
type: {
|
|
@@ -21242,7 +21322,24 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
21242
21322
|
}, numExecutors: {
|
|
21243
21323
|
serializedName: "typeProperties.numExecutors",
|
|
21244
21324
|
type: {
|
|
21245
|
-
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" } }
|
|
21246
21343
|
}
|
|
21247
21344
|
} })
|
|
21248
21345
|
}
|
|
@@ -21252,9 +21349,9 @@ export const ScheduleTrigger = {
|
|
|
21252
21349
|
type: {
|
|
21253
21350
|
name: "Composite",
|
|
21254
21351
|
className: "ScheduleTrigger",
|
|
21255
|
-
uberParent: "
|
|
21352
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21256
21353
|
additionalProperties: { type: { name: "Object" } },
|
|
21257
|
-
polymorphicDiscriminator:
|
|
21354
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21258
21355
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { recurrence: {
|
|
21259
21356
|
serializedName: "typeProperties.recurrence",
|
|
21260
21357
|
type: {
|
|
@@ -21269,9 +21366,9 @@ export const BlobTrigger = {
|
|
|
21269
21366
|
type: {
|
|
21270
21367
|
name: "Composite",
|
|
21271
21368
|
className: "BlobTrigger",
|
|
21272
|
-
uberParent: "
|
|
21369
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21273
21370
|
additionalProperties: { type: { name: "Object" } },
|
|
21274
|
-
polymorphicDiscriminator:
|
|
21371
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21275
21372
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { folderPath: {
|
|
21276
21373
|
serializedName: "typeProperties.folderPath",
|
|
21277
21374
|
required: true,
|
|
@@ -21298,9 +21395,9 @@ export const BlobEventsTrigger = {
|
|
|
21298
21395
|
type: {
|
|
21299
21396
|
name: "Composite",
|
|
21300
21397
|
className: "BlobEventsTrigger",
|
|
21301
|
-
uberParent: "
|
|
21398
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21302
21399
|
additionalProperties: { type: { name: "Object" } },
|
|
21303
|
-
polymorphicDiscriminator:
|
|
21400
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21304
21401
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { blobPathBeginsWith: {
|
|
21305
21402
|
serializedName: "typeProperties.blobPathBeginsWith",
|
|
21306
21403
|
type: {
|
|
@@ -21341,9 +21438,9 @@ export const CustomEventsTrigger = {
|
|
|
21341
21438
|
type: {
|
|
21342
21439
|
name: "Composite",
|
|
21343
21440
|
className: "CustomEventsTrigger",
|
|
21344
|
-
uberParent: "
|
|
21441
|
+
uberParent: "MultiplePipelineTrigger",
|
|
21345
21442
|
additionalProperties: { type: { name: "Object" } },
|
|
21346
|
-
polymorphicDiscriminator:
|
|
21443
|
+
polymorphicDiscriminator: MultiplePipelineTrigger.type.polymorphicDiscriminator,
|
|
21347
21444
|
modelProperties: Object.assign(Object.assign({}, MultiplePipelineTrigger.type.modelProperties), { subjectBeginsWith: {
|
|
21348
21445
|
serializedName: "typeProperties.subjectBeginsWith",
|
|
21349
21446
|
type: {
|
|
@@ -21379,9 +21476,9 @@ export const AzureTableSource = {
|
|
|
21379
21476
|
type: {
|
|
21380
21477
|
name: "Composite",
|
|
21381
21478
|
className: "AzureTableSource",
|
|
21382
|
-
uberParent: "
|
|
21479
|
+
uberParent: "TabularSource",
|
|
21383
21480
|
additionalProperties: { type: { name: "Object" } },
|
|
21384
|
-
polymorphicDiscriminator:
|
|
21481
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21385
21482
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { azureTableSourceQuery: {
|
|
21386
21483
|
serializedName: "azureTableSourceQuery",
|
|
21387
21484
|
type: {
|
|
@@ -21400,9 +21497,9 @@ export const InformixSource = {
|
|
|
21400
21497
|
type: {
|
|
21401
21498
|
name: "Composite",
|
|
21402
21499
|
className: "InformixSource",
|
|
21403
|
-
uberParent: "
|
|
21500
|
+
uberParent: "TabularSource",
|
|
21404
21501
|
additionalProperties: { type: { name: "Object" } },
|
|
21405
|
-
polymorphicDiscriminator:
|
|
21502
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21406
21503
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21407
21504
|
serializedName: "query",
|
|
21408
21505
|
type: {
|
|
@@ -21416,9 +21513,9 @@ export const Db2Source = {
|
|
|
21416
21513
|
type: {
|
|
21417
21514
|
name: "Composite",
|
|
21418
21515
|
className: "Db2Source",
|
|
21419
|
-
uberParent: "
|
|
21516
|
+
uberParent: "TabularSource",
|
|
21420
21517
|
additionalProperties: { type: { name: "Object" } },
|
|
21421
|
-
polymorphicDiscriminator:
|
|
21518
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21422
21519
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21423
21520
|
serializedName: "query",
|
|
21424
21521
|
type: {
|
|
@@ -21432,9 +21529,9 @@ export const OdbcSource = {
|
|
|
21432
21529
|
type: {
|
|
21433
21530
|
name: "Composite",
|
|
21434
21531
|
className: "OdbcSource",
|
|
21435
|
-
uberParent: "
|
|
21532
|
+
uberParent: "TabularSource",
|
|
21436
21533
|
additionalProperties: { type: { name: "Object" } },
|
|
21437
|
-
polymorphicDiscriminator:
|
|
21534
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21438
21535
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21439
21536
|
serializedName: "query",
|
|
21440
21537
|
type: {
|
|
@@ -21448,9 +21545,9 @@ export const MySqlSource = {
|
|
|
21448
21545
|
type: {
|
|
21449
21546
|
name: "Composite",
|
|
21450
21547
|
className: "MySqlSource",
|
|
21451
|
-
uberParent: "
|
|
21548
|
+
uberParent: "TabularSource",
|
|
21452
21549
|
additionalProperties: { type: { name: "Object" } },
|
|
21453
|
-
polymorphicDiscriminator:
|
|
21550
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21454
21551
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21455
21552
|
serializedName: "query",
|
|
21456
21553
|
type: {
|
|
@@ -21464,9 +21561,9 @@ export const PostgreSqlSource = {
|
|
|
21464
21561
|
type: {
|
|
21465
21562
|
name: "Composite",
|
|
21466
21563
|
className: "PostgreSqlSource",
|
|
21467
|
-
uberParent: "
|
|
21564
|
+
uberParent: "TabularSource",
|
|
21468
21565
|
additionalProperties: { type: { name: "Object" } },
|
|
21469
|
-
polymorphicDiscriminator:
|
|
21566
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21470
21567
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21471
21568
|
serializedName: "query",
|
|
21472
21569
|
type: {
|
|
@@ -21480,9 +21577,9 @@ export const SybaseSource = {
|
|
|
21480
21577
|
type: {
|
|
21481
21578
|
name: "Composite",
|
|
21482
21579
|
className: "SybaseSource",
|
|
21483
|
-
uberParent: "
|
|
21580
|
+
uberParent: "TabularSource",
|
|
21484
21581
|
additionalProperties: { type: { name: "Object" } },
|
|
21485
|
-
polymorphicDiscriminator:
|
|
21582
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21486
21583
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21487
21584
|
serializedName: "query",
|
|
21488
21585
|
type: {
|
|
@@ -21496,9 +21593,9 @@ export const SapBwSource = {
|
|
|
21496
21593
|
type: {
|
|
21497
21594
|
name: "Composite",
|
|
21498
21595
|
className: "SapBwSource",
|
|
21499
|
-
uberParent: "
|
|
21596
|
+
uberParent: "TabularSource",
|
|
21500
21597
|
additionalProperties: { type: { name: "Object" } },
|
|
21501
|
-
polymorphicDiscriminator:
|
|
21598
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21502
21599
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21503
21600
|
serializedName: "query",
|
|
21504
21601
|
type: {
|
|
@@ -21512,9 +21609,9 @@ export const SalesforceSource = {
|
|
|
21512
21609
|
type: {
|
|
21513
21610
|
name: "Composite",
|
|
21514
21611
|
className: "SalesforceSource",
|
|
21515
|
-
uberParent: "
|
|
21612
|
+
uberParent: "TabularSource",
|
|
21516
21613
|
additionalProperties: { type: { name: "Object" } },
|
|
21517
|
-
polymorphicDiscriminator:
|
|
21614
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21518
21615
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21519
21616
|
serializedName: "query",
|
|
21520
21617
|
type: {
|
|
@@ -21533,9 +21630,9 @@ export const SapCloudForCustomerSource = {
|
|
|
21533
21630
|
type: {
|
|
21534
21631
|
name: "Composite",
|
|
21535
21632
|
className: "SapCloudForCustomerSource",
|
|
21536
|
-
uberParent: "
|
|
21633
|
+
uberParent: "TabularSource",
|
|
21537
21634
|
additionalProperties: { type: { name: "Object" } },
|
|
21538
|
-
polymorphicDiscriminator:
|
|
21635
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21539
21636
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21540
21637
|
serializedName: "query",
|
|
21541
21638
|
type: {
|
|
@@ -21554,9 +21651,9 @@ export const SapEccSource = {
|
|
|
21554
21651
|
type: {
|
|
21555
21652
|
name: "Composite",
|
|
21556
21653
|
className: "SapEccSource",
|
|
21557
|
-
uberParent: "
|
|
21654
|
+
uberParent: "TabularSource",
|
|
21558
21655
|
additionalProperties: { type: { name: "Object" } },
|
|
21559
|
-
polymorphicDiscriminator:
|
|
21656
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21560
21657
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21561
21658
|
serializedName: "query",
|
|
21562
21659
|
type: {
|
|
@@ -21575,9 +21672,9 @@ export const SapHanaSource = {
|
|
|
21575
21672
|
type: {
|
|
21576
21673
|
name: "Composite",
|
|
21577
21674
|
className: "SapHanaSource",
|
|
21578
|
-
uberParent: "
|
|
21675
|
+
uberParent: "TabularSource",
|
|
21579
21676
|
additionalProperties: { type: { name: "Object" } },
|
|
21580
|
-
polymorphicDiscriminator:
|
|
21677
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21581
21678
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21582
21679
|
serializedName: "query",
|
|
21583
21680
|
type: {
|
|
@@ -21607,9 +21704,9 @@ export const SapOpenHubSource = {
|
|
|
21607
21704
|
type: {
|
|
21608
21705
|
name: "Composite",
|
|
21609
21706
|
className: "SapOpenHubSource",
|
|
21610
|
-
uberParent: "
|
|
21707
|
+
uberParent: "TabularSource",
|
|
21611
21708
|
additionalProperties: { type: { name: "Object" } },
|
|
21612
|
-
polymorphicDiscriminator:
|
|
21709
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21613
21710
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { excludeLastRequest: {
|
|
21614
21711
|
serializedName: "excludeLastRequest",
|
|
21615
21712
|
type: {
|
|
@@ -21638,9 +21735,9 @@ export const SapOdpSource = {
|
|
|
21638
21735
|
type: {
|
|
21639
21736
|
name: "Composite",
|
|
21640
21737
|
className: "SapOdpSource",
|
|
21641
|
-
uberParent: "
|
|
21738
|
+
uberParent: "TabularSource",
|
|
21642
21739
|
additionalProperties: { type: { name: "Object" } },
|
|
21643
|
-
polymorphicDiscriminator:
|
|
21740
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21644
21741
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { extractionMode: {
|
|
21645
21742
|
serializedName: "extractionMode",
|
|
21646
21743
|
type: {
|
|
@@ -21669,9 +21766,9 @@ export const SapTableSource = {
|
|
|
21669
21766
|
type: {
|
|
21670
21767
|
name: "Composite",
|
|
21671
21768
|
className: "SapTableSource",
|
|
21672
|
-
uberParent: "
|
|
21769
|
+
uberParent: "TabularSource",
|
|
21673
21770
|
additionalProperties: { type: { name: "Object" } },
|
|
21674
|
-
polymorphicDiscriminator:
|
|
21771
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21675
21772
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { rowCount: {
|
|
21676
21773
|
serializedName: "rowCount",
|
|
21677
21774
|
type: {
|
|
@@ -21726,9 +21823,9 @@ export const SqlSource = {
|
|
|
21726
21823
|
type: {
|
|
21727
21824
|
name: "Composite",
|
|
21728
21825
|
className: "SqlSource",
|
|
21729
|
-
uberParent: "
|
|
21826
|
+
uberParent: "TabularSource",
|
|
21730
21827
|
additionalProperties: { type: { name: "Object" } },
|
|
21731
|
-
polymorphicDiscriminator:
|
|
21828
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21732
21829
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21733
21830
|
serializedName: "sqlReaderQuery",
|
|
21734
21831
|
type: {
|
|
@@ -21771,9 +21868,9 @@ export const SqlServerSource = {
|
|
|
21771
21868
|
type: {
|
|
21772
21869
|
name: "Composite",
|
|
21773
21870
|
className: "SqlServerSource",
|
|
21774
|
-
uberParent: "
|
|
21871
|
+
uberParent: "TabularSource",
|
|
21775
21872
|
additionalProperties: { type: { name: "Object" } },
|
|
21776
|
-
polymorphicDiscriminator:
|
|
21873
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21777
21874
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21778
21875
|
serializedName: "sqlReaderQuery",
|
|
21779
21876
|
type: {
|
|
@@ -21816,9 +21913,9 @@ export const AmazonRdsForSqlServerSource = {
|
|
|
21816
21913
|
type: {
|
|
21817
21914
|
name: "Composite",
|
|
21818
21915
|
className: "AmazonRdsForSqlServerSource",
|
|
21819
|
-
uberParent: "
|
|
21916
|
+
uberParent: "TabularSource",
|
|
21820
21917
|
additionalProperties: { type: { name: "Object" } },
|
|
21821
|
-
polymorphicDiscriminator:
|
|
21918
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21822
21919
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21823
21920
|
serializedName: "sqlReaderQuery",
|
|
21824
21921
|
type: {
|
|
@@ -21861,9 +21958,9 @@ export const AzureSqlSource = {
|
|
|
21861
21958
|
type: {
|
|
21862
21959
|
name: "Composite",
|
|
21863
21960
|
className: "AzureSqlSource",
|
|
21864
|
-
uberParent: "
|
|
21961
|
+
uberParent: "TabularSource",
|
|
21865
21962
|
additionalProperties: { type: { name: "Object" } },
|
|
21866
|
-
polymorphicDiscriminator:
|
|
21963
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21867
21964
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21868
21965
|
serializedName: "sqlReaderQuery",
|
|
21869
21966
|
type: {
|
|
@@ -21906,9 +22003,9 @@ export const SqlMISource = {
|
|
|
21906
22003
|
type: {
|
|
21907
22004
|
name: "Composite",
|
|
21908
22005
|
className: "SqlMISource",
|
|
21909
|
-
uberParent: "
|
|
22006
|
+
uberParent: "TabularSource",
|
|
21910
22007
|
additionalProperties: { type: { name: "Object" } },
|
|
21911
|
-
polymorphicDiscriminator:
|
|
22008
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21912
22009
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21913
22010
|
serializedName: "sqlReaderQuery",
|
|
21914
22011
|
type: {
|
|
@@ -21951,9 +22048,9 @@ export const SqlDWSource = {
|
|
|
21951
22048
|
type: {
|
|
21952
22049
|
name: "Composite",
|
|
21953
22050
|
className: "SqlDWSource",
|
|
21954
|
-
uberParent: "
|
|
22051
|
+
uberParent: "TabularSource",
|
|
21955
22052
|
additionalProperties: { type: { name: "Object" } },
|
|
21956
|
-
polymorphicDiscriminator:
|
|
22053
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21957
22054
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { sqlReaderQuery: {
|
|
21958
22055
|
serializedName: "sqlReaderQuery",
|
|
21959
22056
|
type: {
|
|
@@ -21988,9 +22085,9 @@ export const AzureMySqlSource = {
|
|
|
21988
22085
|
type: {
|
|
21989
22086
|
name: "Composite",
|
|
21990
22087
|
className: "AzureMySqlSource",
|
|
21991
|
-
uberParent: "
|
|
22088
|
+
uberParent: "TabularSource",
|
|
21992
22089
|
additionalProperties: { type: { name: "Object" } },
|
|
21993
|
-
polymorphicDiscriminator:
|
|
22090
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
21994
22091
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
21995
22092
|
serializedName: "query",
|
|
21996
22093
|
type: {
|
|
@@ -22004,9 +22101,9 @@ export const TeradataSource = {
|
|
|
22004
22101
|
type: {
|
|
22005
22102
|
name: "Composite",
|
|
22006
22103
|
className: "TeradataSource",
|
|
22007
|
-
uberParent: "
|
|
22104
|
+
uberParent: "TabularSource",
|
|
22008
22105
|
additionalProperties: { type: { name: "Object" } },
|
|
22009
|
-
polymorphicDiscriminator:
|
|
22106
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22010
22107
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22011
22108
|
serializedName: "query",
|
|
22012
22109
|
type: {
|
|
@@ -22031,9 +22128,9 @@ export const CassandraSource = {
|
|
|
22031
22128
|
type: {
|
|
22032
22129
|
name: "Composite",
|
|
22033
22130
|
className: "CassandraSource",
|
|
22034
|
-
uberParent: "
|
|
22131
|
+
uberParent: "TabularSource",
|
|
22035
22132
|
additionalProperties: { type: { name: "Object" } },
|
|
22036
|
-
polymorphicDiscriminator:
|
|
22133
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22037
22134
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22038
22135
|
serializedName: "query",
|
|
22039
22136
|
type: {
|
|
@@ -22052,9 +22149,9 @@ export const AmazonMWSSource = {
|
|
|
22052
22149
|
type: {
|
|
22053
22150
|
name: "Composite",
|
|
22054
22151
|
className: "AmazonMWSSource",
|
|
22055
|
-
uberParent: "
|
|
22152
|
+
uberParent: "TabularSource",
|
|
22056
22153
|
additionalProperties: { type: { name: "Object" } },
|
|
22057
|
-
polymorphicDiscriminator:
|
|
22154
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22058
22155
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22059
22156
|
serializedName: "query",
|
|
22060
22157
|
type: {
|
|
@@ -22068,9 +22165,9 @@ export const AzurePostgreSqlSource = {
|
|
|
22068
22165
|
type: {
|
|
22069
22166
|
name: "Composite",
|
|
22070
22167
|
className: "AzurePostgreSqlSource",
|
|
22071
|
-
uberParent: "
|
|
22168
|
+
uberParent: "TabularSource",
|
|
22072
22169
|
additionalProperties: { type: { name: "Object" } },
|
|
22073
|
-
polymorphicDiscriminator:
|
|
22170
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22074
22171
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22075
22172
|
serializedName: "query",
|
|
22076
22173
|
type: {
|
|
@@ -22084,9 +22181,9 @@ export const ConcurSource = {
|
|
|
22084
22181
|
type: {
|
|
22085
22182
|
name: "Composite",
|
|
22086
22183
|
className: "ConcurSource",
|
|
22087
|
-
uberParent: "
|
|
22184
|
+
uberParent: "TabularSource",
|
|
22088
22185
|
additionalProperties: { type: { name: "Object" } },
|
|
22089
|
-
polymorphicDiscriminator:
|
|
22186
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22090
22187
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22091
22188
|
serializedName: "query",
|
|
22092
22189
|
type: {
|
|
@@ -22100,9 +22197,9 @@ export const CouchbaseSource = {
|
|
|
22100
22197
|
type: {
|
|
22101
22198
|
name: "Composite",
|
|
22102
22199
|
className: "CouchbaseSource",
|
|
22103
|
-
uberParent: "
|
|
22200
|
+
uberParent: "TabularSource",
|
|
22104
22201
|
additionalProperties: { type: { name: "Object" } },
|
|
22105
|
-
polymorphicDiscriminator:
|
|
22202
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22106
22203
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22107
22204
|
serializedName: "query",
|
|
22108
22205
|
type: {
|
|
@@ -22116,9 +22213,9 @@ export const DrillSource = {
|
|
|
22116
22213
|
type: {
|
|
22117
22214
|
name: "Composite",
|
|
22118
22215
|
className: "DrillSource",
|
|
22119
|
-
uberParent: "
|
|
22216
|
+
uberParent: "TabularSource",
|
|
22120
22217
|
additionalProperties: { type: { name: "Object" } },
|
|
22121
|
-
polymorphicDiscriminator:
|
|
22218
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22122
22219
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22123
22220
|
serializedName: "query",
|
|
22124
22221
|
type: {
|
|
@@ -22132,9 +22229,9 @@ export const EloquaSource = {
|
|
|
22132
22229
|
type: {
|
|
22133
22230
|
name: "Composite",
|
|
22134
22231
|
className: "EloquaSource",
|
|
22135
|
-
uberParent: "
|
|
22232
|
+
uberParent: "TabularSource",
|
|
22136
22233
|
additionalProperties: { type: { name: "Object" } },
|
|
22137
|
-
polymorphicDiscriminator:
|
|
22234
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22138
22235
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22139
22236
|
serializedName: "query",
|
|
22140
22237
|
type: {
|
|
@@ -22148,9 +22245,9 @@ export const GoogleBigQuerySource = {
|
|
|
22148
22245
|
type: {
|
|
22149
22246
|
name: "Composite",
|
|
22150
22247
|
className: "GoogleBigQuerySource",
|
|
22151
|
-
uberParent: "
|
|
22248
|
+
uberParent: "TabularSource",
|
|
22152
22249
|
additionalProperties: { type: { name: "Object" } },
|
|
22153
|
-
polymorphicDiscriminator:
|
|
22250
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22154
22251
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22155
22252
|
serializedName: "query",
|
|
22156
22253
|
type: {
|
|
@@ -22164,9 +22261,9 @@ export const GreenplumSource = {
|
|
|
22164
22261
|
type: {
|
|
22165
22262
|
name: "Composite",
|
|
22166
22263
|
className: "GreenplumSource",
|
|
22167
|
-
uberParent: "
|
|
22264
|
+
uberParent: "TabularSource",
|
|
22168
22265
|
additionalProperties: { type: { name: "Object" } },
|
|
22169
|
-
polymorphicDiscriminator:
|
|
22266
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22170
22267
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22171
22268
|
serializedName: "query",
|
|
22172
22269
|
type: {
|
|
@@ -22180,9 +22277,9 @@ export const HBaseSource = {
|
|
|
22180
22277
|
type: {
|
|
22181
22278
|
name: "Composite",
|
|
22182
22279
|
className: "HBaseSource",
|
|
22183
|
-
uberParent: "
|
|
22280
|
+
uberParent: "TabularSource",
|
|
22184
22281
|
additionalProperties: { type: { name: "Object" } },
|
|
22185
|
-
polymorphicDiscriminator:
|
|
22282
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22186
22283
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22187
22284
|
serializedName: "query",
|
|
22188
22285
|
type: {
|
|
@@ -22196,9 +22293,9 @@ export const HiveSource = {
|
|
|
22196
22293
|
type: {
|
|
22197
22294
|
name: "Composite",
|
|
22198
22295
|
className: "HiveSource",
|
|
22199
|
-
uberParent: "
|
|
22296
|
+
uberParent: "TabularSource",
|
|
22200
22297
|
additionalProperties: { type: { name: "Object" } },
|
|
22201
|
-
polymorphicDiscriminator:
|
|
22298
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22202
22299
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22203
22300
|
serializedName: "query",
|
|
22204
22301
|
type: {
|
|
@@ -22212,9 +22309,9 @@ export const HubspotSource = {
|
|
|
22212
22309
|
type: {
|
|
22213
22310
|
name: "Composite",
|
|
22214
22311
|
className: "HubspotSource",
|
|
22215
|
-
uberParent: "
|
|
22312
|
+
uberParent: "TabularSource",
|
|
22216
22313
|
additionalProperties: { type: { name: "Object" } },
|
|
22217
|
-
polymorphicDiscriminator:
|
|
22314
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22218
22315
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22219
22316
|
serializedName: "query",
|
|
22220
22317
|
type: {
|
|
@@ -22228,9 +22325,9 @@ export const ImpalaSource = {
|
|
|
22228
22325
|
type: {
|
|
22229
22326
|
name: "Composite",
|
|
22230
22327
|
className: "ImpalaSource",
|
|
22231
|
-
uberParent: "
|
|
22328
|
+
uberParent: "TabularSource",
|
|
22232
22329
|
additionalProperties: { type: { name: "Object" } },
|
|
22233
|
-
polymorphicDiscriminator:
|
|
22330
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22234
22331
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22235
22332
|
serializedName: "query",
|
|
22236
22333
|
type: {
|
|
@@ -22244,9 +22341,9 @@ export const JiraSource = {
|
|
|
22244
22341
|
type: {
|
|
22245
22342
|
name: "Composite",
|
|
22246
22343
|
className: "JiraSource",
|
|
22247
|
-
uberParent: "
|
|
22344
|
+
uberParent: "TabularSource",
|
|
22248
22345
|
additionalProperties: { type: { name: "Object" } },
|
|
22249
|
-
polymorphicDiscriminator:
|
|
22346
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22250
22347
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22251
22348
|
serializedName: "query",
|
|
22252
22349
|
type: {
|
|
@@ -22260,9 +22357,9 @@ export const MagentoSource = {
|
|
|
22260
22357
|
type: {
|
|
22261
22358
|
name: "Composite",
|
|
22262
22359
|
className: "MagentoSource",
|
|
22263
|
-
uberParent: "
|
|
22360
|
+
uberParent: "TabularSource",
|
|
22264
22361
|
additionalProperties: { type: { name: "Object" } },
|
|
22265
|
-
polymorphicDiscriminator:
|
|
22362
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22266
22363
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22267
22364
|
serializedName: "query",
|
|
22268
22365
|
type: {
|
|
@@ -22276,9 +22373,9 @@ export const MariaDBSource = {
|
|
|
22276
22373
|
type: {
|
|
22277
22374
|
name: "Composite",
|
|
22278
22375
|
className: "MariaDBSource",
|
|
22279
|
-
uberParent: "
|
|
22376
|
+
uberParent: "TabularSource",
|
|
22280
22377
|
additionalProperties: { type: { name: "Object" } },
|
|
22281
|
-
polymorphicDiscriminator:
|
|
22378
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22282
22379
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22283
22380
|
serializedName: "query",
|
|
22284
22381
|
type: {
|
|
@@ -22292,9 +22389,9 @@ export const AzureMariaDBSource = {
|
|
|
22292
22389
|
type: {
|
|
22293
22390
|
name: "Composite",
|
|
22294
22391
|
className: "AzureMariaDBSource",
|
|
22295
|
-
uberParent: "
|
|
22392
|
+
uberParent: "TabularSource",
|
|
22296
22393
|
additionalProperties: { type: { name: "Object" } },
|
|
22297
|
-
polymorphicDiscriminator:
|
|
22394
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22298
22395
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22299
22396
|
serializedName: "query",
|
|
22300
22397
|
type: {
|
|
@@ -22308,9 +22405,9 @@ export const MarketoSource = {
|
|
|
22308
22405
|
type: {
|
|
22309
22406
|
name: "Composite",
|
|
22310
22407
|
className: "MarketoSource",
|
|
22311
|
-
uberParent: "
|
|
22408
|
+
uberParent: "TabularSource",
|
|
22312
22409
|
additionalProperties: { type: { name: "Object" } },
|
|
22313
|
-
polymorphicDiscriminator:
|
|
22410
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22314
22411
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22315
22412
|
serializedName: "query",
|
|
22316
22413
|
type: {
|
|
@@ -22324,9 +22421,9 @@ export const PaypalSource = {
|
|
|
22324
22421
|
type: {
|
|
22325
22422
|
name: "Composite",
|
|
22326
22423
|
className: "PaypalSource",
|
|
22327
|
-
uberParent: "
|
|
22424
|
+
uberParent: "TabularSource",
|
|
22328
22425
|
additionalProperties: { type: { name: "Object" } },
|
|
22329
|
-
polymorphicDiscriminator:
|
|
22426
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22330
22427
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22331
22428
|
serializedName: "query",
|
|
22332
22429
|
type: {
|
|
@@ -22340,9 +22437,9 @@ export const PhoenixSource = {
|
|
|
22340
22437
|
type: {
|
|
22341
22438
|
name: "Composite",
|
|
22342
22439
|
className: "PhoenixSource",
|
|
22343
|
-
uberParent: "
|
|
22440
|
+
uberParent: "TabularSource",
|
|
22344
22441
|
additionalProperties: { type: { name: "Object" } },
|
|
22345
|
-
polymorphicDiscriminator:
|
|
22442
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22346
22443
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22347
22444
|
serializedName: "query",
|
|
22348
22445
|
type: {
|
|
@@ -22356,9 +22453,9 @@ export const PrestoSource = {
|
|
|
22356
22453
|
type: {
|
|
22357
22454
|
name: "Composite",
|
|
22358
22455
|
className: "PrestoSource",
|
|
22359
|
-
uberParent: "
|
|
22456
|
+
uberParent: "TabularSource",
|
|
22360
22457
|
additionalProperties: { type: { name: "Object" } },
|
|
22361
|
-
polymorphicDiscriminator:
|
|
22458
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22362
22459
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22363
22460
|
serializedName: "query",
|
|
22364
22461
|
type: {
|
|
@@ -22372,9 +22469,9 @@ export const QuickBooksSource = {
|
|
|
22372
22469
|
type: {
|
|
22373
22470
|
name: "Composite",
|
|
22374
22471
|
className: "QuickBooksSource",
|
|
22375
|
-
uberParent: "
|
|
22472
|
+
uberParent: "TabularSource",
|
|
22376
22473
|
additionalProperties: { type: { name: "Object" } },
|
|
22377
|
-
polymorphicDiscriminator:
|
|
22474
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22378
22475
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22379
22476
|
serializedName: "query",
|
|
22380
22477
|
type: {
|
|
@@ -22388,9 +22485,9 @@ export const ServiceNowSource = {
|
|
|
22388
22485
|
type: {
|
|
22389
22486
|
name: "Composite",
|
|
22390
22487
|
className: "ServiceNowSource",
|
|
22391
|
-
uberParent: "
|
|
22488
|
+
uberParent: "TabularSource",
|
|
22392
22489
|
additionalProperties: { type: { name: "Object" } },
|
|
22393
|
-
polymorphicDiscriminator:
|
|
22490
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22394
22491
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22395
22492
|
serializedName: "query",
|
|
22396
22493
|
type: {
|
|
@@ -22404,9 +22501,9 @@ export const ShopifySource = {
|
|
|
22404
22501
|
type: {
|
|
22405
22502
|
name: "Composite",
|
|
22406
22503
|
className: "ShopifySource",
|
|
22407
|
-
uberParent: "
|
|
22504
|
+
uberParent: "TabularSource",
|
|
22408
22505
|
additionalProperties: { type: { name: "Object" } },
|
|
22409
|
-
polymorphicDiscriminator:
|
|
22506
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22410
22507
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22411
22508
|
serializedName: "query",
|
|
22412
22509
|
type: {
|
|
@@ -22420,9 +22517,9 @@ export const SparkSource = {
|
|
|
22420
22517
|
type: {
|
|
22421
22518
|
name: "Composite",
|
|
22422
22519
|
className: "SparkSource",
|
|
22423
|
-
uberParent: "
|
|
22520
|
+
uberParent: "TabularSource",
|
|
22424
22521
|
additionalProperties: { type: { name: "Object" } },
|
|
22425
|
-
polymorphicDiscriminator:
|
|
22522
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22426
22523
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22427
22524
|
serializedName: "query",
|
|
22428
22525
|
type: {
|
|
@@ -22436,9 +22533,9 @@ export const SquareSource = {
|
|
|
22436
22533
|
type: {
|
|
22437
22534
|
name: "Composite",
|
|
22438
22535
|
className: "SquareSource",
|
|
22439
|
-
uberParent: "
|
|
22536
|
+
uberParent: "TabularSource",
|
|
22440
22537
|
additionalProperties: { type: { name: "Object" } },
|
|
22441
|
-
polymorphicDiscriminator:
|
|
22538
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22442
22539
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22443
22540
|
serializedName: "query",
|
|
22444
22541
|
type: {
|
|
@@ -22452,9 +22549,9 @@ export const XeroSource = {
|
|
|
22452
22549
|
type: {
|
|
22453
22550
|
name: "Composite",
|
|
22454
22551
|
className: "XeroSource",
|
|
22455
|
-
uberParent: "
|
|
22552
|
+
uberParent: "TabularSource",
|
|
22456
22553
|
additionalProperties: { type: { name: "Object" } },
|
|
22457
|
-
polymorphicDiscriminator:
|
|
22554
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22458
22555
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22459
22556
|
serializedName: "query",
|
|
22460
22557
|
type: {
|
|
@@ -22468,9 +22565,9 @@ export const ZohoSource = {
|
|
|
22468
22565
|
type: {
|
|
22469
22566
|
name: "Composite",
|
|
22470
22567
|
className: "ZohoSource",
|
|
22471
|
-
uberParent: "
|
|
22568
|
+
uberParent: "TabularSource",
|
|
22472
22569
|
additionalProperties: { type: { name: "Object" } },
|
|
22473
|
-
polymorphicDiscriminator:
|
|
22570
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22474
22571
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22475
22572
|
serializedName: "query",
|
|
22476
22573
|
type: {
|
|
@@ -22484,9 +22581,9 @@ export const NetezzaSource = {
|
|
|
22484
22581
|
type: {
|
|
22485
22582
|
name: "Composite",
|
|
22486
22583
|
className: "NetezzaSource",
|
|
22487
|
-
uberParent: "
|
|
22584
|
+
uberParent: "TabularSource",
|
|
22488
22585
|
additionalProperties: { type: { name: "Object" } },
|
|
22489
|
-
polymorphicDiscriminator:
|
|
22586
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22490
22587
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22491
22588
|
serializedName: "query",
|
|
22492
22589
|
type: {
|
|
@@ -22511,9 +22608,9 @@ export const VerticaSource = {
|
|
|
22511
22608
|
type: {
|
|
22512
22609
|
name: "Composite",
|
|
22513
22610
|
className: "VerticaSource",
|
|
22514
|
-
uberParent: "
|
|
22611
|
+
uberParent: "TabularSource",
|
|
22515
22612
|
additionalProperties: { type: { name: "Object" } },
|
|
22516
|
-
polymorphicDiscriminator:
|
|
22613
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22517
22614
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22518
22615
|
serializedName: "query",
|
|
22519
22616
|
type: {
|
|
@@ -22527,9 +22624,9 @@ export const SalesforceMarketingCloudSource = {
|
|
|
22527
22624
|
type: {
|
|
22528
22625
|
name: "Composite",
|
|
22529
22626
|
className: "SalesforceMarketingCloudSource",
|
|
22530
|
-
uberParent: "
|
|
22627
|
+
uberParent: "TabularSource",
|
|
22531
22628
|
additionalProperties: { type: { name: "Object" } },
|
|
22532
|
-
polymorphicDiscriminator:
|
|
22629
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22533
22630
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22534
22631
|
serializedName: "query",
|
|
22535
22632
|
type: {
|
|
@@ -22543,9 +22640,9 @@ export const ResponsysSource = {
|
|
|
22543
22640
|
type: {
|
|
22544
22641
|
name: "Composite",
|
|
22545
22642
|
className: "ResponsysSource",
|
|
22546
|
-
uberParent: "
|
|
22643
|
+
uberParent: "TabularSource",
|
|
22547
22644
|
additionalProperties: { type: { name: "Object" } },
|
|
22548
|
-
polymorphicDiscriminator:
|
|
22645
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22549
22646
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22550
22647
|
serializedName: "query",
|
|
22551
22648
|
type: {
|
|
@@ -22559,9 +22656,9 @@ export const DynamicsAXSource = {
|
|
|
22559
22656
|
type: {
|
|
22560
22657
|
name: "Composite",
|
|
22561
22658
|
className: "DynamicsAXSource",
|
|
22562
|
-
uberParent: "
|
|
22659
|
+
uberParent: "TabularSource",
|
|
22563
22660
|
additionalProperties: { type: { name: "Object" } },
|
|
22564
|
-
polymorphicDiscriminator:
|
|
22661
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22565
22662
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22566
22663
|
serializedName: "query",
|
|
22567
22664
|
type: {
|
|
@@ -22580,9 +22677,9 @@ export const OracleServiceCloudSource = {
|
|
|
22580
22677
|
type: {
|
|
22581
22678
|
name: "Composite",
|
|
22582
22679
|
className: "OracleServiceCloudSource",
|
|
22583
|
-
uberParent: "
|
|
22680
|
+
uberParent: "TabularSource",
|
|
22584
22681
|
additionalProperties: { type: { name: "Object" } },
|
|
22585
|
-
polymorphicDiscriminator:
|
|
22682
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22586
22683
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22587
22684
|
serializedName: "query",
|
|
22588
22685
|
type: {
|
|
@@ -22596,9 +22693,9 @@ export const GoogleAdWordsSource = {
|
|
|
22596
22693
|
type: {
|
|
22597
22694
|
name: "Composite",
|
|
22598
22695
|
className: "GoogleAdWordsSource",
|
|
22599
|
-
uberParent: "
|
|
22696
|
+
uberParent: "TabularSource",
|
|
22600
22697
|
additionalProperties: { type: { name: "Object" } },
|
|
22601
|
-
polymorphicDiscriminator:
|
|
22698
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22602
22699
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22603
22700
|
serializedName: "query",
|
|
22604
22701
|
type: {
|
|
@@ -22612,9 +22709,9 @@ export const AmazonRedshiftSource = {
|
|
|
22612
22709
|
type: {
|
|
22613
22710
|
name: "Composite",
|
|
22614
22711
|
className: "AmazonRedshiftSource",
|
|
22615
|
-
uberParent: "
|
|
22712
|
+
uberParent: "TabularSource",
|
|
22616
22713
|
additionalProperties: { type: { name: "Object" } },
|
|
22617
|
-
polymorphicDiscriminator:
|
|
22714
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
22618
22715
|
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
22619
22716
|
serializedName: "query",
|
|
22620
22717
|
type: {
|
|
@@ -22634,8 +22731,8 @@ export const TumblingWindowTriggerDependencyReference = {
|
|
|
22634
22731
|
type: {
|
|
22635
22732
|
name: "Composite",
|
|
22636
22733
|
className: "TumblingWindowTriggerDependencyReference",
|
|
22637
|
-
uberParent: "
|
|
22638
|
-
polymorphicDiscriminator:
|
|
22734
|
+
uberParent: "TriggerDependencyReference",
|
|
22735
|
+
polymorphicDiscriminator: TriggerDependencyReference.type.polymorphicDiscriminator,
|
|
22639
22736
|
modelProperties: Object.assign(Object.assign({}, TriggerDependencyReference.type.modelProperties), { offset: {
|
|
22640
22737
|
constraints: {
|
|
22641
22738
|
Pattern: new RegExp("-?((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))"),
|
|
@@ -23111,6 +23208,7 @@ export let discriminators = {
|
|
|
23111
23208
|
"LinkedService.Snowflake": SnowflakeLinkedService,
|
|
23112
23209
|
"LinkedService.SharePointOnlineList": SharePointOnlineListLinkedService,
|
|
23113
23210
|
"LinkedService.AzureSynapseArtifacts": AzureSynapseArtifactsLinkedService,
|
|
23211
|
+
"LinkedService.PowerBIWorkspace": PowerBIWorkspaceLinkedService,
|
|
23114
23212
|
"Activity.Container": ControlActivity,
|
|
23115
23213
|
"Activity.Execution": ExecutionActivity,
|
|
23116
23214
|
"Activity.SqlPoolStoredProcedure": SqlPoolStoredProcedureActivity,
|
|
@@ -23249,107 +23347,107 @@ export let discriminators = {
|
|
|
23249
23347
|
"DependencyReference.SelfDependencyTumblingWindowTriggerReference": SelfDependencyTumblingWindowTriggerReference,
|
|
23250
23348
|
"LinkedIntegrationRuntimeType.Key": LinkedIntegrationRuntimeKeyAuthorization,
|
|
23251
23349
|
"LinkedIntegrationRuntimeType.RBAC": LinkedIntegrationRuntimeRbacAuthorization,
|
|
23252
|
-
"
|
|
23253
|
-
"
|
|
23254
|
-
"
|
|
23255
|
-
"
|
|
23256
|
-
"
|
|
23257
|
-
"
|
|
23258
|
-
"
|
|
23259
|
-
"
|
|
23260
|
-
"
|
|
23261
|
-
"
|
|
23262
|
-
"
|
|
23263
|
-
"
|
|
23264
|
-
"
|
|
23265
|
-
"
|
|
23266
|
-
"
|
|
23267
|
-
"
|
|
23268
|
-
"
|
|
23269
|
-
"
|
|
23270
|
-
"
|
|
23271
|
-
"
|
|
23272
|
-
"
|
|
23273
|
-
"
|
|
23274
|
-
"
|
|
23275
|
-
"
|
|
23276
|
-
"
|
|
23277
|
-
"
|
|
23278
|
-
"
|
|
23279
|
-
"
|
|
23280
|
-
"
|
|
23281
|
-
"
|
|
23282
|
-
"
|
|
23283
|
-
"
|
|
23284
|
-
"
|
|
23285
|
-
"
|
|
23286
|
-
"
|
|
23287
|
-
"
|
|
23288
|
-
"
|
|
23289
|
-
"
|
|
23290
|
-
"
|
|
23291
|
-
"
|
|
23292
|
-
"
|
|
23293
|
-
"
|
|
23294
|
-
"
|
|
23295
|
-
"
|
|
23296
|
-
"
|
|
23297
|
-
"
|
|
23298
|
-
"
|
|
23299
|
-
"
|
|
23300
|
-
"
|
|
23301
|
-
"
|
|
23302
|
-
"
|
|
23303
|
-
"
|
|
23304
|
-
"
|
|
23305
|
-
"
|
|
23306
|
-
"
|
|
23307
|
-
"
|
|
23308
|
-
"
|
|
23309
|
-
"
|
|
23310
|
-
"
|
|
23311
|
-
"
|
|
23312
|
-
"
|
|
23313
|
-
"
|
|
23314
|
-
"
|
|
23315
|
-
"
|
|
23316
|
-
"
|
|
23317
|
-
"
|
|
23318
|
-
"
|
|
23319
|
-
"
|
|
23320
|
-
"
|
|
23321
|
-
"
|
|
23322
|
-
"
|
|
23323
|
-
"
|
|
23324
|
-
"
|
|
23325
|
-
"
|
|
23326
|
-
"
|
|
23327
|
-
"
|
|
23328
|
-
"
|
|
23329
|
-
"
|
|
23330
|
-
"
|
|
23331
|
-
"
|
|
23332
|
-
"
|
|
23333
|
-
"
|
|
23334
|
-
"
|
|
23335
|
-
"
|
|
23336
|
-
"
|
|
23337
|
-
"
|
|
23338
|
-
"
|
|
23339
|
-
"
|
|
23340
|
-
"
|
|
23341
|
-
"
|
|
23342
|
-
"
|
|
23343
|
-
"
|
|
23344
|
-
"
|
|
23345
|
-
"
|
|
23346
|
-
"
|
|
23347
|
-
"
|
|
23348
|
-
"
|
|
23349
|
-
"
|
|
23350
|
-
"
|
|
23351
|
-
"
|
|
23352
|
-
"
|
|
23353
|
-
"
|
|
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
|
|
23354
23452
|
};
|
|
23355
23453
|
//# sourceMappingURL=mappers.js.map
|