Mate Scharnitzky
05/10/2023, 3:33 PM==0.18.3
. When we relax it to ~=0.18.3
, pip would install 0.18.8
while compiling and we get the below error for some of our pipelines:
KeyError: 'logging'
Can you provide some pointers what could be the reason behind this? 0.18.*
should have no breaking changes based on the RELEASE notes so I’m not sure what could explain this.
Thanks for the help!Juan Luis
05/10/2023, 3:35 PMMate Scharnitzky
05/10/2023, 3:37 PMJuan Luis
05/10/2023, 3:41 PMlogging_config = self._get_config_loader()["logging"]
line was modified in 0.18.4 https://github.com/kedro-org/kedro/commit/997692a22da1a67f220b3c4cf8e3935076d28e11 not sure if relatedMate Scharnitzky
05/10/2023, 3:57 PMAntony Milne
05/10/2023, 4:09 PMMate Scharnitzky
05/10/2023, 4:15 PMAntony Milne
05/10/2023, 4:38 PMMate Scharnitzky
05/10/2023, 7:14 PM