Added lab ADF artifacts
This commit is contained in:
22
Code/DataFactory/dataset/ADLS_BIN_AWProduct.json
Normal file
22
Code/DataFactory/dataset/ADLS_BIN_AWProduct.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "ADLS_BIN_AWProduct",
|
||||
"properties": {
|
||||
"linkedServiceName": {
|
||||
"referenceName": "ADLS_saintegrationpipelines",
|
||||
"type": "LinkedServiceReference"
|
||||
},
|
||||
"folder": {
|
||||
"name": "Labs"
|
||||
},
|
||||
"annotations": [],
|
||||
"type": "Binary",
|
||||
"typeProperties": {
|
||||
"location": {
|
||||
"type": "AzureBlobFSLocation",
|
||||
"fileName": "Product.csv",
|
||||
"folderPath": "Raw",
|
||||
"fileSystem": "lakeroot"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
30
Code/DataFactory/dataset/ADLS_BIN_AdventureWorks.json
Normal file
30
Code/DataFactory/dataset/ADLS_BIN_AdventureWorks.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "ADLS_BIN_AdventureWorks",
|
||||
"properties": {
|
||||
"linkedServiceName": {
|
||||
"referenceName": "ADLS_saintegrationpipelines",
|
||||
"type": "LinkedServiceReference"
|
||||
},
|
||||
"parameters": {
|
||||
"Entity": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Labs"
|
||||
},
|
||||
"annotations": [],
|
||||
"type": "Binary",
|
||||
"typeProperties": {
|
||||
"location": {
|
||||
"type": "AzureBlobFSLocation",
|
||||
"fileName": {
|
||||
"value": "@{dataset().Entity}.tsv",
|
||||
"type": "Expression"
|
||||
},
|
||||
"folderPath": "Raw",
|
||||
"fileSystem": "lakeroot"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
34
Code/DataFactory/dataset/ADLS_TSV_AdventureWorks.json
Normal file
34
Code/DataFactory/dataset/ADLS_TSV_AdventureWorks.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "ADLS_TSV_AdventureWorks",
|
||||
"properties": {
|
||||
"linkedServiceName": {
|
||||
"referenceName": "ADLS_saintegrationpipelines",
|
||||
"type": "LinkedServiceReference"
|
||||
},
|
||||
"parameters": {
|
||||
"FileName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Labs"
|
||||
},
|
||||
"annotations": [],
|
||||
"type": "DelimitedText",
|
||||
"typeProperties": {
|
||||
"location": {
|
||||
"type": "AzureBlobFSLocation",
|
||||
"fileName": {
|
||||
"value": "@dataset().FileName",
|
||||
"type": "Expression"
|
||||
},
|
||||
"folderPath": "Raw",
|
||||
"fileSystem": "lakeroot"
|
||||
},
|
||||
"columnDelimiter": "\t",
|
||||
"escapeChar": "\\",
|
||||
"quoteChar": "\""
|
||||
},
|
||||
"schema": []
|
||||
}
|
||||
}
|
||||
19
Code/DataFactory/dataset/HTTP_BIN_AWProduct.json
Normal file
19
Code/DataFactory/dataset/HTTP_BIN_AWProduct.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "HTTP_BIN_AWProduct",
|
||||
"properties": {
|
||||
"linkedServiceName": {
|
||||
"referenceName": "HTTP_AWProduct",
|
||||
"type": "LinkedServiceReference"
|
||||
},
|
||||
"folder": {
|
||||
"name": "Labs"
|
||||
},
|
||||
"annotations": [],
|
||||
"type": "Binary",
|
||||
"typeProperties": {
|
||||
"location": {
|
||||
"type": "HttpServerLocation"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
28
Code/DataFactory/dataset/HTTP_BIN_AdventureWorks.json
Normal file
28
Code/DataFactory/dataset/HTTP_BIN_AdventureWorks.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "HTTP_BIN_AdventureWorks",
|
||||
"properties": {
|
||||
"linkedServiceName": {
|
||||
"referenceName": "HTTP_AWGitHub",
|
||||
"type": "LinkedServiceReference"
|
||||
},
|
||||
"parameters": {
|
||||
"Entity": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Labs"
|
||||
},
|
||||
"annotations": [],
|
||||
"type": "Binary",
|
||||
"typeProperties": {
|
||||
"location": {
|
||||
"type": "HttpServerLocation",
|
||||
"relativeUrl": {
|
||||
"value": "@{dataset().Entity}.csv",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user