Skip to content

Programmatic access to full run failure logs, inc stdout/stderr #26011

Answered by cmpadden
genesis-gh-adekel asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @genesis-gh-adekel , if you open the developer tools of the browser, and go to the Network tab. You may notice that there's a GraphQL CapturedLogsMetadataQuery.

If you go to the Request tab, you will see the actual GraphQL query that is being performed.

Note that the stdout and stderr logs are stored on S3, so the response will give you the values to where that file resides with stdoutDownloadUrl and stderrDownloadUrl. You should be able to read those files to get the log content.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by garethbrickman
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: logging Related to Logging Dagster+ Relates to Dagster paid plans
3 participants