pipeline failure

arkiboys 9,706 Reputation points
2022-09-03T09:22:21.127+00:00

hello,
execute pipeline activity calls dataflow1
execute pipeline activity fails and so dataflow1 is called.
inside dataflow1, there is a parameter to get the error of the execute pipeline activity which I have placed as follows:
@activity('pl_SAP_Raw').Error?.message

the dataflow1 gives error :

Job failed due to reason: at Source 'sourceAudit'(Line 12/Col 0): The store configuration is not defined. This error is potentially caused by invalid parameter assignment in the pipeline.

note: if inside the above expression I put something like 'error occured', then there is no issue, however I want o get the exact error.

there is a source inside the dataflow which is pointing to a one column dummy file as follows:
237418-image.png

237388-image.png

thanks

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

1 answer

Sort by: Most helpful
  1. arkiboys 9,706 Reputation points
    2022-09-07T19:59:12.52+00:00

    all ok now.
    I had issues with source.
    Thank you

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.