@azure/arm-datafactory 14.0.0 → 14.1.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 +26 -0
- package/dist/index.js +410 -1
- 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.js +1 -1
- package/dist-esm/src/models/index.d.ts +201 -7
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +28 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +371 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +4 -4
- package/review/arm-datafactory.api.md +131 -7
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +238 -7
- package/src/models/mappers.ts +441 -0
- package/types/arm-datafactory.d.ts +217 -7
- package/types/tsdoc-metadata.json +1 -1
package/src/models/mappers.ts
CHANGED
|
@@ -7542,6 +7542,45 @@ export const SynapseSparkJobReference: coreClient.CompositeMapper = {
|
|
|
7542
7542
|
},
|
|
7543
7543
|
};
|
|
7544
7544
|
|
|
7545
|
+
export const ExpressionV2: coreClient.CompositeMapper = {
|
|
7546
|
+
type: {
|
|
7547
|
+
name: "Composite",
|
|
7548
|
+
className: "ExpressionV2",
|
|
7549
|
+
modelProperties: {
|
|
7550
|
+
type: {
|
|
7551
|
+
serializedName: "type",
|
|
7552
|
+
type: {
|
|
7553
|
+
name: "String",
|
|
7554
|
+
},
|
|
7555
|
+
},
|
|
7556
|
+
value: {
|
|
7557
|
+
serializedName: "value",
|
|
7558
|
+
type: {
|
|
7559
|
+
name: "String",
|
|
7560
|
+
},
|
|
7561
|
+
},
|
|
7562
|
+
operator: {
|
|
7563
|
+
serializedName: "operator",
|
|
7564
|
+
type: {
|
|
7565
|
+
name: "String",
|
|
7566
|
+
},
|
|
7567
|
+
},
|
|
7568
|
+
operands: {
|
|
7569
|
+
serializedName: "operands",
|
|
7570
|
+
type: {
|
|
7571
|
+
name: "Sequence",
|
|
7572
|
+
element: {
|
|
7573
|
+
type: {
|
|
7574
|
+
name: "Composite",
|
|
7575
|
+
className: "ExpressionV2",
|
|
7576
|
+
},
|
|
7577
|
+
},
|
|
7578
|
+
},
|
|
7579
|
+
},
|
|
7580
|
+
},
|
|
7581
|
+
},
|
|
7582
|
+
};
|
|
7583
|
+
|
|
7545
7584
|
export const ScheduleTriggerRecurrence: coreClient.CompositeMapper = {
|
|
7546
7585
|
type: {
|
|
7547
7586
|
name: "Composite",
|
|
@@ -10180,6 +10219,139 @@ export const PostgreSqlLinkedService: coreClient.CompositeMapper = {
|
|
|
10180
10219
|
},
|
|
10181
10220
|
};
|
|
10182
10221
|
|
|
10222
|
+
export const PostgreSqlV2LinkedService: coreClient.CompositeMapper = {
|
|
10223
|
+
serializedName: "PostgreSqlV2",
|
|
10224
|
+
type: {
|
|
10225
|
+
name: "Composite",
|
|
10226
|
+
className: "PostgreSqlV2LinkedService",
|
|
10227
|
+
uberParent: "LinkedService",
|
|
10228
|
+
additionalProperties: { type: { name: "Object" } },
|
|
10229
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
10230
|
+
modelProperties: {
|
|
10231
|
+
...LinkedService.type.modelProperties,
|
|
10232
|
+
server: {
|
|
10233
|
+
serializedName: "typeProperties.server",
|
|
10234
|
+
required: true,
|
|
10235
|
+
type: {
|
|
10236
|
+
name: "any",
|
|
10237
|
+
},
|
|
10238
|
+
},
|
|
10239
|
+
port: {
|
|
10240
|
+
serializedName: "typeProperties.port",
|
|
10241
|
+
type: {
|
|
10242
|
+
name: "any",
|
|
10243
|
+
},
|
|
10244
|
+
},
|
|
10245
|
+
username: {
|
|
10246
|
+
serializedName: "typeProperties.username",
|
|
10247
|
+
required: true,
|
|
10248
|
+
type: {
|
|
10249
|
+
name: "any",
|
|
10250
|
+
},
|
|
10251
|
+
},
|
|
10252
|
+
database: {
|
|
10253
|
+
serializedName: "typeProperties.database",
|
|
10254
|
+
required: true,
|
|
10255
|
+
type: {
|
|
10256
|
+
name: "any",
|
|
10257
|
+
},
|
|
10258
|
+
},
|
|
10259
|
+
sslMode: {
|
|
10260
|
+
serializedName: "typeProperties.sslMode",
|
|
10261
|
+
required: true,
|
|
10262
|
+
type: {
|
|
10263
|
+
name: "any",
|
|
10264
|
+
},
|
|
10265
|
+
},
|
|
10266
|
+
schema: {
|
|
10267
|
+
serializedName: "typeProperties.schema",
|
|
10268
|
+
type: {
|
|
10269
|
+
name: "any",
|
|
10270
|
+
},
|
|
10271
|
+
},
|
|
10272
|
+
pooling: {
|
|
10273
|
+
serializedName: "typeProperties.pooling",
|
|
10274
|
+
type: {
|
|
10275
|
+
name: "any",
|
|
10276
|
+
},
|
|
10277
|
+
},
|
|
10278
|
+
connectionTimeout: {
|
|
10279
|
+
serializedName: "typeProperties.connectionTimeout",
|
|
10280
|
+
type: {
|
|
10281
|
+
name: "any",
|
|
10282
|
+
},
|
|
10283
|
+
},
|
|
10284
|
+
commandTimeout: {
|
|
10285
|
+
serializedName: "typeProperties.commandTimeout",
|
|
10286
|
+
type: {
|
|
10287
|
+
name: "any",
|
|
10288
|
+
},
|
|
10289
|
+
},
|
|
10290
|
+
trustServerCertificate: {
|
|
10291
|
+
serializedName: "typeProperties.trustServerCertificate",
|
|
10292
|
+
type: {
|
|
10293
|
+
name: "any",
|
|
10294
|
+
},
|
|
10295
|
+
},
|
|
10296
|
+
sslCertificate: {
|
|
10297
|
+
serializedName: "typeProperties.sslCertificate",
|
|
10298
|
+
type: {
|
|
10299
|
+
name: "any",
|
|
10300
|
+
},
|
|
10301
|
+
},
|
|
10302
|
+
sslKey: {
|
|
10303
|
+
serializedName: "typeProperties.sslKey",
|
|
10304
|
+
type: {
|
|
10305
|
+
name: "any",
|
|
10306
|
+
},
|
|
10307
|
+
},
|
|
10308
|
+
sslPassword: {
|
|
10309
|
+
serializedName: "typeProperties.sslPassword",
|
|
10310
|
+
type: {
|
|
10311
|
+
name: "any",
|
|
10312
|
+
},
|
|
10313
|
+
},
|
|
10314
|
+
readBufferSize: {
|
|
10315
|
+
serializedName: "typeProperties.readBufferSize",
|
|
10316
|
+
type: {
|
|
10317
|
+
name: "any",
|
|
10318
|
+
},
|
|
10319
|
+
},
|
|
10320
|
+
logParameters: {
|
|
10321
|
+
serializedName: "typeProperties.logParameters",
|
|
10322
|
+
type: {
|
|
10323
|
+
name: "any",
|
|
10324
|
+
},
|
|
10325
|
+
},
|
|
10326
|
+
timezone: {
|
|
10327
|
+
serializedName: "typeProperties.timezone",
|
|
10328
|
+
type: {
|
|
10329
|
+
name: "any",
|
|
10330
|
+
},
|
|
10331
|
+
},
|
|
10332
|
+
encoding: {
|
|
10333
|
+
serializedName: "typeProperties.encoding",
|
|
10334
|
+
type: {
|
|
10335
|
+
name: "any",
|
|
10336
|
+
},
|
|
10337
|
+
},
|
|
10338
|
+
password: {
|
|
10339
|
+
serializedName: "typeProperties.password",
|
|
10340
|
+
type: {
|
|
10341
|
+
name: "Composite",
|
|
10342
|
+
className: "AzureKeyVaultSecretReference",
|
|
10343
|
+
},
|
|
10344
|
+
},
|
|
10345
|
+
encryptedCredential: {
|
|
10346
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
10347
|
+
type: {
|
|
10348
|
+
name: "String",
|
|
10349
|
+
},
|
|
10350
|
+
},
|
|
10351
|
+
},
|
|
10352
|
+
},
|
|
10353
|
+
};
|
|
10354
|
+
|
|
10183
10355
|
export const SybaseLinkedService: coreClient.CompositeMapper = {
|
|
10184
10356
|
serializedName: "Sybase",
|
|
10185
10357
|
type: {
|
|
@@ -12970,6 +13142,67 @@ export const GoogleBigQueryLinkedService: coreClient.CompositeMapper = {
|
|
|
12970
13142
|
},
|
|
12971
13143
|
};
|
|
12972
13144
|
|
|
13145
|
+
export const GoogleBigQueryV2LinkedService: coreClient.CompositeMapper = {
|
|
13146
|
+
serializedName: "GoogleBigQueryV2",
|
|
13147
|
+
type: {
|
|
13148
|
+
name: "Composite",
|
|
13149
|
+
className: "GoogleBigQueryV2LinkedService",
|
|
13150
|
+
uberParent: "LinkedService",
|
|
13151
|
+
additionalProperties: { type: { name: "Object" } },
|
|
13152
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
13153
|
+
modelProperties: {
|
|
13154
|
+
...LinkedService.type.modelProperties,
|
|
13155
|
+
projectId: {
|
|
13156
|
+
serializedName: "typeProperties.projectId",
|
|
13157
|
+
required: true,
|
|
13158
|
+
type: {
|
|
13159
|
+
name: "any",
|
|
13160
|
+
},
|
|
13161
|
+
},
|
|
13162
|
+
authenticationType: {
|
|
13163
|
+
serializedName: "typeProperties.authenticationType",
|
|
13164
|
+
required: true,
|
|
13165
|
+
type: {
|
|
13166
|
+
name: "String",
|
|
13167
|
+
},
|
|
13168
|
+
},
|
|
13169
|
+
clientId: {
|
|
13170
|
+
serializedName: "typeProperties.clientId",
|
|
13171
|
+
type: {
|
|
13172
|
+
name: "any",
|
|
13173
|
+
},
|
|
13174
|
+
},
|
|
13175
|
+
clientSecret: {
|
|
13176
|
+
serializedName: "typeProperties.clientSecret",
|
|
13177
|
+
type: {
|
|
13178
|
+
name: "Composite",
|
|
13179
|
+
className: "SecretBase",
|
|
13180
|
+
},
|
|
13181
|
+
},
|
|
13182
|
+
refreshToken: {
|
|
13183
|
+
serializedName: "typeProperties.refreshToken",
|
|
13184
|
+
type: {
|
|
13185
|
+
name: "Composite",
|
|
13186
|
+
className: "SecretBase",
|
|
13187
|
+
},
|
|
13188
|
+
},
|
|
13189
|
+
keyFileContent: {
|
|
13190
|
+
serializedName: "typeProperties.keyFileContent",
|
|
13191
|
+
type: {
|
|
13192
|
+
name: "Composite",
|
|
13193
|
+
className: "SecretBase",
|
|
13194
|
+
},
|
|
13195
|
+
},
|
|
13196
|
+
encryptedCredential: {
|
|
13197
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
13198
|
+
type: {
|
|
13199
|
+
name: "String",
|
|
13200
|
+
},
|
|
13201
|
+
},
|
|
13202
|
+
},
|
|
13203
|
+
},
|
|
13204
|
+
};
|
|
13205
|
+
|
|
12973
13206
|
export const GreenplumLinkedService: coreClient.CompositeMapper = {
|
|
12974
13207
|
serializedName: "Greenplum",
|
|
12975
13208
|
type: {
|
|
@@ -15948,6 +16181,72 @@ export const WarehouseLinkedService: coreClient.CompositeMapper = {
|
|
|
15948
16181
|
},
|
|
15949
16182
|
};
|
|
15950
16183
|
|
|
16184
|
+
export const ServiceNowV2LinkedService: coreClient.CompositeMapper = {
|
|
16185
|
+
serializedName: "ServiceNowV2",
|
|
16186
|
+
type: {
|
|
16187
|
+
name: "Composite",
|
|
16188
|
+
className: "ServiceNowV2LinkedService",
|
|
16189
|
+
uberParent: "LinkedService",
|
|
16190
|
+
additionalProperties: { type: { name: "Object" } },
|
|
16191
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
16192
|
+
modelProperties: {
|
|
16193
|
+
...LinkedService.type.modelProperties,
|
|
16194
|
+
endpoint: {
|
|
16195
|
+
serializedName: "typeProperties.endpoint",
|
|
16196
|
+
required: true,
|
|
16197
|
+
type: {
|
|
16198
|
+
name: "any",
|
|
16199
|
+
},
|
|
16200
|
+
},
|
|
16201
|
+
authenticationType: {
|
|
16202
|
+
serializedName: "typeProperties.authenticationType",
|
|
16203
|
+
required: true,
|
|
16204
|
+
type: {
|
|
16205
|
+
name: "String",
|
|
16206
|
+
},
|
|
16207
|
+
},
|
|
16208
|
+
username: {
|
|
16209
|
+
serializedName: "typeProperties.username",
|
|
16210
|
+
type: {
|
|
16211
|
+
name: "any",
|
|
16212
|
+
},
|
|
16213
|
+
},
|
|
16214
|
+
password: {
|
|
16215
|
+
serializedName: "typeProperties.password",
|
|
16216
|
+
type: {
|
|
16217
|
+
name: "Composite",
|
|
16218
|
+
className: "SecretBase",
|
|
16219
|
+
},
|
|
16220
|
+
},
|
|
16221
|
+
clientId: {
|
|
16222
|
+
serializedName: "typeProperties.clientId",
|
|
16223
|
+
type: {
|
|
16224
|
+
name: "any",
|
|
16225
|
+
},
|
|
16226
|
+
},
|
|
16227
|
+
clientSecret: {
|
|
16228
|
+
serializedName: "typeProperties.clientSecret",
|
|
16229
|
+
type: {
|
|
16230
|
+
name: "Composite",
|
|
16231
|
+
className: "SecretBase",
|
|
16232
|
+
},
|
|
16233
|
+
},
|
|
16234
|
+
grantType: {
|
|
16235
|
+
serializedName: "typeProperties.grantType",
|
|
16236
|
+
type: {
|
|
16237
|
+
name: "any",
|
|
16238
|
+
},
|
|
16239
|
+
},
|
|
16240
|
+
encryptedCredential: {
|
|
16241
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
16242
|
+
type: {
|
|
16243
|
+
name: "String",
|
|
16244
|
+
},
|
|
16245
|
+
},
|
|
16246
|
+
},
|
|
16247
|
+
},
|
|
16248
|
+
};
|
|
16249
|
+
|
|
15951
16250
|
export const AmazonS3Dataset: coreClient.CompositeMapper = {
|
|
15952
16251
|
serializedName: "AmazonS3Object",
|
|
15953
16252
|
type: {
|
|
@@ -17218,6 +17517,32 @@ export const PostgreSqlTableDataset: coreClient.CompositeMapper = {
|
|
|
17218
17517
|
},
|
|
17219
17518
|
};
|
|
17220
17519
|
|
|
17520
|
+
export const PostgreSqlV2TableDataset: coreClient.CompositeMapper = {
|
|
17521
|
+
serializedName: "PostgreSqlV2Table",
|
|
17522
|
+
type: {
|
|
17523
|
+
name: "Composite",
|
|
17524
|
+
className: "PostgreSqlV2TableDataset",
|
|
17525
|
+
uberParent: "Dataset",
|
|
17526
|
+
additionalProperties: { type: { name: "Object" } },
|
|
17527
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
17528
|
+
modelProperties: {
|
|
17529
|
+
...Dataset.type.modelProperties,
|
|
17530
|
+
table: {
|
|
17531
|
+
serializedName: "typeProperties.table",
|
|
17532
|
+
type: {
|
|
17533
|
+
name: "any",
|
|
17534
|
+
},
|
|
17535
|
+
},
|
|
17536
|
+
schemaTypePropertiesSchema: {
|
|
17537
|
+
serializedName: "typeProperties.schema",
|
|
17538
|
+
type: {
|
|
17539
|
+
name: "any",
|
|
17540
|
+
},
|
|
17541
|
+
},
|
|
17542
|
+
},
|
|
17543
|
+
},
|
|
17544
|
+
};
|
|
17545
|
+
|
|
17221
17546
|
export const MicrosoftAccessTableDataset: coreClient.CompositeMapper = {
|
|
17222
17547
|
serializedName: "MicrosoftAccessTable",
|
|
17223
17548
|
type: {
|
|
@@ -17842,6 +18167,32 @@ export const GoogleBigQueryObjectDataset: coreClient.CompositeMapper = {
|
|
|
17842
18167
|
},
|
|
17843
18168
|
};
|
|
17844
18169
|
|
|
18170
|
+
export const GoogleBigQueryV2ObjectDataset: coreClient.CompositeMapper = {
|
|
18171
|
+
serializedName: "GoogleBigQueryV2Object",
|
|
18172
|
+
type: {
|
|
18173
|
+
name: "Composite",
|
|
18174
|
+
className: "GoogleBigQueryV2ObjectDataset",
|
|
18175
|
+
uberParent: "Dataset",
|
|
18176
|
+
additionalProperties: { type: { name: "Object" } },
|
|
18177
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
18178
|
+
modelProperties: {
|
|
18179
|
+
...Dataset.type.modelProperties,
|
|
18180
|
+
table: {
|
|
18181
|
+
serializedName: "typeProperties.table",
|
|
18182
|
+
type: {
|
|
18183
|
+
name: "any",
|
|
18184
|
+
},
|
|
18185
|
+
},
|
|
18186
|
+
dataset: {
|
|
18187
|
+
serializedName: "typeProperties.dataset",
|
|
18188
|
+
type: {
|
|
18189
|
+
name: "any",
|
|
18190
|
+
},
|
|
18191
|
+
},
|
|
18192
|
+
},
|
|
18193
|
+
},
|
|
18194
|
+
};
|
|
18195
|
+
|
|
17845
18196
|
export const GreenplumTableDataset: coreClient.CompositeMapper = {
|
|
17846
18197
|
serializedName: "GreenplumTable",
|
|
17847
18198
|
type: {
|
|
@@ -18697,6 +19048,26 @@ export const WarehouseTableDataset: coreClient.CompositeMapper = {
|
|
|
18697
19048
|
},
|
|
18698
19049
|
};
|
|
18699
19050
|
|
|
19051
|
+
export const ServiceNowV2ObjectDataset: coreClient.CompositeMapper = {
|
|
19052
|
+
serializedName: "ServiceNowV2Object",
|
|
19053
|
+
type: {
|
|
19054
|
+
name: "Composite",
|
|
19055
|
+
className: "ServiceNowV2ObjectDataset",
|
|
19056
|
+
uberParent: "Dataset",
|
|
19057
|
+
additionalProperties: { type: { name: "Object" } },
|
|
19058
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
19059
|
+
modelProperties: {
|
|
19060
|
+
...Dataset.type.modelProperties,
|
|
19061
|
+
tableName: {
|
|
19062
|
+
serializedName: "typeProperties.tableName",
|
|
19063
|
+
type: {
|
|
19064
|
+
name: "any",
|
|
19065
|
+
},
|
|
19066
|
+
},
|
|
19067
|
+
},
|
|
19068
|
+
},
|
|
19069
|
+
};
|
|
19070
|
+
|
|
18700
19071
|
export const ControlActivity: coreClient.CompositeMapper = {
|
|
18701
19072
|
serializedName: "Container",
|
|
18702
19073
|
type: {
|
|
@@ -27004,6 +27375,26 @@ export const PostgreSqlSource: coreClient.CompositeMapper = {
|
|
|
27004
27375
|
},
|
|
27005
27376
|
};
|
|
27006
27377
|
|
|
27378
|
+
export const PostgreSqlV2Source: coreClient.CompositeMapper = {
|
|
27379
|
+
serializedName: "PostgreSqlV2Source",
|
|
27380
|
+
type: {
|
|
27381
|
+
name: "Composite",
|
|
27382
|
+
className: "PostgreSqlV2Source",
|
|
27383
|
+
uberParent: "TabularSource",
|
|
27384
|
+
additionalProperties: { type: { name: "Object" } },
|
|
27385
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
27386
|
+
modelProperties: {
|
|
27387
|
+
...TabularSource.type.modelProperties,
|
|
27388
|
+
query: {
|
|
27389
|
+
serializedName: "query",
|
|
27390
|
+
type: {
|
|
27391
|
+
name: "any",
|
|
27392
|
+
},
|
|
27393
|
+
},
|
|
27394
|
+
},
|
|
27395
|
+
},
|
|
27396
|
+
};
|
|
27397
|
+
|
|
27007
27398
|
export const SybaseSource: coreClient.CompositeMapper = {
|
|
27008
27399
|
serializedName: "SybaseSource",
|
|
27009
27400
|
type: {
|
|
@@ -27855,6 +28246,26 @@ export const GoogleBigQuerySource: coreClient.CompositeMapper = {
|
|
|
27855
28246
|
},
|
|
27856
28247
|
};
|
|
27857
28248
|
|
|
28249
|
+
export const GoogleBigQueryV2Source: coreClient.CompositeMapper = {
|
|
28250
|
+
serializedName: "GoogleBigQueryV2Source",
|
|
28251
|
+
type: {
|
|
28252
|
+
name: "Composite",
|
|
28253
|
+
className: "GoogleBigQueryV2Source",
|
|
28254
|
+
uberParent: "TabularSource",
|
|
28255
|
+
additionalProperties: { type: { name: "Object" } },
|
|
28256
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
28257
|
+
modelProperties: {
|
|
28258
|
+
...TabularSource.type.modelProperties,
|
|
28259
|
+
query: {
|
|
28260
|
+
serializedName: "query",
|
|
28261
|
+
type: {
|
|
28262
|
+
name: "any",
|
|
28263
|
+
},
|
|
28264
|
+
},
|
|
28265
|
+
},
|
|
28266
|
+
},
|
|
28267
|
+
};
|
|
28268
|
+
|
|
27858
28269
|
export const GreenplumSource: coreClient.CompositeMapper = {
|
|
27859
28270
|
serializedName: "GreenplumSource",
|
|
27860
28271
|
type: {
|
|
@@ -28518,6 +28929,27 @@ export const SalesforceV2Source: coreClient.CompositeMapper = {
|
|
|
28518
28929
|
},
|
|
28519
28930
|
};
|
|
28520
28931
|
|
|
28932
|
+
export const ServiceNowV2Source: coreClient.CompositeMapper = {
|
|
28933
|
+
serializedName: "ServiceNowV2Source",
|
|
28934
|
+
type: {
|
|
28935
|
+
name: "Composite",
|
|
28936
|
+
className: "ServiceNowV2Source",
|
|
28937
|
+
uberParent: "TabularSource",
|
|
28938
|
+
additionalProperties: { type: { name: "Object" } },
|
|
28939
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
28940
|
+
modelProperties: {
|
|
28941
|
+
...TabularSource.type.modelProperties,
|
|
28942
|
+
expression: {
|
|
28943
|
+
serializedName: "expression",
|
|
28944
|
+
type: {
|
|
28945
|
+
name: "Composite",
|
|
28946
|
+
className: "ExpressionV2",
|
|
28947
|
+
},
|
|
28948
|
+
},
|
|
28949
|
+
},
|
|
28950
|
+
},
|
|
28951
|
+
};
|
|
28952
|
+
|
|
28521
28953
|
export const TumblingWindowTriggerDependencyReference: coreClient.CompositeMapper =
|
|
28522
28954
|
{
|
|
28523
28955
|
serializedName: "TumblingWindowTriggerDependencyReference",
|
|
@@ -28655,6 +29087,7 @@ export let discriminators = {
|
|
|
28655
29087
|
"LinkedService.AzureMySql": AzureMySqlLinkedService,
|
|
28656
29088
|
"LinkedService.MySql": MySqlLinkedService,
|
|
28657
29089
|
"LinkedService.PostgreSql": PostgreSqlLinkedService,
|
|
29090
|
+
"LinkedService.PostgreSqlV2": PostgreSqlV2LinkedService,
|
|
28658
29091
|
"LinkedService.Sybase": SybaseLinkedService,
|
|
28659
29092
|
"LinkedService.Db2": Db2LinkedService,
|
|
28660
29093
|
"LinkedService.Teradata": TeradataLinkedService,
|
|
@@ -28706,6 +29139,7 @@ export let discriminators = {
|
|
|
28706
29139
|
"LinkedService.Drill": DrillLinkedService,
|
|
28707
29140
|
"LinkedService.Eloqua": EloquaLinkedService,
|
|
28708
29141
|
"LinkedService.GoogleBigQuery": GoogleBigQueryLinkedService,
|
|
29142
|
+
"LinkedService.GoogleBigQueryV2": GoogleBigQueryV2LinkedService,
|
|
28709
29143
|
"LinkedService.Greenplum": GreenplumLinkedService,
|
|
28710
29144
|
"LinkedService.HBase": HBaseLinkedService,
|
|
28711
29145
|
"LinkedService.Hive": HiveLinkedService,
|
|
@@ -28751,6 +29185,7 @@ export let discriminators = {
|
|
|
28751
29185
|
"LinkedService.SalesforceServiceCloudV2":
|
|
28752
29186
|
SalesforceServiceCloudV2LinkedService,
|
|
28753
29187
|
"LinkedService.Warehouse": WarehouseLinkedService,
|
|
29188
|
+
"LinkedService.ServiceNowV2": ServiceNowV2LinkedService,
|
|
28754
29189
|
"Dataset.AmazonS3Object": AmazonS3Dataset,
|
|
28755
29190
|
"Dataset.Avro": AvroDataset,
|
|
28756
29191
|
"Dataset.Excel": ExcelDataset,
|
|
@@ -28793,6 +29228,7 @@ export let discriminators = {
|
|
|
28793
29228
|
"Dataset.OdbcTable": OdbcTableDataset,
|
|
28794
29229
|
"Dataset.MySqlTable": MySqlTableDataset,
|
|
28795
29230
|
"Dataset.PostgreSqlTable": PostgreSqlTableDataset,
|
|
29231
|
+
"Dataset.PostgreSqlV2Table": PostgreSqlV2TableDataset,
|
|
28796
29232
|
"Dataset.MicrosoftAccessTable": MicrosoftAccessTableDataset,
|
|
28797
29233
|
"Dataset.SalesforceObject": SalesforceObjectDataset,
|
|
28798
29234
|
"Dataset.SalesforceServiceCloudObject": SalesforceServiceCloudObjectDataset,
|
|
@@ -28817,6 +29253,7 @@ export let discriminators = {
|
|
|
28817
29253
|
"Dataset.DrillTable": DrillTableDataset,
|
|
28818
29254
|
"Dataset.EloquaObject": EloquaObjectDataset,
|
|
28819
29255
|
"Dataset.GoogleBigQueryObject": GoogleBigQueryObjectDataset,
|
|
29256
|
+
"Dataset.GoogleBigQueryV2Object": GoogleBigQueryV2ObjectDataset,
|
|
28820
29257
|
"Dataset.GreenplumTable": GreenplumTableDataset,
|
|
28821
29258
|
"Dataset.HBaseObject": HBaseObjectDataset,
|
|
28822
29259
|
"Dataset.HiveObject": HiveObjectDataset,
|
|
@@ -28855,6 +29292,7 @@ export let discriminators = {
|
|
|
28855
29292
|
"Dataset.SalesforceServiceCloudV2Object":
|
|
28856
29293
|
SalesforceServiceCloudV2ObjectDataset,
|
|
28857
29294
|
"Dataset.WarehouseTable": WarehouseTableDataset,
|
|
29295
|
+
"Dataset.ServiceNowV2Object": ServiceNowV2ObjectDataset,
|
|
28858
29296
|
"Activity.Container": ControlActivity,
|
|
28859
29297
|
"Activity.Execution": ExecutionActivity,
|
|
28860
29298
|
"Activity.ExecuteWranglingDataflow": ExecuteWranglingDataflowActivity,
|
|
@@ -29086,6 +29524,7 @@ export let discriminators = {
|
|
|
29086
29524
|
"TabularSource.OdbcSource": OdbcSource,
|
|
29087
29525
|
"TabularSource.MySqlSource": MySqlSource,
|
|
29088
29526
|
"TabularSource.PostgreSqlSource": PostgreSqlSource,
|
|
29527
|
+
"TabularSource.PostgreSqlV2Source": PostgreSqlV2Source,
|
|
29089
29528
|
"TabularSource.SybaseSource": SybaseSource,
|
|
29090
29529
|
"TabularSource.SapBwSource": SapBwSource,
|
|
29091
29530
|
"TabularSource.SalesforceSource": SalesforceSource,
|
|
@@ -29111,6 +29550,7 @@ export let discriminators = {
|
|
|
29111
29550
|
"TabularSource.DrillSource": DrillSource,
|
|
29112
29551
|
"TabularSource.EloquaSource": EloquaSource,
|
|
29113
29552
|
"TabularSource.GoogleBigQuerySource": GoogleBigQuerySource,
|
|
29553
|
+
"TabularSource.GoogleBigQueryV2Source": GoogleBigQueryV2Source,
|
|
29114
29554
|
"TabularSource.GreenplumSource": GreenplumSource,
|
|
29115
29555
|
"TabularSource.HBaseSource": HBaseSource,
|
|
29116
29556
|
"TabularSource.HiveSource": HiveSource,
|
|
@@ -29142,6 +29582,7 @@ export let discriminators = {
|
|
|
29142
29582
|
"TabularSource.AmazonRedshiftSource": AmazonRedshiftSource,
|
|
29143
29583
|
"TabularSource.WarehouseSource": WarehouseSource,
|
|
29144
29584
|
"TabularSource.SalesforceV2Source": SalesforceV2Source,
|
|
29585
|
+
"TabularSource.ServiceNowV2Source": ServiceNowV2Source,
|
|
29145
29586
|
"TriggerDependencyReference.TumblingWindowTriggerDependencyReference":
|
|
29146
29587
|
TumblingWindowTriggerDependencyReference,
|
|
29147
29588
|
};
|