https://dagster.io/ logo
Title
n

Navneet Sajwan

10/13/2021, 9:30 AM
Hi , My pipeline is successfully executed, but the Dagit UI doesn't show it. What could be the possible reason?
s

sourabh upadhye

10/13/2021, 1:50 PM
The debug button is not highlighted. It maybe the reason for not showing up logs
d

daniel

10/13/2021, 2:07 PM
Does this happen for every run of this pipeline? Or just this one?
n

Navneet Sajwan

10/13/2021, 3:09 PM
It keeps happening randomly.
d

daniel

10/13/2021, 3:17 PM
got it - typically there'd be a STEP_SUCCESS event after each solid completes. what that tells me is that your step is likely hanging after that last log in the line, or the pod that runs that step could have crashed. If it's that, we have some upcoming monitoring features that would help identify that in dagit. If this is using the K8sRunLauncher i'd check out the pod for that run and see if it's still running or if there are any clues there.
n

Navneet Sajwan

10/14/2021, 7:16 AM
We're not using k8sRunLauncher