Hello,
We have some excel files, which are loaded into the Datalake as .txt files through CopyData Activity.
After that, We have a Data Flow activity to copy data from my DataLake to Azure SQL DB. We have implemented some logic after that for logging, for which we need to access the output of the Data Flow Activity. Ideally, we should get "runStatus" from the JSON output of the activity. But for some reason, we are getting "SubStatus" instead of "runStatus" in the output in some instances.
Does anyone know what is the reason for getting "SubStatus" instead of "runStatus"?
Is there any way in which we can make sure we always get "runStatus" from the DataFlow activity output?
Thanks