I have taken an input dataset and did some transformations on it, then wrote it into the output dataset.
I have built this output dataset, and now I have to take the time taken to build the output dataset and compare that with a threshold time provided. If the build duration is greater than the threshold given, I have to throw a warning or alert
For example Build time : 120 minutes Threshold : 100 min As Build time is more than threshold it should throw a warning