You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the plugin and running kedro cache init I see the cache.yml and credentials.yml. However, when I try to run kedro run I get the following:
AssertionError: Cache config must exist
I tried to check the source code in cache_hook.py but I don't understand this line
How do you load the config here? I tried copying the file cache.yml to different locations but it is never found.
The text was updated successfully, but these errors were encountered:
Describe the bug
After installing the plugin and running
kedro cache init
I see thecache.yml
andcredentials.yml
. However, when I try to runkedro run
I get the following:I tried to check the source code in
cache_hook.py
but I don't understand this lineHow do you load the config here? I tried copying the file
cache.yml
to different locations but it is never found.The text was updated successfully, but these errors were encountered: