I'm trying to extend the docker example (<https://...
# announcements
r
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?