Not sure if this is the right medium/channel for m...
# advanced-need-help
m
Not sure if this is the right medium/channel for my question, but I have a rather specific and advanced question on upgrading to kedro 0.18.2. The registration hooks are removed from the code-base, but we had a specific use-case where we need access to the ConfigLoader object when registering pipelines. We did that by adding the ConfigLoader object as an attribute of our registration hooks class. Is it possible to do something similar with the new registration mechanism?