Hello! I plan to use self hosted Prefect server to process open data. I would like to enable anyone to look at how the runs went (success/failed) and see the logs, without logging in. The data processed is prone to errors, so want the downstream users to understand what goes wrong. Something like
what GH actions offers (although GH doesn't show logs without logging in).
Does prefect offer this possibility?