Richard Swinbank 6c6f070d0d Updating dataset: ADLS_BIN_AWProduct
Updating dataset: ADLS_BIN_AdventureWorks
Updating dataset: ADLS_TSV_AdventureWorks
Updating dataset: HTTP_BIN_AWProduct
Updating dataset: HTTP_BIN_AdventureWorks
2022-10-22 14:27:04 +01:00

28 lines
481 B
JSON

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