Adding dataset: HTTP_TSV_AdventureWorks
This commit is contained in:
parent
afdeba1147
commit
ab4ec39d81
33
Code/DataFactory/dataset/HTTP_TSV_AdventureWorks.json
Normal file
33
Code/DataFactory/dataset/HTTP_TSV_AdventureWorks.json
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"name": "HTTP_TSV_AdventureWorks",
|
||||||
|
"properties": {
|
||||||
|
"linkedServiceName": {
|
||||||
|
"referenceName": "HTTP_GitHubUserContent",
|
||||||
|
"type": "LinkedServiceReference"
|
||||||
|
},
|
||||||
|
"parameters": {
|
||||||
|
"EntityName": {
|
||||||
|
"type": "string",
|
||||||
|
"defaultValue": "Product"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"folder": {
|
||||||
|
"name": "Labs1"
|
||||||
|
},
|
||||||
|
"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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user