Capability
Parameterized Execution With Config Driven Overrides
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “parameterized execution with config-driven overrides”
Python DAG micro-framework for data transformations.
Unique: Decouples parameter values from function definitions through config-driven injection matched to function signatures, enabling the same pipeline code to serve multiple use cases without conditional logic or wrapper functions
vs others: More flexible than hardcoded pipelines and simpler than Airflow's Variable/XCom pattern because parameters are resolved declaratively from config rather than requiring explicit task-to-task passing