Updating pipeline: 04 - Upload - From Metadata
This commit is contained in:
parent
25a0c81d5e
commit
8d07f3c5d3
@ -81,6 +81,40 @@
|
||||
"typeProperties": {
|
||||
"source": {
|
||||
"type": "DelimitedTextSource",
|
||||
"additionalColumns": [
|
||||
{
|
||||
"name": "FilePath",
|
||||
"value": "$$FILEPATH"
|
||||
},
|
||||
{
|
||||
"name": "Environment",
|
||||
"value": {
|
||||
"value": "@pipeline().globalParameters.Environment",
|
||||
"type": "Expression"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PipelineName",
|
||||
"value": {
|
||||
"value": "@pipeline().Pipeline",
|
||||
"type": "Expression"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "RunId",
|
||||
"value": {
|
||||
"value": "@pipeline().RunId",
|
||||
"type": "Expression"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "RunDate",
|
||||
"value": {
|
||||
"value": "@utcnow()",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
],
|
||||
"storeSettings": {
|
||||
"type": "FileServerReadSettings",
|
||||
"recursive": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user