What does ”Throw errors on dataflow completion" do?

For DataFlow error handling, what does ”Throw errors on dataflow completion" do?

Comments

  • All errors that occur during the DataFlow run are suppressed until after it completes. They are then thrown and the DataFlow receives a status of ‘completed with error.’ Any error handling is then applied after the error is thrown such as emails and DataFlow activation.

Sign In or Register to comment.