dagster icon indicating copy to clipboard operation
dagster copied to clipboard

RFC: Add a serializable argument class in preparation for invocation across a process boundary

Open schrockn opened this issue 9 months ago • 1 comments

Summary & Motivation

Preparing for user-space execution of AMP rules. This separates arguments into ones that might be serialized by the daemon and passed to user space. The other arguments (e.g. AssetGraphView) can be reconstructed in the user process

How I Tested These Changes

BK

schrockn avatar May 17 '24 08:05 schrockn