I have a ADF pipeline that uses basic transformations in a data flow. As such the data flow is pretty straightforward, nothing much complex going on here. Only a couple of lookups and derived columns.
It was working fine until earlier today but since afternoon the preview of output data at each step in timing out. One of the lookup tables has about 7 million records but it was still showing up fine until earlier today. I changed the row limits in the Debug settings but still the output data preview is timing out, without any results. Even the data preview of the derived columns is timing out.
I thought of running the pipeline anyway to see what gets loaded into the final table. But that failed because apparently the derived column is getting some NULL values and is passing that on to to a NOT NULL field in the SINK's table structure. So, now I really need to preview the step output.
The data preview is taking really long and then just errors out with a time out error. Please suggest if there anyway to change the performance of the ADF.