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

29 lines
533 B
JSON

{
"name": "HTTP_BIN_AdventureWorks",
"properties": {
"linkedServiceName": {
"referenceName": "HTTP_AWGitHub",
"type": "LinkedServiceReference"
},
"parameters": {
"Entity": {
"type": "string"
}
},
"folder": {
"name": "Lab3"
},
"annotations": [],
"type": "Binary",
"typeProperties": {
"location": {
"type": "HttpServerLocation",
"relativeUrl": {
"value": "@{dataset().Entity}.csv",
"type": "Expression"
}
}
}
},
"type": "Microsoft.DataFactory/factories/datasets"
}