Hi all! I recently started using dagster, copied a...
# ask-community
а
Hi all! I recently started using dagster, copied an example of deploy_docker with several containers. There was a need to use asset as an input for an operation, the problem is that the data after materialization is stored locally in a container, and I don't really know how to give access to this data to operations running in another container. Perhaps the question is quite stupid, I repeat, I'm new to this. I found this example in the documentation