@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
|
@@ -7276,6 +7276,44 @@ export const SynapseSparkJobReference = {
|
|
|
7276
7276
|
},
|
|
7277
7277
|
},
|
|
7278
7278
|
};
|
|
7279
|
+
export const ExpressionV2 = {
|
|
7280
|
+
type: {
|
|
7281
|
+
name: "Composite",
|
|
7282
|
+
className: "ExpressionV2",
|
|
7283
|
+
modelProperties: {
|
|
7284
|
+
type: {
|
|
7285
|
+
serializedName: "type",
|
|
7286
|
+
type: {
|
|
7287
|
+
name: "String",
|
|
7288
|
+
},
|
|
7289
|
+
},
|
|
7290
|
+
value: {
|
|
7291
|
+
serializedName: "value",
|
|
7292
|
+
type: {
|
|
7293
|
+
name: "String",
|
|
7294
|
+
},
|
|
7295
|
+
},
|
|
7296
|
+
operator: {
|
|
7297
|
+
serializedName: "operator",
|
|
7298
|
+
type: {
|
|
7299
|
+
name: "String",
|
|
7300
|
+
},
|
|
7301
|
+
},
|
|
7302
|
+
operands: {
|
|
7303
|
+
serializedName: "operands",
|
|
7304
|
+
type: {
|
|
7305
|
+
name: "Sequence",
|
|
7306
|
+
element: {
|
|
7307
|
+
type: {
|
|
7308
|
+
name: "Composite",
|
|
7309
|
+
className: "ExpressionV2",
|
|
7310
|
+
},
|
|
7311
|
+
},
|
|
7312
|
+
},
|
|
7313
|
+
},
|
|
7314
|
+
},
|
|
7315
|
+
},
|
|
7316
|
+
};
|
|
7279
7317
|
export const ScheduleTriggerRecurrence = {
|
|
7280
7318
|
type: {
|
|
7281
7319
|
name: "Composite",
|
|
@@ -9491,6 +9529,117 @@ export const PostgreSqlLinkedService = {
|
|
|
9491
9529
|
} }),
|
|
9492
9530
|
},
|
|
9493
9531
|
};
|
|
9532
|
+
export const PostgreSqlV2LinkedService = {
|
|
9533
|
+
serializedName: "PostgreSqlV2",
|
|
9534
|
+
type: {
|
|
9535
|
+
name: "Composite",
|
|
9536
|
+
className: "PostgreSqlV2LinkedService",
|
|
9537
|
+
uberParent: "LinkedService",
|
|
9538
|
+
additionalProperties: { type: { name: "Object" } },
|
|
9539
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
9540
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { server: {
|
|
9541
|
+
serializedName: "typeProperties.server",
|
|
9542
|
+
required: true,
|
|
9543
|
+
type: {
|
|
9544
|
+
name: "any",
|
|
9545
|
+
},
|
|
9546
|
+
}, port: {
|
|
9547
|
+
serializedName: "typeProperties.port",
|
|
9548
|
+
type: {
|
|
9549
|
+
name: "any",
|
|
9550
|
+
},
|
|
9551
|
+
}, username: {
|
|
9552
|
+
serializedName: "typeProperties.username",
|
|
9553
|
+
required: true,
|
|
9554
|
+
type: {
|
|
9555
|
+
name: "any",
|
|
9556
|
+
},
|
|
9557
|
+
}, database: {
|
|
9558
|
+
serializedName: "typeProperties.database",
|
|
9559
|
+
required: true,
|
|
9560
|
+
type: {
|
|
9561
|
+
name: "any",
|
|
9562
|
+
},
|
|
9563
|
+
}, sslMode: {
|
|
9564
|
+
serializedName: "typeProperties.sslMode",
|
|
9565
|
+
required: true,
|
|
9566
|
+
type: {
|
|
9567
|
+
name: "any",
|
|
9568
|
+
},
|
|
9569
|
+
}, schema: {
|
|
9570
|
+
serializedName: "typeProperties.schema",
|
|
9571
|
+
type: {
|
|
9572
|
+
name: "any",
|
|
9573
|
+
},
|
|
9574
|
+
}, pooling: {
|
|
9575
|
+
serializedName: "typeProperties.pooling",
|
|
9576
|
+
type: {
|
|
9577
|
+
name: "any",
|
|
9578
|
+
},
|
|
9579
|
+
}, connectionTimeout: {
|
|
9580
|
+
serializedName: "typeProperties.connectionTimeout",
|
|
9581
|
+
type: {
|
|
9582
|
+
name: "any",
|
|
9583
|
+
},
|
|
9584
|
+
}, commandTimeout: {
|
|
9585
|
+
serializedName: "typeProperties.commandTimeout",
|
|
9586
|
+
type: {
|
|
9587
|
+
name: "any",
|
|
9588
|
+
},
|
|
9589
|
+
}, trustServerCertificate: {
|
|
9590
|
+
serializedName: "typeProperties.trustServerCertificate",
|
|
9591
|
+
type: {
|
|
9592
|
+
name: "any",
|
|
9593
|
+
},
|
|
9594
|
+
}, sslCertificate: {
|
|
9595
|
+
serializedName: "typeProperties.sslCertificate",
|
|
9596
|
+
type: {
|
|
9597
|
+
name: "any",
|
|
9598
|
+
},
|
|
9599
|
+
}, sslKey: {
|
|
9600
|
+
serializedName: "typeProperties.sslKey",
|
|
9601
|
+
type: {
|
|
9602
|
+
name: "any",
|
|
9603
|
+
},
|
|
9604
|
+
}, sslPassword: {
|
|
9605
|
+
serializedName: "typeProperties.sslPassword",
|
|
9606
|
+
type: {
|
|
9607
|
+
name: "any",
|
|
9608
|
+
},
|
|
9609
|
+
}, readBufferSize: {
|
|
9610
|
+
serializedName: "typeProperties.readBufferSize",
|
|
9611
|
+
type: {
|
|
9612
|
+
name: "any",
|
|
9613
|
+
},
|
|
9614
|
+
}, logParameters: {
|
|
9615
|
+
serializedName: "typeProperties.logParameters",
|
|
9616
|
+
type: {
|
|
9617
|
+
name: "any",
|
|
9618
|
+
},
|
|
9619
|
+
}, timezone: {
|
|
9620
|
+
serializedName: "typeProperties.timezone",
|
|
9621
|
+
type: {
|
|
9622
|
+
name: "any",
|
|
9623
|
+
},
|
|
9624
|
+
}, encoding: {
|
|
9625
|
+
serializedName: "typeProperties.encoding",
|
|
9626
|
+
type: {
|
|
9627
|
+
name: "any",
|
|
9628
|
+
},
|
|
9629
|
+
}, password: {
|
|
9630
|
+
serializedName: "typeProperties.password",
|
|
9631
|
+
type: {
|
|
9632
|
+
name: "Composite",
|
|
9633
|
+
className: "AzureKeyVaultSecretReference",
|
|
9634
|
+
},
|
|
9635
|
+
}, encryptedCredential: {
|
|
9636
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
9637
|
+
type: {
|
|
9638
|
+
name: "String",
|
|
9639
|
+
},
|
|
9640
|
+
} }),
|
|
9641
|
+
},
|
|
9642
|
+
};
|
|
9494
9643
|
export const SybaseLinkedService = {
|
|
9495
9644
|
serializedName: "Sybase",
|
|
9496
9645
|
type: {
|
|
@@ -11803,6 +11952,57 @@ export const GoogleBigQueryLinkedService = {
|
|
|
11803
11952
|
} }),
|
|
11804
11953
|
},
|
|
11805
11954
|
};
|
|
11955
|
+
export const GoogleBigQueryV2LinkedService = {
|
|
11956
|
+
serializedName: "GoogleBigQueryV2",
|
|
11957
|
+
type: {
|
|
11958
|
+
name: "Composite",
|
|
11959
|
+
className: "GoogleBigQueryV2LinkedService",
|
|
11960
|
+
uberParent: "LinkedService",
|
|
11961
|
+
additionalProperties: { type: { name: "Object" } },
|
|
11962
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
11963
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { projectId: {
|
|
11964
|
+
serializedName: "typeProperties.projectId",
|
|
11965
|
+
required: true,
|
|
11966
|
+
type: {
|
|
11967
|
+
name: "any",
|
|
11968
|
+
},
|
|
11969
|
+
}, authenticationType: {
|
|
11970
|
+
serializedName: "typeProperties.authenticationType",
|
|
11971
|
+
required: true,
|
|
11972
|
+
type: {
|
|
11973
|
+
name: "String",
|
|
11974
|
+
},
|
|
11975
|
+
}, clientId: {
|
|
11976
|
+
serializedName: "typeProperties.clientId",
|
|
11977
|
+
type: {
|
|
11978
|
+
name: "any",
|
|
11979
|
+
},
|
|
11980
|
+
}, clientSecret: {
|
|
11981
|
+
serializedName: "typeProperties.clientSecret",
|
|
11982
|
+
type: {
|
|
11983
|
+
name: "Composite",
|
|
11984
|
+
className: "SecretBase",
|
|
11985
|
+
},
|
|
11986
|
+
}, refreshToken: {
|
|
11987
|
+
serializedName: "typeProperties.refreshToken",
|
|
11988
|
+
type: {
|
|
11989
|
+
name: "Composite",
|
|
11990
|
+
className: "SecretBase",
|
|
11991
|
+
},
|
|
11992
|
+
}, keyFileContent: {
|
|
11993
|
+
serializedName: "typeProperties.keyFileContent",
|
|
11994
|
+
type: {
|
|
11995
|
+
name: "Composite",
|
|
11996
|
+
className: "SecretBase",
|
|
11997
|
+
},
|
|
11998
|
+
}, encryptedCredential: {
|
|
11999
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
12000
|
+
type: {
|
|
12001
|
+
name: "String",
|
|
12002
|
+
},
|
|
12003
|
+
} }),
|
|
12004
|
+
},
|
|
12005
|
+
};
|
|
11806
12006
|
export const GreenplumLinkedService = {
|
|
11807
12007
|
serializedName: "Greenplum",
|
|
11808
12008
|
type: {
|
|
@@ -14277,6 +14477,61 @@ export const WarehouseLinkedService = {
|
|
|
14277
14477
|
} }),
|
|
14278
14478
|
},
|
|
14279
14479
|
};
|
|
14480
|
+
export const ServiceNowV2LinkedService = {
|
|
14481
|
+
serializedName: "ServiceNowV2",
|
|
14482
|
+
type: {
|
|
14483
|
+
name: "Composite",
|
|
14484
|
+
className: "ServiceNowV2LinkedService",
|
|
14485
|
+
uberParent: "LinkedService",
|
|
14486
|
+
additionalProperties: { type: { name: "Object" } },
|
|
14487
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
14488
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { endpoint: {
|
|
14489
|
+
serializedName: "typeProperties.endpoint",
|
|
14490
|
+
required: true,
|
|
14491
|
+
type: {
|
|
14492
|
+
name: "any",
|
|
14493
|
+
},
|
|
14494
|
+
}, authenticationType: {
|
|
14495
|
+
serializedName: "typeProperties.authenticationType",
|
|
14496
|
+
required: true,
|
|
14497
|
+
type: {
|
|
14498
|
+
name: "String",
|
|
14499
|
+
},
|
|
14500
|
+
}, username: {
|
|
14501
|
+
serializedName: "typeProperties.username",
|
|
14502
|
+
type: {
|
|
14503
|
+
name: "any",
|
|
14504
|
+
},
|
|
14505
|
+
}, password: {
|
|
14506
|
+
serializedName: "typeProperties.password",
|
|
14507
|
+
type: {
|
|
14508
|
+
name: "Composite",
|
|
14509
|
+
className: "SecretBase",
|
|
14510
|
+
},
|
|
14511
|
+
}, clientId: {
|
|
14512
|
+
serializedName: "typeProperties.clientId",
|
|
14513
|
+
type: {
|
|
14514
|
+
name: "any",
|
|
14515
|
+
},
|
|
14516
|
+
}, clientSecret: {
|
|
14517
|
+
serializedName: "typeProperties.clientSecret",
|
|
14518
|
+
type: {
|
|
14519
|
+
name: "Composite",
|
|
14520
|
+
className: "SecretBase",
|
|
14521
|
+
},
|
|
14522
|
+
}, grantType: {
|
|
14523
|
+
serializedName: "typeProperties.grantType",
|
|
14524
|
+
type: {
|
|
14525
|
+
name: "any",
|
|
14526
|
+
},
|
|
14527
|
+
}, encryptedCredential: {
|
|
14528
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
14529
|
+
type: {
|
|
14530
|
+
name: "String",
|
|
14531
|
+
},
|
|
14532
|
+
} }),
|
|
14533
|
+
},
|
|
14534
|
+
};
|
|
14280
14535
|
export const AmazonS3Dataset = {
|
|
14281
14536
|
serializedName: "AmazonS3Object",
|
|
14282
14537
|
type: {
|
|
@@ -15313,6 +15568,27 @@ export const PostgreSqlTableDataset = {
|
|
|
15313
15568
|
} }),
|
|
15314
15569
|
},
|
|
15315
15570
|
};
|
|
15571
|
+
export const PostgreSqlV2TableDataset = {
|
|
15572
|
+
serializedName: "PostgreSqlV2Table",
|
|
15573
|
+
type: {
|
|
15574
|
+
name: "Composite",
|
|
15575
|
+
className: "PostgreSqlV2TableDataset",
|
|
15576
|
+
uberParent: "Dataset",
|
|
15577
|
+
additionalProperties: { type: { name: "Object" } },
|
|
15578
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
15579
|
+
modelProperties: Object.assign(Object.assign({}, Dataset.type.modelProperties), { table: {
|
|
15580
|
+
serializedName: "typeProperties.table",
|
|
15581
|
+
type: {
|
|
15582
|
+
name: "any",
|
|
15583
|
+
},
|
|
15584
|
+
}, schemaTypePropertiesSchema: {
|
|
15585
|
+
serializedName: "typeProperties.schema",
|
|
15586
|
+
type: {
|
|
15587
|
+
name: "any",
|
|
15588
|
+
},
|
|
15589
|
+
} }),
|
|
15590
|
+
},
|
|
15591
|
+
};
|
|
15316
15592
|
export const MicrosoftAccessTableDataset = {
|
|
15317
15593
|
serializedName: "MicrosoftAccessTable",
|
|
15318
15594
|
type: {
|
|
@@ -15819,6 +16095,27 @@ export const GoogleBigQueryObjectDataset = {
|
|
|
15819
16095
|
} }),
|
|
15820
16096
|
},
|
|
15821
16097
|
};
|
|
16098
|
+
export const GoogleBigQueryV2ObjectDataset = {
|
|
16099
|
+
serializedName: "GoogleBigQueryV2Object",
|
|
16100
|
+
type: {
|
|
16101
|
+
name: "Composite",
|
|
16102
|
+
className: "GoogleBigQueryV2ObjectDataset",
|
|
16103
|
+
uberParent: "Dataset",
|
|
16104
|
+
additionalProperties: { type: { name: "Object" } },
|
|
16105
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
16106
|
+
modelProperties: Object.assign(Object.assign({}, Dataset.type.modelProperties), { table: {
|
|
16107
|
+
serializedName: "typeProperties.table",
|
|
16108
|
+
type: {
|
|
16109
|
+
name: "any",
|
|
16110
|
+
},
|
|
16111
|
+
}, dataset: {
|
|
16112
|
+
serializedName: "typeProperties.dataset",
|
|
16113
|
+
type: {
|
|
16114
|
+
name: "any",
|
|
16115
|
+
},
|
|
16116
|
+
} }),
|
|
16117
|
+
},
|
|
16118
|
+
};
|
|
15822
16119
|
export const GreenplumTableDataset = {
|
|
15823
16120
|
serializedName: "GreenplumTable",
|
|
15824
16121
|
type: {
|
|
@@ -16506,6 +16803,22 @@ export const WarehouseTableDataset = {
|
|
|
16506
16803
|
} }),
|
|
16507
16804
|
},
|
|
16508
16805
|
};
|
|
16806
|
+
export const ServiceNowV2ObjectDataset = {
|
|
16807
|
+
serializedName: "ServiceNowV2Object",
|
|
16808
|
+
type: {
|
|
16809
|
+
name: "Composite",
|
|
16810
|
+
className: "ServiceNowV2ObjectDataset",
|
|
16811
|
+
uberParent: "Dataset",
|
|
16812
|
+
additionalProperties: { type: { name: "Object" } },
|
|
16813
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
16814
|
+
modelProperties: Object.assign(Object.assign({}, Dataset.type.modelProperties), { tableName: {
|
|
16815
|
+
serializedName: "typeProperties.tableName",
|
|
16816
|
+
type: {
|
|
16817
|
+
name: "any",
|
|
16818
|
+
},
|
|
16819
|
+
} }),
|
|
16820
|
+
},
|
|
16821
|
+
};
|
|
16509
16822
|
export const ControlActivity = {
|
|
16510
16823
|
serializedName: "Container",
|
|
16511
16824
|
type: {
|
|
@@ -23345,6 +23658,22 @@ export const PostgreSqlSource = {
|
|
|
23345
23658
|
} }),
|
|
23346
23659
|
},
|
|
23347
23660
|
};
|
|
23661
|
+
export const PostgreSqlV2Source = {
|
|
23662
|
+
serializedName: "PostgreSqlV2Source",
|
|
23663
|
+
type: {
|
|
23664
|
+
name: "Composite",
|
|
23665
|
+
className: "PostgreSqlV2Source",
|
|
23666
|
+
uberParent: "TabularSource",
|
|
23667
|
+
additionalProperties: { type: { name: "Object" } },
|
|
23668
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
23669
|
+
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
23670
|
+
serializedName: "query",
|
|
23671
|
+
type: {
|
|
23672
|
+
name: "any",
|
|
23673
|
+
},
|
|
23674
|
+
} }),
|
|
23675
|
+
},
|
|
23676
|
+
};
|
|
23348
23677
|
export const SybaseSource = {
|
|
23349
23678
|
serializedName: "SybaseSource",
|
|
23350
23679
|
type: {
|
|
@@ -24039,6 +24368,22 @@ export const GoogleBigQuerySource = {
|
|
|
24039
24368
|
} }),
|
|
24040
24369
|
},
|
|
24041
24370
|
};
|
|
24371
|
+
export const GoogleBigQueryV2Source = {
|
|
24372
|
+
serializedName: "GoogleBigQueryV2Source",
|
|
24373
|
+
type: {
|
|
24374
|
+
name: "Composite",
|
|
24375
|
+
className: "GoogleBigQueryV2Source",
|
|
24376
|
+
uberParent: "TabularSource",
|
|
24377
|
+
additionalProperties: { type: { name: "Object" } },
|
|
24378
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
24379
|
+
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { query: {
|
|
24380
|
+
serializedName: "query",
|
|
24381
|
+
type: {
|
|
24382
|
+
name: "any",
|
|
24383
|
+
},
|
|
24384
|
+
} }),
|
|
24385
|
+
},
|
|
24386
|
+
};
|
|
24042
24387
|
export const GreenplumSource = {
|
|
24043
24388
|
serializedName: "GreenplumSource",
|
|
24044
24389
|
type: {
|
|
@@ -24572,6 +24917,23 @@ export const SalesforceV2Source = {
|
|
|
24572
24917
|
} }),
|
|
24573
24918
|
},
|
|
24574
24919
|
};
|
|
24920
|
+
export const ServiceNowV2Source = {
|
|
24921
|
+
serializedName: "ServiceNowV2Source",
|
|
24922
|
+
type: {
|
|
24923
|
+
name: "Composite",
|
|
24924
|
+
className: "ServiceNowV2Source",
|
|
24925
|
+
uberParent: "TabularSource",
|
|
24926
|
+
additionalProperties: { type: { name: "Object" } },
|
|
24927
|
+
polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,
|
|
24928
|
+
modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { expression: {
|
|
24929
|
+
serializedName: "expression",
|
|
24930
|
+
type: {
|
|
24931
|
+
name: "Composite",
|
|
24932
|
+
className: "ExpressionV2",
|
|
24933
|
+
},
|
|
24934
|
+
} }),
|
|
24935
|
+
},
|
|
24936
|
+
};
|
|
24575
24937
|
export const TumblingWindowTriggerDependencyReference = {
|
|
24576
24938
|
serializedName: "TumblingWindowTriggerDependencyReference",
|
|
24577
24939
|
type: {
|
|
@@ -24693,6 +25055,7 @@ export let discriminators = {
|
|
|
24693
25055
|
"LinkedService.AzureMySql": AzureMySqlLinkedService,
|
|
24694
25056
|
"LinkedService.MySql": MySqlLinkedService,
|
|
24695
25057
|
"LinkedService.PostgreSql": PostgreSqlLinkedService,
|
|
25058
|
+
"LinkedService.PostgreSqlV2": PostgreSqlV2LinkedService,
|
|
24696
25059
|
"LinkedService.Sybase": SybaseLinkedService,
|
|
24697
25060
|
"LinkedService.Db2": Db2LinkedService,
|
|
24698
25061
|
"LinkedService.Teradata": TeradataLinkedService,
|
|
@@ -24744,6 +25107,7 @@ export let discriminators = {
|
|
|
24744
25107
|
"LinkedService.Drill": DrillLinkedService,
|
|
24745
25108
|
"LinkedService.Eloqua": EloquaLinkedService,
|
|
24746
25109
|
"LinkedService.GoogleBigQuery": GoogleBigQueryLinkedService,
|
|
25110
|
+
"LinkedService.GoogleBigQueryV2": GoogleBigQueryV2LinkedService,
|
|
24747
25111
|
"LinkedService.Greenplum": GreenplumLinkedService,
|
|
24748
25112
|
"LinkedService.HBase": HBaseLinkedService,
|
|
24749
25113
|
"LinkedService.Hive": HiveLinkedService,
|
|
@@ -24786,6 +25150,7 @@ export let discriminators = {
|
|
|
24786
25150
|
"LinkedService.SalesforceV2": SalesforceV2LinkedService,
|
|
24787
25151
|
"LinkedService.SalesforceServiceCloudV2": SalesforceServiceCloudV2LinkedService,
|
|
24788
25152
|
"LinkedService.Warehouse": WarehouseLinkedService,
|
|
25153
|
+
"LinkedService.ServiceNowV2": ServiceNowV2LinkedService,
|
|
24789
25154
|
"Dataset.AmazonS3Object": AmazonS3Dataset,
|
|
24790
25155
|
"Dataset.Avro": AvroDataset,
|
|
24791
25156
|
"Dataset.Excel": ExcelDataset,
|
|
@@ -24827,6 +25192,7 @@ export let discriminators = {
|
|
|
24827
25192
|
"Dataset.OdbcTable": OdbcTableDataset,
|
|
24828
25193
|
"Dataset.MySqlTable": MySqlTableDataset,
|
|
24829
25194
|
"Dataset.PostgreSqlTable": PostgreSqlTableDataset,
|
|
25195
|
+
"Dataset.PostgreSqlV2Table": PostgreSqlV2TableDataset,
|
|
24830
25196
|
"Dataset.MicrosoftAccessTable": MicrosoftAccessTableDataset,
|
|
24831
25197
|
"Dataset.SalesforceObject": SalesforceObjectDataset,
|
|
24832
25198
|
"Dataset.SalesforceServiceCloudObject": SalesforceServiceCloudObjectDataset,
|
|
@@ -24851,6 +25217,7 @@ export let discriminators = {
|
|
|
24851
25217
|
"Dataset.DrillTable": DrillTableDataset,
|
|
24852
25218
|
"Dataset.EloquaObject": EloquaObjectDataset,
|
|
24853
25219
|
"Dataset.GoogleBigQueryObject": GoogleBigQueryObjectDataset,
|
|
25220
|
+
"Dataset.GoogleBigQueryV2Object": GoogleBigQueryV2ObjectDataset,
|
|
24854
25221
|
"Dataset.GreenplumTable": GreenplumTableDataset,
|
|
24855
25222
|
"Dataset.HBaseObject": HBaseObjectDataset,
|
|
24856
25223
|
"Dataset.HiveObject": HiveObjectDataset,
|
|
@@ -24887,6 +25254,7 @@ export let discriminators = {
|
|
|
24887
25254
|
"Dataset.SalesforceV2Object": SalesforceV2ObjectDataset,
|
|
24888
25255
|
"Dataset.SalesforceServiceCloudV2Object": SalesforceServiceCloudV2ObjectDataset,
|
|
24889
25256
|
"Dataset.WarehouseTable": WarehouseTableDataset,
|
|
25257
|
+
"Dataset.ServiceNowV2Object": ServiceNowV2ObjectDataset,
|
|
24890
25258
|
"Activity.Container": ControlActivity,
|
|
24891
25259
|
"Activity.Execution": ExecutionActivity,
|
|
24892
25260
|
"Activity.ExecuteWranglingDataflow": ExecuteWranglingDataflowActivity,
|
|
@@ -25102,6 +25470,7 @@ export let discriminators = {
|
|
|
25102
25470
|
"TabularSource.OdbcSource": OdbcSource,
|
|
25103
25471
|
"TabularSource.MySqlSource": MySqlSource,
|
|
25104
25472
|
"TabularSource.PostgreSqlSource": PostgreSqlSource,
|
|
25473
|
+
"TabularSource.PostgreSqlV2Source": PostgreSqlV2Source,
|
|
25105
25474
|
"TabularSource.SybaseSource": SybaseSource,
|
|
25106
25475
|
"TabularSource.SapBwSource": SapBwSource,
|
|
25107
25476
|
"TabularSource.SalesforceSource": SalesforceSource,
|
|
@@ -25127,6 +25496,7 @@ export let discriminators = {
|
|
|
25127
25496
|
"TabularSource.DrillSource": DrillSource,
|
|
25128
25497
|
"TabularSource.EloquaSource": EloquaSource,
|
|
25129
25498
|
"TabularSource.GoogleBigQuerySource": GoogleBigQuerySource,
|
|
25499
|
+
"TabularSource.GoogleBigQueryV2Source": GoogleBigQueryV2Source,
|
|
25130
25500
|
"TabularSource.GreenplumSource": GreenplumSource,
|
|
25131
25501
|
"TabularSource.HBaseSource": HBaseSource,
|
|
25132
25502
|
"TabularSource.HiveSource": HiveSource,
|
|
@@ -25157,6 +25527,7 @@ export let discriminators = {
|
|
|
25157
25527
|
"TabularSource.AmazonRedshiftSource": AmazonRedshiftSource,
|
|
25158
25528
|
"TabularSource.WarehouseSource": WarehouseSource,
|
|
25159
25529
|
"TabularSource.SalesforceV2Source": SalesforceV2Source,
|
|
25530
|
+
"TabularSource.ServiceNowV2Source": ServiceNowV2Source,
|
|
25160
25531
|
"TriggerDependencyReference.TumblingWindowTriggerDependencyReference": TumblingWindowTriggerDependencyReference,
|
|
25161
25532
|
};
|
|
25162
25533
|
//# sourceMappingURL=mappers.js.map
|