Search code examples
azure-data-factory

ADF Error logs in Storage container are empty


I have a datapipeline using Azure storage blob as source and postgressql as a sink. There are assert validations in place and i want to log the failed asserts to a blob apart from allowing them to write to the sink.

On completion i am getting two files in the errors container but both are empty. I have tried running in debug as well as published mode with same results.. The empty blog the mapping settings

I expected the logs to have the faulted rows. What am i doing wrong?


Solution

  • I tried the above and got same results.

    enter image description here

    This happens when you left the Assert description empty. Provide some message in the Assert description to get the files.

    enter image description here

    My Assert output:

    enter image description here

    Error log files:

    enter image description here