33 lines
714 B
JSON
33 lines
714 B
JSON
{
|
|
"name": "HTTP_TSV_AdventureWorks",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "HTTP_GitHubUserContent",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"parameters": {
|
|
"EntityName": {
|
|
"type": "string",
|
|
"defaultValue": "Product"
|
|
}
|
|
},
|
|
"folder": {
|
|
"name": "Labs2"
|
|
},
|
|
"annotations": [],
|
|
"type": "DelimitedText",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "HttpServerLocation",
|
|
"relativeUrl": {
|
|
"value": "microsoft/sql-server-samples/master/samples/databases/adventure-works/oltp-install-script/@{dataset().EntityName}.csv",
|
|
"type": "Expression"
|
|
}
|
|
},
|
|
"columnDelimiter": ",",
|
|
"escapeChar": "\\",
|
|
"quoteChar": "\""
|
|
},
|
|
"schema": []
|
|
}
|
|
} |