Azure-Data-Integration-Pipe.../Labs/adf/dataset/ADLS_BIN_AdventureWorks.json
Richard Swinbank b8984ccca5 Revised labs
2023-05-31 09:09:28 +01:00

31 lines
594 B
JSON

{
"name": "ADLS_BIN_AdventureWorks",
"properties": {
"linkedServiceName": {
"referenceName": "AzureDataLakeStorage1",
"type": "LinkedServiceReference"
},
"parameters": {
"Entity": {
"type": "string"
}
},
"folder": {
"name": "Lab3"
},
"annotations": [],
"type": "Binary",
"typeProperties": {
"location": {
"type": "AzureBlobFSLocation",
"fileName": {
"value": "@{dataset().Entity}.tsv",
"type": "Expression"
},
"folderPath": "Raw",
"fileSystem": "lakeroot"
}
}
},
"type": "Microsoft.DataFactory/factories/datasets"
}