DataFlow UI showing blank screen due to incorrect URN format in dataJob

Original Slack Thread

When trying to view a dataFlow’s Tasks in the UI, I’m greeted with a completely blank screen (there should be two tasks). I see no errors in the GMS or Frontend containers. Any idea what could be the issue? running locally with latest images

The problem was that I had ingested "urn:li:datajob:(urn:li:dataFlow:(foo,bar,PROD),test2)" (note job with lower case j). This did not cause errors on ingestion time in the GMS. however, the frontend was not able to handle it. When I fixed the URN with dataJob, the frontend worked as expected.

thanks for the update Fredrik! yeah that’s surprising that this was not caught in ingestion - something we can look into here