@azure/arm-datafactory 18.0.0-alpha.20250422.1 → 19.0.0-alpha.20250423.2
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 +80 -0
- package/LICENSE +1 -1
- package/README.md +2 -4
- package/dist/browser/dataFactoryManagementClient.js +1 -1
- package/dist/browser/dataFactoryManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +258 -70
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +30 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +13 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +395 -69
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/commonjs/dataFactoryManagementClient.js +1 -1
- package/dist/commonjs/dataFactoryManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +258 -70
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +33 -3
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +13 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +408 -82
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/esm/dataFactoryManagementClient.js +1 -1
- package/dist/esm/dataFactoryManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +258 -70
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +30 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +13 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +395 -69
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/react-native/dataFactoryManagementClient.js +1 -1
- package/dist/react-native/dataFactoryManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +258 -70
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +30 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +13 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +395 -69
- package/dist/react-native/models/mappers.js.map +1 -1
- package/package.json +10 -8
- package/review/arm-datafactory.api.md +116 -10
|
@@ -6356,6 +6356,28 @@ export const TeradataPartitionSettings = {
|
|
|
6356
6356
|
},
|
|
6357
6357
|
},
|
|
6358
6358
|
};
|
|
6359
|
+
export const ImportSettings = {
|
|
6360
|
+
serializedName: "ImportSettings",
|
|
6361
|
+
type: {
|
|
6362
|
+
name: "Composite",
|
|
6363
|
+
className: "ImportSettings",
|
|
6364
|
+
uberParent: "ImportSettings",
|
|
6365
|
+
additionalProperties: { type: { name: "Object" } },
|
|
6366
|
+
polymorphicDiscriminator: {
|
|
6367
|
+
serializedName: "type",
|
|
6368
|
+
clientName: "type",
|
|
6369
|
+
},
|
|
6370
|
+
modelProperties: {
|
|
6371
|
+
type: {
|
|
6372
|
+
serializedName: "type",
|
|
6373
|
+
required: true,
|
|
6374
|
+
type: {
|
|
6375
|
+
name: "String",
|
|
6376
|
+
},
|
|
6377
|
+
},
|
|
6378
|
+
},
|
|
6379
|
+
},
|
|
6380
|
+
};
|
|
6359
6381
|
export const MongoDbCursorMethodsProperties = {
|
|
6360
6382
|
type: {
|
|
6361
6383
|
name: "Composite",
|
|
@@ -6403,6 +6425,20 @@ export const OutputColumn = {
|
|
|
6403
6425
|
},
|
|
6404
6426
|
},
|
|
6405
6427
|
};
|
|
6428
|
+
export const AzurePostgreSqlSinkUpsertSettings = {
|
|
6429
|
+
type: {
|
|
6430
|
+
name: "Composite",
|
|
6431
|
+
className: "AzurePostgreSqlSinkUpsertSettings",
|
|
6432
|
+
modelProperties: {
|
|
6433
|
+
keys: {
|
|
6434
|
+
serializedName: "keys",
|
|
6435
|
+
type: {
|
|
6436
|
+
name: "any",
|
|
6437
|
+
},
|
|
6438
|
+
},
|
|
6439
|
+
},
|
|
6440
|
+
},
|
|
6441
|
+
};
|
|
6406
6442
|
export const NetezzaPartitionSettings = {
|
|
6407
6443
|
type: {
|
|
6408
6444
|
name: "Composite",
|
|
@@ -6473,28 +6509,6 @@ export const ExportSettings = {
|
|
|
6473
6509
|
},
|
|
6474
6510
|
},
|
|
6475
6511
|
};
|
|
6476
|
-
export const ImportSettings = {
|
|
6477
|
-
serializedName: "ImportSettings",
|
|
6478
|
-
type: {
|
|
6479
|
-
name: "Composite",
|
|
6480
|
-
className: "ImportSettings",
|
|
6481
|
-
uberParent: "ImportSettings",
|
|
6482
|
-
additionalProperties: { type: { name: "Object" } },
|
|
6483
|
-
polymorphicDiscriminator: {
|
|
6484
|
-
serializedName: "type",
|
|
6485
|
-
clientName: "type",
|
|
6486
|
-
},
|
|
6487
|
-
modelProperties: {
|
|
6488
|
-
type: {
|
|
6489
|
-
serializedName: "type",
|
|
6490
|
-
required: true,
|
|
6491
|
-
type: {
|
|
6492
|
-
name: "String",
|
|
6493
|
-
},
|
|
6494
|
-
},
|
|
6495
|
-
},
|
|
6496
|
-
},
|
|
6497
|
-
};
|
|
6498
6512
|
export const DWCopyCommandSettings = {
|
|
6499
6513
|
type: {
|
|
6500
6514
|
name: "Composite",
|
|
@@ -6718,6 +6732,18 @@ export const TypeConversionSettings = {
|
|
|
6718
6732
|
name: "any",
|
|
6719
6733
|
},
|
|
6720
6734
|
},
|
|
6735
|
+
timeFormat: {
|
|
6736
|
+
serializedName: "timeFormat",
|
|
6737
|
+
type: {
|
|
6738
|
+
name: "any",
|
|
6739
|
+
},
|
|
6740
|
+
},
|
|
6741
|
+
dateFormat: {
|
|
6742
|
+
serializedName: "dateFormat",
|
|
6743
|
+
type: {
|
|
6744
|
+
name: "any",
|
|
6745
|
+
},
|
|
6746
|
+
},
|
|
6721
6747
|
culture: {
|
|
6722
6748
|
serializedName: "culture",
|
|
6723
6749
|
type: {
|
|
@@ -10150,7 +10176,21 @@ export const OracleLinkedService = {
|
|
|
10150
10176
|
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
10151
10177
|
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { connectionString: {
|
|
10152
10178
|
serializedName: "typeProperties.connectionString",
|
|
10153
|
-
|
|
10179
|
+
type: {
|
|
10180
|
+
name: "any",
|
|
10181
|
+
},
|
|
10182
|
+
}, server: {
|
|
10183
|
+
serializedName: "typeProperties.server",
|
|
10184
|
+
type: {
|
|
10185
|
+
name: "any",
|
|
10186
|
+
},
|
|
10187
|
+
}, authenticationType: {
|
|
10188
|
+
serializedName: "typeProperties.authenticationType",
|
|
10189
|
+
type: {
|
|
10190
|
+
name: "String",
|
|
10191
|
+
},
|
|
10192
|
+
}, username: {
|
|
10193
|
+
serializedName: "typeProperties.username",
|
|
10154
10194
|
type: {
|
|
10155
10195
|
name: "any",
|
|
10156
10196
|
},
|
|
@@ -10160,6 +10200,61 @@ export const OracleLinkedService = {
|
|
|
10160
10200
|
name: "Composite",
|
|
10161
10201
|
className: "AzureKeyVaultSecretReference",
|
|
10162
10202
|
},
|
|
10203
|
+
}, encryptionClient: {
|
|
10204
|
+
serializedName: "typeProperties.encryptionClient",
|
|
10205
|
+
type: {
|
|
10206
|
+
name: "any",
|
|
10207
|
+
},
|
|
10208
|
+
}, encryptionTypesClient: {
|
|
10209
|
+
serializedName: "typeProperties.encryptionTypesClient",
|
|
10210
|
+
type: {
|
|
10211
|
+
name: "any",
|
|
10212
|
+
},
|
|
10213
|
+
}, cryptoChecksumClient: {
|
|
10214
|
+
serializedName: "typeProperties.cryptoChecksumClient",
|
|
10215
|
+
type: {
|
|
10216
|
+
name: "any",
|
|
10217
|
+
},
|
|
10218
|
+
}, cryptoChecksumTypesClient: {
|
|
10219
|
+
serializedName: "typeProperties.cryptoChecksumTypesClient",
|
|
10220
|
+
type: {
|
|
10221
|
+
name: "any",
|
|
10222
|
+
},
|
|
10223
|
+
}, initialLobFetchSize: {
|
|
10224
|
+
serializedName: "typeProperties.initialLobFetchSize",
|
|
10225
|
+
type: {
|
|
10226
|
+
name: "any",
|
|
10227
|
+
},
|
|
10228
|
+
}, fetchSize: {
|
|
10229
|
+
serializedName: "typeProperties.fetchSize",
|
|
10230
|
+
type: {
|
|
10231
|
+
name: "any",
|
|
10232
|
+
},
|
|
10233
|
+
}, statementCacheSize: {
|
|
10234
|
+
serializedName: "typeProperties.statementCacheSize",
|
|
10235
|
+
type: {
|
|
10236
|
+
name: "any",
|
|
10237
|
+
},
|
|
10238
|
+
}, initializationString: {
|
|
10239
|
+
serializedName: "typeProperties.initializationString",
|
|
10240
|
+
type: {
|
|
10241
|
+
name: "any",
|
|
10242
|
+
},
|
|
10243
|
+
}, enableBulkLoad: {
|
|
10244
|
+
serializedName: "typeProperties.enableBulkLoad",
|
|
10245
|
+
type: {
|
|
10246
|
+
name: "any",
|
|
10247
|
+
},
|
|
10248
|
+
}, supportV1DataTypes: {
|
|
10249
|
+
serializedName: "typeProperties.supportV1DataTypes",
|
|
10250
|
+
type: {
|
|
10251
|
+
name: "any",
|
|
10252
|
+
},
|
|
10253
|
+
}, fetchTswtzAsTimestamp: {
|
|
10254
|
+
serializedName: "typeProperties.fetchTswtzAsTimestamp",
|
|
10255
|
+
type: {
|
|
10256
|
+
name: "any",
|
|
10257
|
+
},
|
|
10163
10258
|
}, encryptedCredential: {
|
|
10164
10259
|
serializedName: "typeProperties.encryptedCredential",
|
|
10165
10260
|
type: {
|
|
@@ -10606,6 +10701,36 @@ export const TeradataLinkedService = {
|
|
|
10606
10701
|
name: "Composite",
|
|
10607
10702
|
className: "SecretBase",
|
|
10608
10703
|
},
|
|
10704
|
+
}, sslMode: {
|
|
10705
|
+
serializedName: "typeProperties.sslMode",
|
|
10706
|
+
type: {
|
|
10707
|
+
name: "any",
|
|
10708
|
+
},
|
|
10709
|
+
}, portNumber: {
|
|
10710
|
+
serializedName: "typeProperties.portNumber",
|
|
10711
|
+
type: {
|
|
10712
|
+
name: "any",
|
|
10713
|
+
},
|
|
10714
|
+
}, httpsPortNumber: {
|
|
10715
|
+
serializedName: "typeProperties.httpsPortNumber",
|
|
10716
|
+
type: {
|
|
10717
|
+
name: "any",
|
|
10718
|
+
},
|
|
10719
|
+
}, useDataEncryption: {
|
|
10720
|
+
serializedName: "typeProperties.useDataEncryption",
|
|
10721
|
+
type: {
|
|
10722
|
+
name: "any",
|
|
10723
|
+
},
|
|
10724
|
+
}, characterSet: {
|
|
10725
|
+
serializedName: "typeProperties.characterSet",
|
|
10726
|
+
type: {
|
|
10727
|
+
name: "any",
|
|
10728
|
+
},
|
|
10729
|
+
}, maxRespSize: {
|
|
10730
|
+
serializedName: "typeProperties.maxRespSize",
|
|
10731
|
+
type: {
|
|
10732
|
+
name: "any",
|
|
10733
|
+
},
|
|
10609
10734
|
}, encryptedCredential: {
|
|
10610
10735
|
serializedName: "typeProperties.encryptedCredential",
|
|
10611
10736
|
type: {
|
|
@@ -11353,6 +11478,23 @@ export const Office365LinkedService = {
|
|
|
11353
11478
|
name: "Composite",
|
|
11354
11479
|
className: "SecretBase",
|
|
11355
11480
|
},
|
|
11481
|
+
}, servicePrincipalCredentialType: {
|
|
11482
|
+
serializedName: "typeProperties.servicePrincipalCredentialType",
|
|
11483
|
+
type: {
|
|
11484
|
+
name: "any",
|
|
11485
|
+
},
|
|
11486
|
+
}, servicePrincipalEmbeddedCert: {
|
|
11487
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCert",
|
|
11488
|
+
type: {
|
|
11489
|
+
name: "Composite",
|
|
11490
|
+
className: "SecretBase",
|
|
11491
|
+
},
|
|
11492
|
+
}, servicePrincipalEmbeddedCertPassword: {
|
|
11493
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
|
|
11494
|
+
type: {
|
|
11495
|
+
name: "Composite",
|
|
11496
|
+
className: "SecretBase",
|
|
11497
|
+
},
|
|
11356
11498
|
}, encryptedCredential: {
|
|
11357
11499
|
serializedName: "typeProperties.encryptedCredential",
|
|
11358
11500
|
type: {
|
|
@@ -12615,6 +12757,50 @@ export const AzurePostgreSqlLinkedService = {
|
|
|
12615
12757
|
type: {
|
|
12616
12758
|
name: "String",
|
|
12617
12759
|
},
|
|
12760
|
+
}, servicePrincipalId: {
|
|
12761
|
+
serializedName: "typeProperties.servicePrincipalId",
|
|
12762
|
+
type: {
|
|
12763
|
+
name: "any",
|
|
12764
|
+
},
|
|
12765
|
+
}, servicePrincipalKey: {
|
|
12766
|
+
serializedName: "typeProperties.servicePrincipalKey",
|
|
12767
|
+
type: {
|
|
12768
|
+
name: "Composite",
|
|
12769
|
+
className: "SecretBase",
|
|
12770
|
+
},
|
|
12771
|
+
}, servicePrincipalCredentialType: {
|
|
12772
|
+
serializedName: "typeProperties.servicePrincipalCredentialType",
|
|
12773
|
+
type: {
|
|
12774
|
+
name: "any",
|
|
12775
|
+
},
|
|
12776
|
+
}, servicePrincipalEmbeddedCert: {
|
|
12777
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCert",
|
|
12778
|
+
type: {
|
|
12779
|
+
name: "Composite",
|
|
12780
|
+
className: "SecretBase",
|
|
12781
|
+
},
|
|
12782
|
+
}, servicePrincipalEmbeddedCertPassword: {
|
|
12783
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
|
|
12784
|
+
type: {
|
|
12785
|
+
name: "Composite",
|
|
12786
|
+
className: "SecretBase",
|
|
12787
|
+
},
|
|
12788
|
+
}, tenant: {
|
|
12789
|
+
serializedName: "typeProperties.tenant",
|
|
12790
|
+
type: {
|
|
12791
|
+
name: "any",
|
|
12792
|
+
},
|
|
12793
|
+
}, azureCloudType: {
|
|
12794
|
+
serializedName: "typeProperties.azureCloudType",
|
|
12795
|
+
type: {
|
|
12796
|
+
name: "any",
|
|
12797
|
+
},
|
|
12798
|
+
}, credential: {
|
|
12799
|
+
serializedName: "typeProperties.credential",
|
|
12800
|
+
type: {
|
|
12801
|
+
name: "Composite",
|
|
12802
|
+
className: "CredentialReference",
|
|
12803
|
+
},
|
|
12618
12804
|
} }),
|
|
12619
12805
|
},
|
|
12620
12806
|
};
|
|
@@ -12925,6 +13111,46 @@ export const GreenplumLinkedService = {
|
|
|
12925
13111
|
type: {
|
|
12926
13112
|
name: "String",
|
|
12927
13113
|
},
|
|
13114
|
+
}, authenticationType: {
|
|
13115
|
+
serializedName: "typeProperties.authenticationType",
|
|
13116
|
+
type: {
|
|
13117
|
+
name: "String",
|
|
13118
|
+
},
|
|
13119
|
+
}, host: {
|
|
13120
|
+
serializedName: "typeProperties.host",
|
|
13121
|
+
type: {
|
|
13122
|
+
name: "any",
|
|
13123
|
+
},
|
|
13124
|
+
}, port: {
|
|
13125
|
+
serializedName: "typeProperties.port",
|
|
13126
|
+
type: {
|
|
13127
|
+
name: "any",
|
|
13128
|
+
},
|
|
13129
|
+
}, username: {
|
|
13130
|
+
serializedName: "typeProperties.username",
|
|
13131
|
+
type: {
|
|
13132
|
+
name: "any",
|
|
13133
|
+
},
|
|
13134
|
+
}, database: {
|
|
13135
|
+
serializedName: "typeProperties.database",
|
|
13136
|
+
type: {
|
|
13137
|
+
name: "any",
|
|
13138
|
+
},
|
|
13139
|
+
}, sslMode: {
|
|
13140
|
+
serializedName: "typeProperties.sslMode",
|
|
13141
|
+
type: {
|
|
13142
|
+
name: "any",
|
|
13143
|
+
},
|
|
13144
|
+
}, connectionTimeout: {
|
|
13145
|
+
serializedName: "typeProperties.connectionTimeout",
|
|
13146
|
+
type: {
|
|
13147
|
+
name: "any",
|
|
13148
|
+
},
|
|
13149
|
+
}, commandTimeout: {
|
|
13150
|
+
serializedName: "typeProperties.commandTimeout",
|
|
13151
|
+
type: {
|
|
13152
|
+
name: "any",
|
|
13153
|
+
},
|
|
12928
13154
|
} }),
|
|
12929
13155
|
},
|
|
12930
13156
|
};
|
|
@@ -13594,7 +13820,6 @@ export const PrestoLinkedService = {
|
|
|
13594
13820
|
},
|
|
13595
13821
|
}, serverVersion: {
|
|
13596
13822
|
serializedName: "typeProperties.serverVersion",
|
|
13597
|
-
required: true,
|
|
13598
13823
|
type: {
|
|
13599
13824
|
name: "any",
|
|
13600
13825
|
},
|
|
@@ -13631,6 +13856,11 @@ export const PrestoLinkedService = {
|
|
|
13631
13856
|
type: {
|
|
13632
13857
|
name: "any",
|
|
13633
13858
|
},
|
|
13859
|
+
}, enableServerCertificateValidation: {
|
|
13860
|
+
serializedName: "typeProperties.enableServerCertificateValidation",
|
|
13861
|
+
type: {
|
|
13862
|
+
name: "any",
|
|
13863
|
+
},
|
|
13634
13864
|
}, trustedCertPath: {
|
|
13635
13865
|
serializedName: "typeProperties.trustedCertPath",
|
|
13636
13866
|
type: {
|
|
@@ -15133,11 +15363,21 @@ export const SnowflakeV2LinkedService = {
|
|
|
15133
15363
|
name: "Composite",
|
|
15134
15364
|
className: "SecretBase",
|
|
15135
15365
|
},
|
|
15366
|
+
}, role: {
|
|
15367
|
+
serializedName: "typeProperties.role",
|
|
15368
|
+
type: {
|
|
15369
|
+
name: "any",
|
|
15370
|
+
},
|
|
15136
15371
|
}, host: {
|
|
15137
15372
|
serializedName: "typeProperties.host",
|
|
15138
15373
|
type: {
|
|
15139
15374
|
name: "any",
|
|
15140
15375
|
},
|
|
15376
|
+
}, schema: {
|
|
15377
|
+
serializedName: "typeProperties.schema",
|
|
15378
|
+
type: {
|
|
15379
|
+
name: "any",
|
|
15380
|
+
},
|
|
15141
15381
|
}, encryptedCredential: {
|
|
15142
15382
|
serializedName: "typeProperties.encryptedCredential",
|
|
15143
15383
|
type: {
|
|
@@ -15231,7 +15471,7 @@ export const AzureSynapseArtifactsLinkedService = {
|
|
|
15231
15471
|
},
|
|
15232
15472
|
};
|
|
15233
15473
|
export const LakeHouseLinkedService = {
|
|
15234
|
-
serializedName: "
|
|
15474
|
+
serializedName: "Lakehouse",
|
|
15235
15475
|
type: {
|
|
15236
15476
|
name: "Composite",
|
|
15237
15477
|
className: "LakeHouseLinkedService",
|
|
@@ -17692,7 +17932,7 @@ export const AzureDatabricksDeltaLakeDataset = {
|
|
|
17692
17932
|
},
|
|
17693
17933
|
};
|
|
17694
17934
|
export const LakeHouseTableDataset = {
|
|
17695
|
-
serializedName: "
|
|
17935
|
+
serializedName: "LakehouseTable",
|
|
17696
17936
|
type: {
|
|
17697
17937
|
name: "Composite",
|
|
17698
17938
|
className: "LakeHouseTableDataset",
|
|
@@ -17788,6 +18028,11 @@ export const ServiceNowV2ObjectDataset = {
|
|
|
17788
18028
|
type: {
|
|
17789
18029
|
name: "any",
|
|
17790
18030
|
},
|
|
18031
|
+
}, valueType: {
|
|
18032
|
+
serializedName: "typeProperties.valueType",
|
|
18033
|
+
type: {
|
|
18034
|
+
name: "String",
|
|
18035
|
+
},
|
|
17791
18036
|
} }),
|
|
17792
18037
|
},
|
|
17793
18038
|
};
|
|
@@ -21622,6 +21867,23 @@ export const RestSink = {
|
|
|
21622
21867
|
} }),
|
|
21623
21868
|
},
|
|
21624
21869
|
};
|
|
21870
|
+
export const TeradataSink = {
|
|
21871
|
+
serializedName: "TeradataSink",
|
|
21872
|
+
type: {
|
|
21873
|
+
name: "Composite",
|
|
21874
|
+
className: "TeradataSink",
|
|
21875
|
+
uberParent: "CopySink",
|
|
21876
|
+
additionalProperties: { type: { name: "Object" } },
|
|
21877
|
+
polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,
|
|
21878
|
+
modelProperties: Object.assign(Object.assign({}, CopySink.type.modelProperties), { importSettings: {
|
|
21879
|
+
serializedName: "importSettings",
|
|
21880
|
+
type: {
|
|
21881
|
+
name: "Composite",
|
|
21882
|
+
className: "TeradataImportCommand",
|
|
21883
|
+
},
|
|
21884
|
+
} }),
|
|
21885
|
+
},
|
|
21886
|
+
};
|
|
21625
21887
|
export const AzurePostgreSqlSink = {
|
|
21626
21888
|
serializedName: "AzurePostgreSqlSink",
|
|
21627
21889
|
type: {
|
|
@@ -21635,6 +21897,17 @@ export const AzurePostgreSqlSink = {
|
|
|
21635
21897
|
type: {
|
|
21636
21898
|
name: "any",
|
|
21637
21899
|
},
|
|
21900
|
+
}, writeMethod: {
|
|
21901
|
+
serializedName: "writeMethod",
|
|
21902
|
+
type: {
|
|
21903
|
+
name: "String",
|
|
21904
|
+
},
|
|
21905
|
+
}, upsertSettings: {
|
|
21906
|
+
serializedName: "upsertSettings",
|
|
21907
|
+
type: {
|
|
21908
|
+
name: "Composite",
|
|
21909
|
+
className: "AzurePostgreSqlSinkUpsertSettings",
|
|
21910
|
+
},
|
|
21638
21911
|
} }),
|
|
21639
21912
|
},
|
|
21640
21913
|
};
|
|
@@ -22440,6 +22713,16 @@ export const DynamicsSink = {
|
|
|
22440
22713
|
type: {
|
|
22441
22714
|
name: "any",
|
|
22442
22715
|
},
|
|
22716
|
+
}, bypassBusinessLogicExecution: {
|
|
22717
|
+
serializedName: "bypassBusinessLogicExecution",
|
|
22718
|
+
type: {
|
|
22719
|
+
name: "any",
|
|
22720
|
+
},
|
|
22721
|
+
}, bypassPowerAutomateFlows: {
|
|
22722
|
+
serializedName: "bypassPowerAutomateFlows",
|
|
22723
|
+
type: {
|
|
22724
|
+
name: "any",
|
|
22725
|
+
},
|
|
22443
22726
|
} }),
|
|
22444
22727
|
},
|
|
22445
22728
|
};
|
|
@@ -22467,6 +22750,16 @@ export const DynamicsCrmSink = {
|
|
|
22467
22750
|
type: {
|
|
22468
22751
|
name: "any",
|
|
22469
22752
|
},
|
|
22753
|
+
}, bypassBusinessLogicExecution: {
|
|
22754
|
+
serializedName: "bypassBusinessLogicExecution",
|
|
22755
|
+
type: {
|
|
22756
|
+
name: "any",
|
|
22757
|
+
},
|
|
22758
|
+
}, bypassPowerAutomateFlows: {
|
|
22759
|
+
serializedName: "bypassPowerAutomateFlows",
|
|
22760
|
+
type: {
|
|
22761
|
+
name: "any",
|
|
22762
|
+
},
|
|
22470
22763
|
} }),
|
|
22471
22764
|
},
|
|
22472
22765
|
};
|
|
@@ -22494,6 +22787,16 @@ export const CommonDataServiceForAppsSink = {
|
|
|
22494
22787
|
type: {
|
|
22495
22788
|
name: "any",
|
|
22496
22789
|
},
|
|
22790
|
+
}, bypassBusinessLogicExecution: {
|
|
22791
|
+
serializedName: "bypassBusinessLogicExecution",
|
|
22792
|
+
type: {
|
|
22793
|
+
name: "any",
|
|
22794
|
+
},
|
|
22795
|
+
}, bypassPowerAutomateFlows: {
|
|
22796
|
+
serializedName: "bypassPowerAutomateFlows",
|
|
22797
|
+
type: {
|
|
22798
|
+
name: "any",
|
|
22799
|
+
},
|
|
22497
22800
|
} }),
|
|
22498
22801
|
},
|
|
22499
22802
|
};
|
|
@@ -22701,43 +23004,31 @@ export const SalesforceServiceCloudV2Sink = {
|
|
|
22701
23004
|
} }),
|
|
22702
23005
|
},
|
|
22703
23006
|
};
|
|
22704
|
-
export const
|
|
22705
|
-
serializedName: "
|
|
23007
|
+
export const TeradataImportCommand = {
|
|
23008
|
+
serializedName: "TeradataImportCommand",
|
|
22706
23009
|
type: {
|
|
22707
23010
|
name: "Composite",
|
|
22708
|
-
className: "
|
|
22709
|
-
uberParent: "
|
|
23011
|
+
className: "TeradataImportCommand",
|
|
23012
|
+
uberParent: "ImportSettings",
|
|
22710
23013
|
additionalProperties: { type: { name: "Object" } },
|
|
22711
|
-
polymorphicDiscriminator:
|
|
22712
|
-
modelProperties: Object.assign(Object.assign({},
|
|
22713
|
-
serializedName: "additionalCopyOptions",
|
|
22714
|
-
type: {
|
|
22715
|
-
name: "Dictionary",
|
|
22716
|
-
value: { type: { name: "any" } },
|
|
22717
|
-
},
|
|
22718
|
-
}, additionalFormatOptions: {
|
|
23014
|
+
polymorphicDiscriminator: ImportSettings.type.polymorphicDiscriminator,
|
|
23015
|
+
modelProperties: Object.assign(Object.assign({}, ImportSettings.type.modelProperties), { additionalFormatOptions: {
|
|
22719
23016
|
serializedName: "additionalFormatOptions",
|
|
22720
|
-
type: {
|
|
22721
|
-
name: "Dictionary",
|
|
22722
|
-
value: { type: { name: "any" } },
|
|
22723
|
-
},
|
|
22724
|
-
}, storageIntegration: {
|
|
22725
|
-
serializedName: "storageIntegration",
|
|
22726
23017
|
type: {
|
|
22727
23018
|
name: "any",
|
|
22728
23019
|
},
|
|
22729
23020
|
} }),
|
|
22730
23021
|
},
|
|
22731
23022
|
};
|
|
22732
|
-
export const
|
|
22733
|
-
serializedName: "
|
|
23023
|
+
export const AzureDatabricksDeltaLakeImportCommand = {
|
|
23024
|
+
serializedName: "AzureDatabricksDeltaLakeImportCommand",
|
|
22734
23025
|
type: {
|
|
22735
23026
|
name: "Composite",
|
|
22736
|
-
className: "
|
|
22737
|
-
uberParent: "
|
|
23027
|
+
className: "AzureDatabricksDeltaLakeImportCommand",
|
|
23028
|
+
uberParent: "ImportSettings",
|
|
22738
23029
|
additionalProperties: { type: { name: "Object" } },
|
|
22739
|
-
polymorphicDiscriminator:
|
|
22740
|
-
modelProperties: Object.assign(Object.assign({},
|
|
23030
|
+
polymorphicDiscriminator: ImportSettings.type.polymorphicDiscriminator,
|
|
23031
|
+
modelProperties: Object.assign(Object.assign({}, ImportSettings.type.modelProperties), { dateFormat: {
|
|
22741
23032
|
serializedName: "dateFormat",
|
|
22742
23033
|
type: {
|
|
22743
23034
|
name: "any",
|
|
@@ -22750,36 +23041,43 @@ export const AzureDatabricksDeltaLakeExportCommand = {
|
|
|
22750
23041
|
} }),
|
|
22751
23042
|
},
|
|
22752
23043
|
};
|
|
22753
|
-
export const
|
|
22754
|
-
serializedName: "
|
|
23044
|
+
export const SnowflakeImportCopyCommand = {
|
|
23045
|
+
serializedName: "SnowflakeImportCopyCommand",
|
|
22755
23046
|
type: {
|
|
22756
23047
|
name: "Composite",
|
|
22757
|
-
className: "
|
|
23048
|
+
className: "SnowflakeImportCopyCommand",
|
|
22758
23049
|
uberParent: "ImportSettings",
|
|
22759
23050
|
additionalProperties: { type: { name: "Object" } },
|
|
22760
23051
|
polymorphicDiscriminator: ImportSettings.type.polymorphicDiscriminator,
|
|
22761
|
-
modelProperties: Object.assign(Object.assign({}, ImportSettings.type.modelProperties), {
|
|
22762
|
-
serializedName: "
|
|
23052
|
+
modelProperties: Object.assign(Object.assign({}, ImportSettings.type.modelProperties), { additionalCopyOptions: {
|
|
23053
|
+
serializedName: "additionalCopyOptions",
|
|
22763
23054
|
type: {
|
|
22764
|
-
name: "
|
|
23055
|
+
name: "Dictionary",
|
|
23056
|
+
value: { type: { name: "any" } },
|
|
22765
23057
|
},
|
|
22766
|
-
},
|
|
22767
|
-
serializedName: "
|
|
23058
|
+
}, additionalFormatOptions: {
|
|
23059
|
+
serializedName: "additionalFormatOptions",
|
|
23060
|
+
type: {
|
|
23061
|
+
name: "Dictionary",
|
|
23062
|
+
value: { type: { name: "any" } },
|
|
23063
|
+
},
|
|
23064
|
+
}, storageIntegration: {
|
|
23065
|
+
serializedName: "storageIntegration",
|
|
22768
23066
|
type: {
|
|
22769
23067
|
name: "any",
|
|
22770
23068
|
},
|
|
22771
23069
|
} }),
|
|
22772
23070
|
},
|
|
22773
23071
|
};
|
|
22774
|
-
export const
|
|
22775
|
-
serializedName: "
|
|
23072
|
+
export const SnowflakeExportCopyCommand = {
|
|
23073
|
+
serializedName: "SnowflakeExportCopyCommand",
|
|
22776
23074
|
type: {
|
|
22777
23075
|
name: "Composite",
|
|
22778
|
-
className: "
|
|
22779
|
-
uberParent: "
|
|
23076
|
+
className: "SnowflakeExportCopyCommand",
|
|
23077
|
+
uberParent: "ExportSettings",
|
|
22780
23078
|
additionalProperties: { type: { name: "Object" } },
|
|
22781
|
-
polymorphicDiscriminator:
|
|
22782
|
-
modelProperties: Object.assign(Object.assign({},
|
|
23079
|
+
polymorphicDiscriminator: ExportSettings.type.polymorphicDiscriminator,
|
|
23080
|
+
modelProperties: Object.assign(Object.assign({}, ExportSettings.type.modelProperties), { additionalCopyOptions: {
|
|
22783
23081
|
serializedName: "additionalCopyOptions",
|
|
22784
23082
|
type: {
|
|
22785
23083
|
name: "Dictionary",
|
|
@@ -22799,6 +23097,27 @@ export const SnowflakeImportCopyCommand = {
|
|
|
22799
23097
|
} }),
|
|
22800
23098
|
},
|
|
22801
23099
|
};
|
|
23100
|
+
export const AzureDatabricksDeltaLakeExportCommand = {
|
|
23101
|
+
serializedName: "AzureDatabricksDeltaLakeExportCommand",
|
|
23102
|
+
type: {
|
|
23103
|
+
name: "Composite",
|
|
23104
|
+
className: "AzureDatabricksDeltaLakeExportCommand",
|
|
23105
|
+
uberParent: "ExportSettings",
|
|
23106
|
+
additionalProperties: { type: { name: "Object" } },
|
|
23107
|
+
polymorphicDiscriminator: ExportSettings.type.polymorphicDiscriminator,
|
|
23108
|
+
modelProperties: Object.assign(Object.assign({}, ExportSettings.type.modelProperties), { dateFormat: {
|
|
23109
|
+
serializedName: "dateFormat",
|
|
23110
|
+
type: {
|
|
23111
|
+
name: "any",
|
|
23112
|
+
},
|
|
23113
|
+
}, timestampFormat: {
|
|
23114
|
+
serializedName: "timestampFormat",
|
|
23115
|
+
type: {
|
|
23116
|
+
name: "any",
|
|
23117
|
+
},
|
|
23118
|
+
} }),
|
|
23119
|
+
},
|
|
23120
|
+
};
|
|
22802
23121
|
export const TabularTranslator = {
|
|
22803
23122
|
serializedName: "TabularTranslator",
|
|
22804
23123
|
type: {
|
|
@@ -24580,6 +24899,11 @@ export const ScriptActivity = {
|
|
|
24580
24899
|
name: "Composite",
|
|
24581
24900
|
className: "ScriptActivityTypePropertiesLogSettings",
|
|
24582
24901
|
},
|
|
24902
|
+
}, returnMultistatementResult: {
|
|
24903
|
+
serializedName: "typeProperties.returnMultistatementResult",
|
|
24904
|
+
type: {
|
|
24905
|
+
name: "any",
|
|
24906
|
+
},
|
|
24583
24907
|
} }),
|
|
24584
24908
|
},
|
|
24585
24909
|
};
|
|
@@ -26391,8 +26715,8 @@ export let discriminators = {
|
|
|
26391
26715
|
FormatWriteSettings: FormatWriteSettings,
|
|
26392
26716
|
CopySource: CopySource,
|
|
26393
26717
|
CopySink: CopySink,
|
|
26394
|
-
ExportSettings: ExportSettings,
|
|
26395
26718
|
ImportSettings: ImportSettings,
|
|
26719
|
+
ExportSettings: ExportSettings,
|
|
26396
26720
|
CopyTranslator: CopyTranslator,
|
|
26397
26721
|
DependencyReference: DependencyReference,
|
|
26398
26722
|
"FactoryRepoConfiguration.FactoryVSTSConfiguration": FactoryVstsConfiguration,
|
|
@@ -26521,7 +26845,7 @@ export let discriminators = {
|
|
|
26521
26845
|
"LinkedService.SnowflakeV2": SnowflakeV2LinkedService,
|
|
26522
26846
|
"LinkedService.SharePointOnlineList": SharePointOnlineListLinkedService,
|
|
26523
26847
|
"LinkedService.AzureSynapseArtifacts": AzureSynapseArtifactsLinkedService,
|
|
26524
|
-
"LinkedService.
|
|
26848
|
+
"LinkedService.Lakehouse": LakeHouseLinkedService,
|
|
26525
26849
|
"LinkedService.SalesforceV2": SalesforceV2LinkedService,
|
|
26526
26850
|
"LinkedService.SalesforceServiceCloudV2": SalesforceServiceCloudV2LinkedService,
|
|
26527
26851
|
"LinkedService.Warehouse": WarehouseLinkedService,
|
|
@@ -26626,7 +26950,7 @@ export let discriminators = {
|
|
|
26626
26950
|
"Dataset.SnowflakeV2Table": SnowflakeV2Dataset,
|
|
26627
26951
|
"Dataset.SharePointOnlineListResource": SharePointOnlineListResourceDataset,
|
|
26628
26952
|
"Dataset.AzureDatabricksDeltaLakeDataset": AzureDatabricksDeltaLakeDataset,
|
|
26629
|
-
"Dataset.
|
|
26953
|
+
"Dataset.LakehouseTable": LakeHouseTableDataset,
|
|
26630
26954
|
"Dataset.SalesforceV2Object": SalesforceV2ObjectDataset,
|
|
26631
26955
|
"Dataset.SalesforceServiceCloudV2Object": SalesforceServiceCloudV2ObjectDataset,
|
|
26632
26956
|
"Dataset.WarehouseTable": WarehouseTableDataset,
|
|
@@ -26752,6 +27076,7 @@ export let discriminators = {
|
|
|
26752
27076
|
"CopySink.JsonSink": JsonSink,
|
|
26753
27077
|
"CopySink.OrcSink": OrcSink,
|
|
26754
27078
|
"CopySink.RestSink": RestSink,
|
|
27079
|
+
"CopySink.TeradataSink": TeradataSink,
|
|
26755
27080
|
"CopySink.AzurePostgreSqlSink": AzurePostgreSqlSink,
|
|
26756
27081
|
"CopySink.AzureMySqlSink": AzureMySqlSink,
|
|
26757
27082
|
"CopySink.AzureDatabricksDeltaLakeSink": AzureDatabricksDeltaLakeSink,
|
|
@@ -26793,10 +27118,11 @@ export let discriminators = {
|
|
|
26793
27118
|
"CopySink.LakeHouseTableSink": LakeHouseTableSink,
|
|
26794
27119
|
"CopySink.SalesforceV2Sink": SalesforceV2Sink,
|
|
26795
27120
|
"CopySink.SalesforceServiceCloudV2Sink": SalesforceServiceCloudV2Sink,
|
|
26796
|
-
"
|
|
26797
|
-
"ExportSettings.AzureDatabricksDeltaLakeExportCommand": AzureDatabricksDeltaLakeExportCommand,
|
|
27121
|
+
"ImportSettings.TeradataImportCommand": TeradataImportCommand,
|
|
26798
27122
|
"ImportSettings.AzureDatabricksDeltaLakeImportCommand": AzureDatabricksDeltaLakeImportCommand,
|
|
26799
27123
|
"ImportSettings.SnowflakeImportCopyCommand": SnowflakeImportCopyCommand,
|
|
27124
|
+
"ExportSettings.SnowflakeExportCopyCommand": SnowflakeExportCopyCommand,
|
|
27125
|
+
"ExportSettings.AzureDatabricksDeltaLakeExportCommand": AzureDatabricksDeltaLakeExportCommand,
|
|
26800
27126
|
"CopyTranslator.TabularTranslator": TabularTranslator,
|
|
26801
27127
|
"DependencyReference.TriggerDependencyReference": TriggerDependencyReference,
|
|
26802
27128
|
"DependencyReference.SelfDependencyTumblingWindowTriggerReference": SelfDependencyTumblingWindowTriggerReference,
|