The reason I'm asking is that we have a use-case w...
# advanced-need-help
m
The reason I'm asking is that we have a use-case where we defined all our pipelines (and nodes) in yaml, following the same structure as our parameter/catalog config (using env to allow pipeline/node overwrites). In v0.16.x: we could facilitate that through a CustomContext In v0.17.x: we implemented that through a RegistrationHooks class containing register_config_loader (setting
self.config_loader
) and register_pipeline hook (that leverages
self.config_loader
)
3 Views