Hey Team We were recently playing with a remote c...
# questions
d
Hey Team We were recently playing with a remote connection dataset (needed
credentials.yml
from
/local
) and --env argument that we can specify to dictate the directionality of the pipeline. We know that if we specify our --env , kedro "ignores" the /base and /local and overrides to whatever we pass to the --env. Shouldn't Kedro do a search for **credentials.yml separately (not with parameters.yml/globals.yml) ?? Every user will have their own credentials so shouldnt we make kedro check for credentials.yml separately ? say only in /locals and not in --env ?
d
you can customise how credentials work with hooks if you want custom behaviour