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
kedro ipython fails to start up when you have empty parameters files
You get different errors when trying to use environment variables in the catalog or parameter files. When executing kedro run you correctly get an error about oc.env not being supported, but when going through the ipython workflow it parses the environment variables correctly and would only fail if that value doesn't fit the catalog entry/parameter. (e.g. passing a AWS key as file path in the catalog)
The text was updated successfully, but these errors were encountered:
Description
When using the
OmegaConfLoader
withkedro ipython
it behaves differently from running it through the CLI e.g.kedro run
Differences:
kedro ipython
fails to start up while trying to loadlogging.yml
this is a similar error that was solved in Only convert omegaconf DictConfig to primitive type for logging #2176 but because the flow is different for the ipython startup this needs to be fixed in another waykedro ipython
fails to start up when you have emptyparameters
fileskedro run
you correctly get an error aboutoc.env
not being supported, but when going through the ipython workflow it parses the environment variables correctly and would only fail if that value doesn't fit the catalog entry/parameter. (e.g. passing a AWS key as file path in the catalog)The text was updated successfully, but these errors were encountered: