smart-data-lake / smart-data-lake/sdl-visualization
Show Run Logs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading src/hooks/useManifest.tsx, especially the existing template-link handling for config objects. Trace how Runs and selected run-attempt values are represented, then add the requested log link behavior so the button opens a new browser tab with {workflow}, {run}, and {attempt} replaced by the selected values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100