Hi all, I am trying to use both `dynamic output` a...
# ask-community
w
Hi all, I am trying to use both
dynamic output
and
k8s_executor
. I think Dagster is trying to save the
Dynamicout
to a local file and our fanout job are also being started in the new pod, so they could not read any input. Is there anyway that we could use Dynamic Output and K8s Executor together?
s
Hi Wenlan - you'll need to use an IO manager that stores data in distributed persistent storage. E.g. https://docs.dagster.io/_apidocs/libraries/dagster-aws#dagster_aws.s3.s3_pickle_io_manager
❤️ 1