forked from kokosing/trino-rest
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
There's a log table already, but it fetches logs of all steps in a job. This is often too much to handle in a single page.
Instead, it would be useful to try to fetch logs for particular steps in a job, after identifying failing steps. This is not documented, but the URL is: {owner}/{repo}/commit/{sha}/checks/{jobId}/logs/{stepNumber}. This could map to a table called step_logs and would have to support predicate pushdown for all params in that URL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels