JSON file of pipeline

Shi, Quan 61 Reputation points
2022-05-24T06:34:05.317+00:00

After the template is exported, execute the command: gradlew slicejsonfile.
The JSON file will be divided into multiple pipelines, and the following code will be added to the JSON file of multiple pipelines
"policy": {
"elapsedTimeMetric": {
},
"cancelAfter": {
}
},
Will the presence or absence of this code have an impact on the program, and what are the reasons for this code?
I look forward to your guidance

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,533 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pratik Somaiya 4,201 Reputation points
    2022-05-24T11:35:38.757+00:00

    Hello @Shi, Quan

    As long as the parameters like elapsedTimeMetric and cancelAfter doesn't hold any value they will not impact your pipelines

    In this case, it will not have any impact as the parameters are not assigned any value

    Thanks!


0 additional answers

Sort by: Most helpful