Sink Data only if rows exists in the incoming stream (Data Flow)
Srinivas54
20
Reputation points
In Data flow, I am trying to sink data otherwise skip it. I have tried to use surrogate Keys to the rows and used conditional split transformation to check if the rowNumber is equals to 1 ( I actually expect only one row after there data flow transformations). when there are no rows I cannot apply conitions as the expressions (rowNumber == 1 or rowNumber >0 ) end in below exception
Pipeline
I do not want to update the sink(JSON dataset) with an empty array. Is there any alternative to achieve it.
Sign in to answer