Dataflow Activity giving output in different formats - "runStatus" vs. "SubStatus"

Rajas Thakur 56 Reputation points
2022-04-29T18:32:05.18+00:00

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

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

Accepted answer
  1. AnnuKumari-MSFT 30,676 Reputation points Microsoft Employee
    2022-05-02T10:17:24.18+00:00

    Hi @Rajas Thakur ,

    Welcome to Microsoft Q&A platform and thankyou for posting your query.

    Going through your query, it looks like the JSON output of dataflow is giving you SubStatus as the property instead of runStatus Property. Please let me know if my understanding is incorrect.

    Could you please share the screenshot of the same so that I can approach the internal product team to investigate further. I tried to reproduce your scenario but didn't face similar challenge. For me , dataflow output gave runStatus property. Thanks in advance !

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful