"RetentionTimeInDays" of azure batch in Azure Data Factory

Chenghao Yang 41 Reputation points Microsoft Employee
2022-06-02T10:25:40.77+00:00

What does "RetentionTimeInDays" mean of azure batch setting in Azure Data Factory? When I set this to 0, what will happen?
207828-image.png

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,624 questions
{count} votes

Accepted answer
  1. Suba Balaji 11,186 Reputation points
    2022-06-02T12:05:16.617+00:00

    Hi @Chenghao Yang ,

    In addition to what @Samy Abdul has mentioned, whenever we submit a job, the node to which it is submitted creates a working directory and keeps the related files over there for the execution of batch script..

    Coming back to your question on mentioning 0 days what happens - the files get deleted on the same day of the process execution. It is not retained by the node.

    Please let us know if that answers your question.

    Thanks

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Samy Abdul 3,366 Reputation points
    2022-06-02T11:49:54.277+00:00

    Hi@Chenghao Yang , it is the retention time for the files submitted for custom activity. Default value is 30 day, you do not

    required to define it as it is optional.

    207921-image.png

    Please refer official documentation below:

    https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-custom-activity Thanks

    1 person found this answer helpful.