https://kedro.org/ logo
#questions
Title
# questions
d

Debanjan Banerjee

11/18/2022, 1:49 PM
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

datajoely

11/18/2022, 3:16 PM
you can customise how credentials work with hooks if you want custom behaviour
4 Views