When I Run PipeLine including dataflow on Azure IR (TTL = 15'), the following error occurred.
.error message: Operation on target'dataflow_test' failed: Operation returned an invalid status code'InternalServerError'
.dataflow [dataflow_test] is simple:
Source (csv)-> DerivedColumn-> sink (csv)
*source, sink on azure IR (TTL = 0)
.pipeline's dataflow Setting:
1. Run on (Azure IR): Azure IR With Time to Live (TTL) 15 minutes -> run error
2. Run on (Azure IR): Azure IR With Time to Live (TTL) 0 minutes -> run success
If you know the solution, Please help me!