Да, вы можете.
Сначала добавьте параметр в конвейер:
And then you can edit the json file of your trigger:
{
"name": "trigger2",
"properties": {
"annotations": [],
"runtimeState": "Started",
"pipelines": [
{
"pipelineReference": {
"referenceName": "pipeline3",
"type": "PipelineReference"
},
"parameters": {
"test1": "111"
}
}
],
"type": "ScheduleTrigger",
"typeProperties": {
"recurrence": {
"frequency": "Minute",
"interval": 1,
"startTime": "2020-08-06T02:18:00.000Z",
"timeZone": "UTC"
}
}
}
}
This is the doc:
https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers#schedule -trigger-definition
С моей стороны это не проблема, попробуйте на вашей стороне.