I am looking at this example: <https://docs.kedro....
# questions
g
I am looking at this example: https://docs.kedro.org/en/stable/configuration/credentials.html#how-to-load-credentials-in-code I see it expects
settings.CONF_SOURCE
to exist, but I only see
settings.__CONF_SOURCE
on my system. Difference in Kedro version?_
n
Open the settings.py. You should see it commented default for conf soruce
g
Got it, thanks!