Ivan Danov

Results 15 comments of Ivan Danov

@Galileo-Galilei The way `OmegaConf` resolvers work is that they eventually render the value to the dictionary you have provided. That means that in the end result, you get the credentials...

Currently the catalog is lazily instantiated on a session run: https://github.com/kedro-org/kedro/blob/0fd1cac9e9211960a893ffc3602bee3fd8df9241/kedro/framework/session/session.py#L417-L420 (not sure why this is not using `context.catalog` and reaching for an internal method, but this is a side...

@noklam Thanks for flagging this. This functionality was implemented long ago as @MerelTheisenQB pointed out and the main purpose is to enable interactive workflows more generally (and as extension to...

Thanks for responding! I've never set it myself, the variable is nil and only after I run `tree-edit-install-grammars-wizard`, I get this error. And then the value of the variable is...

@Galileo-Galilei First, really thank you for this well-written issue and great analysis of some of the main challenges we currently face in Kedro. The things you have pointed out are...