dagster
dagster copied to clipboard
RFC: Add a serializable argument class in preparation for invocation across a process boundary
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