Bartłomiej Szpak
07/04/2024, 3:00 PMkedro run --env=dev
I understand that content inside local/ and uat/ would be completely ignored, right?
The problem I am trying to solve is related to kedro-mlflow hook, that runs after after_context_created
. I see it run multiple times with different mlflow.yml files being read there and I am not sure if each of the config folders can have its own mlflow.yml file.Merel
07/08/2024, 4:34 PMkedro run --env=dev
ignores anything in local
and uat
is correct. These docs explain in more detail how the environments and overwriting works: https://docs.kedro.org/en/stable/configuration/configuration_basics.html#configuration-loading