Irven Aelbrecht
02/24/2022, 8:35 AMop
, but you can't define an async graph?
at least I didn't see how I could use DynamicOutput
together with an async op
.
We also use async clients, For instance using aiohttp.ClientSession
. This is generally used by an async contextmanager. I want to define this as a resource (I saw it is done this way for non-async clients in the hackernews example).
How should I do this in dagster?alex
02/24/2022, 3:14 PM@op
execution
https://github.com/dagster-io/dagster/issues/4041Irven Aelbrecht
02/24/2022, 4:14 PMalex
02/24/2022, 4:16 PM@op
will be run with its own event loop