OmegaConfigLoader
chokes when .ipynb_checkpoints
contains checkpoint of catalog.yml
#2583
Milestone
OmegaConfigLoader
chokes when .ipynb_checkpoints
contains checkpoint of catalog.yml
#2583
Description
As per title.
Context
I was migrating a project from
TemplatedConfigLoader
toOmegaConfigLoader
, and got an error that was not previously happening.Jupyter automatically creates checkpoints of files (both notebooks and plain text files) in an
.ipynb_checkpoints
directory:Steps to Reproduce
conf/base/catalog.yml
toconf/base/.ipynb_checkpoints/catalog-checkpoint.yml
kedro catalog list
while usingTemplatedConfigLoader
, everything works okay.OmegaConfigLoader
and trykedro catalog list
, see error.Expected Result
OmegaConfigLoader
behavior matches the other catalog files when there are duplicates.Actual Result
Workaround
Changing the file patterns is an effective workaround:
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
pip show kedro
orkedro -V
): 0.18.7python -V
): 3.10.9The text was updated successfully, but these errors were encountered: