Adding dataset: ADLS_PQT_AdventureWorks
This commit is contained in:
parent
410b5661c3
commit
0b5ae59823
32
Code/DataFactory/dataset/ADLS_PQT_AdventureWorks.json
Normal file
32
Code/DataFactory/dataset/ADLS_PQT_AdventureWorks.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "ADLS_PQT_AdventureWorks",
|
||||
"properties": {
|
||||
"linkedServiceName": {
|
||||
"referenceName": "ADLS_saintegrationpipelines",
|
||||
"type": "LinkedServiceReference"
|
||||
},
|
||||
"parameters": {
|
||||
"EntityName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Labs2"
|
||||
},
|
||||
"annotations": [],
|
||||
"type": "Parquet",
|
||||
"typeProperties": {
|
||||
"location": {
|
||||
"type": "AzureBlobFSLocation",
|
||||
"fileName": {
|
||||
"value": "@dataset().EntityName",
|
||||
"type": "Expression"
|
||||
},
|
||||
"folderPath": "Raw",
|
||||
"fileSystem": "lakeroot"
|
||||
},
|
||||
"compressionCodec": "snappy"
|
||||
},
|
||||
"schema": []
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user