https://dagster.io/ logo
Title
m

Manish Khatri

11/02/2022, 2:59 PM
Hi Dagster friends :daggy-cowboy:, when running a job, there is some output generated which is displayed in the UI as a
HANDLED_OUTPUT
event with a file path. However, I cannot see a way to actually view the content of the file generated. Is there a way to do so? If so, how?
d

daniel

11/02/2022, 3:09 PM
Hey Manish - I think for now you would want to swap out the IO Manager with some other io manager that you have more control over in order to access those outputs, like in the guidance here in the quickstart repository: https://github.com/dagster-io/dagster-cloud-serverless-quickstart/blob/main/my_dagster_project/repository.py#L15-L23
d

Dagster Jarred

11/11/2022, 8:44 AM
@Manish Khatri let us know if you have any more questions here
m

Manish Khatri

11/11/2022, 8:53 AM
Thanks Daniel/Jarred. I was more intrigued to see the output (assuming it was more of a log/text output generated by the dagster-dbt library) - but it seems a little extra to setup the s3 stuff. But thanks for the link, it showcases how we could potentially store “stuff” into s3.