I know I can make the workflow job retry automatically by adding following properties in the YAML file: max_retries or min_retry_interval_millis.
However, I cannot find similar attributes in any DLT pipeline document. When I ask copilot it gives this answer:
I try to add these two attributes in the asset bundle YAML file. After deploying on the prod, I found these two properties actually added on the DLT pipeline setting > advanced > configuration section, but it still cannot retry automatically
Is there a way to let the DLT retry by itself?