You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support ParquetReadSettings In DataFactory And Synapse For Bug Fix (#26384)
* [Synapse]Fix Credential OperationId Not UnifiedIssue
* Revert "[Synapse]Fix Credential OperationId Not UnifiedIssue"
This reverts commit 83eef9f.
* Support ParquetReadSettings In ADF And Synapse
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1271,6 +1271,21 @@
1271
1271
}
1272
1272
}
1273
1273
},
1274
+
"ParquetReadSettings": {
1275
+
"description": "Parquet read settings.",
1276
+
"type": "object",
1277
+
"allOf": [
1278
+
{
1279
+
"$ref": "#/definitions/FormatReadSettings"
1280
+
}
1281
+
],
1282
+
"properties": {
1283
+
"compressionProperties": {
1284
+
"$ref": "#/definitions/CompressionReadSettings",
1285
+
"description": "Compression settings."
1286
+
}
1287
+
}
1288
+
},
1274
1289
"DelimitedTextReadSettings": {
1275
1290
"description": "Delimited text read settings.",
1276
1291
"type": "object",
@@ -1555,6 +1570,10 @@
1555
1570
"$ref": "#/definitions/StoreReadSettings",
1556
1571
"description": "Parquet store settings."
1557
1572
},
1573
+
"formatSettings": {
1574
+
"$ref": "#/definitions/ParquetReadSettings",
1575
+
"description": "Parquet format settings."
1576
+
},
1558
1577
"additionalColumns": {
1559
1578
"type": "object",
1560
1579
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
Copy file name to clipboardExpand all lines: specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -992,6 +992,21 @@
992
992
}
993
993
}
994
994
},
995
+
"ParquetReadSettings": {
996
+
"description": "Parquet read settings.",
997
+
"type": "object",
998
+
"allOf": [
999
+
{
1000
+
"$ref": "#/definitions/FormatReadSettings"
1001
+
}
1002
+
],
1003
+
"properties": {
1004
+
"compressionProperties": {
1005
+
"$ref": "#/definitions/CompressionReadSettings",
1006
+
"description": "Compression settings."
1007
+
}
1008
+
}
1009
+
},
995
1010
"DelimitedTextReadSettings": {
996
1011
"description": "Delimited text read settings.",
997
1012
"type": "object",
@@ -1262,6 +1277,10 @@
1262
1277
"$ref": "#/definitions/StoreReadSettings",
1263
1278
"description": "Parquet store settings."
1264
1279
},
1280
+
"formatSettings": {
1281
+
"$ref": "#/definitions/ParquetReadSettings",
1282
+
"description": "Parquet format settings."
1283
+
},
1265
1284
"additionalColumns": {
1266
1285
"type": "object",
1267
1286
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
0 commit comments