ADF Pipeline Will Not Validate before publish

WZIAFP 157 Reputation points
2022-06-13T12:25:04.23+00:00

I have made changes to my pipeline in my main branch and am deploying to live.
I have 2 webhooks which call Logic Apps with no request body so I simply put in "{}" in order to validate the pipeline.

I am receiving 2 of these errors when validating however when i attempt to click into them using the "factory validation output" nothing happens. I have manually checked the activities in question and they are formatted correctly.

I've clear cookies and tried again to no avail

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

1 answer

Sort by: Most helpful
  1. WZIAFP 157 Reputation points
    2022-06-13T13:25:56.457+00:00

    After a little digging I have located the issue.

    I introduced this pipeline as a replacement for the webhooks to runbooks to pause and resume.
    https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/how-to-pause-resume-pipelines

    The pause and resume activities are held within a switch condition. The activities within the switch do not react to the factory validation output. As a work around to stop this error reoccurring, I have added dynamic body content: @markus.bohland@hotmail.de ('{','}')

    1 person found this answer helpful.