smart-data-lake / sdl-visualization

Visualization for SDLB config
GNU General Public License v3.0
4 stars 1 forks source link

Show Run Logs #71

Open zzeekk opened 4 months ago

zzeekk commented 4 months ago

It would be nice to link logs for Runs.

Similar to linking config objects to their source code through a template link in the Manifest (https://github.com/smart-data-lake/sdl-visualization/blob/develop/src/hooks/useManifest.tsx#L12), Logs should be linked through a button on Runs.

Pressing the button will open a new browser tab which should show the logs. The tokens {workflow}, {run} and {attempt} will be replaced in the link by the values of the selected run-attempt.