There seems to be a issue now with our DLT pipeline event logs. I am not sure if this is a recent bug or not (but they were ok in Dec). But the issue is in dev, qc and prod and we only have a couple days of history logs now visible in the UI.
From what I have read you are supposed to be able to query the event logs directly (outside of the UI) like this:
SELECT * FROM event_log("pipeline_id_here")
But this gives permission denied and from what I can read only the pipeline owner can view this table info directly. So if you run a pipeline as service principal you cant view it and in dev only the dev owner (not me) would be able to from what I can read. So this is not practical at all.
Is this a recent bug or something? Where are the event logs now and how can I view them?
Thanks