Skip to main content

Description

Config overrides allow configuration parameters to be determined dynamically at execution time, rather than being fixed in the YAML. This enables workflows where configuration values depend on runtime inputs or outputs from other nodes.

Syntax

Use config_overrides to source configuration values from graph inputs or node outputs:

Sourcing from Graph Inputs

Override values can come from graph-level inputs:

Sourcing from Node Outputs

Override values can also come from outputs of other nodes:

Example: Dynamic Temperature

Combining Config and Config Overrides

Static and dynamic configuration can be combined on the same node: