https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
j

j c h a r l e s

12/13/2021, 11:42 PM
I ended up using the following for the ConfigLoader to run as expected
Copy code
conf_loader = ConfigLoader("conf", "local")
credentials = conf_loader.get("credentials*", "credentials*/**")
. Also am calling this directly from a helper function within a specific node for now