Cross-Flow references
The ref()
function allows you to reference Components across Flows, enabling data sharing and dependency management between different parts of your pipeline:
# Reference a Component in the current Flow
ref("customer_data")
# Reference a Component in another Flow
ref("product_catalog", flow="reference_data")