Dynamic Graphs (Experimental)¶
-
class
dagster.experimental.
DynamicOutputDefinition
(dagster_type=None, name=None, description=None, is_required=None, io_manager_key=None, metadata=None)[source]¶ (EXPERIMENTAL) Variant of
OutputDefinition
for an output that will dynamically alter the graph at runtime. Each copy ofDynamicOutput
corresponding to this definition that is yielded from the solid will create a copy of the downstream graph.