Daniel Michaelis
08/18/2022, 10:05 AMSolidExecutionContext
was removed. I'm still getting <class 'dagster._core.execution.context.compute.SolidExecutionContext'>
as type(context)
on version 1.0.3sandy
08/18/2022, 3:39 PMOpExecutionContext
extends it. Is it causing you trouble?Daniel Michaelis
08/18/2022, 3:51 PMsandy
08/18/2022, 3:54 PMSay I define several subsequent assets returning Spark or Snowpark DataFrames but I only want to collect the last (downstream) one, would I use an in-memory IO manager to materialize the intermediate results, and a separate IO manager for the final asset that collects it? And I assume I could only run it in-process?That's exactly right
Daniel Michaelis
08/18/2022, 4:00 PMsandy
08/18/2022, 4:15 PMDaniel Michaelis
08/18/2022, 4:16 PM