VxD
06/15/2022, 11:19 PMto_job
) and a subgraph. Since it needs to be used as a subgraph, the graph takes a few arguments as input.
What is the correct way (if any) to start this graph as a top-level job from the daemon in a RunRequest
? Can I pass top-level arguments to the graph from the daemon?claire
06/15/2022, 11:24 PMRunRequest
containing the unconnected inputs, or use a root input manager: https://docs.dagster.io/concepts/io-management/unconnected-inputs#unconnected-inputsVxD
06/15/2022, 11:25 PM