https://kedro.org/ logo
#advanced-need-help
Title
# advanced-need-help
a

antony.milne

06/24/2022, 7:49 AM
Hello! This depends on exactly what the custom code was doing. Generally speaking there are two routes here: * hooks, especially the new
after_context_created
one * write a custom
ConfigLoader
and reference it in
CONFIG_LOADER_CLASS
in settings.py This is quite a common question so if you can say a bit more about what your custom code does we can probably point you to examples of others who have done very similar!