Forum Discussion
Output tab constantly showing OLD runs
I am using Azure Data Factory Gen 2 (NOT Fabric). I am constantly seeing where I DEBUG a pipeline and it fails, and part of the pipeline is calling another pipeline, which caused the failure. So I click on the output icon next to the failed (Execute Pipeline) task, and then the link for the associated PipelineRunId. This pipeline failed just this morning (4/18/2024) yet the output I see for the failed (inner) pipeline is from 4/17/2024, yesterday.
This is the 'outer' pipeline, with the mouse hovering over the output icon. Note that the Run start of this failed inner pipeline is 4/18/2024, today's data in the lower right corner is 4/18/2024, and that the pipelineRunId is 19de3f26-515b...
This is the output of the inner pipeline, after clicking the link on the pipeline run it:
Note the same Pipeline Run ID: 19de3f26-515b... , the same system date of 4/18/2024, but the Run Start of this pipeline run is 4/17/2024.
The Output information of this inner pipeline does NOT correspond to the Pipeline Run ID.
I see this as a BUG. It happens CONSTANTLY.