Updating dataset: HTTP_TSV_AdventureWorks

This commit is contained in:
Richard Swinbank 2022-10-22 17:17:00 +01:00
parent 46836795c9
commit 4de3d227f6

View File

@ -2,7 +2,7 @@
"name": "HTTP_TSV_AdventureWorks", "name": "HTTP_TSV_AdventureWorks",
"properties": { "properties": {
"linkedServiceName": { "linkedServiceName": {
"referenceName": "HTTP_GitHubUserContent", "referenceName": "HTTP_AWGitHub",
"type": "LinkedServiceReference" "type": "LinkedServiceReference"
}, },
"parameters": { "parameters": {
@ -19,7 +19,7 @@
"location": { "location": {
"type": "HttpServerLocation", "type": "HttpServerLocation",
"relativeUrl": { "relativeUrl": {
"value": "microsoft/sql-server-samples/master/samples/databases/adventure-works/oltp-install-script/@{dataset().EntityName}.csv", "value": "@{dataset().EntityName}.csv",
"type": "Expression" "type": "Expression"
} }
}, },