diff --git a/Code/DataFactory/dataset/HTTP_TSV_AdventureWorks.json b/Code/DataFactory/dataset/HTTP_TSV_AdventureWorks.json new file mode 100644 index 0000000..e9cc966 --- /dev/null +++ b/Code/DataFactory/dataset/HTTP_TSV_AdventureWorks.json @@ -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": [] + } +} \ No newline at end of file