https://dagster.io/ logo
r

Rubén Lopez Lozoya

03/09/2021, 10:11 PM
I'm trying to extend the docker example (https://github.com/dagster-io/dagster/tree/master/examples/deploy_docker) by making a simple solid that stores data as csv in the local file system. However, given that the containers that run the pipeline are ephimeral, how can I do it so that I can somehow retrieve the csv generated by my pipeline?