Nok Lam Chan
Nok Lam Chan
Do you have an example of that? Just checking how does this happen.
For the record, the problem that we used to have is fixed, this is failing for a separate reason. This happened because the installation fails, so NOTHING is installed, not...
@WaylonWalker Is this still relevant with the `IPython` extension?
Updated the title to focus more on the logging problem.
Related: https://github.com/kedro-org/kedro/issues/3474 https://blog.bytehackr.in/5-effective-ways-to-prevent-directory-traversal#heading-input-validation-and-sanitization It seems that having user input for filepath is not the best idea. Besides, do we have a reason to do this? Why would we want user...
Supplement on this, this will be a breaking change - because the config will no longer accept a full path but only the name of the files (or only relative...
@DimedS IIRC it's because of two conflicting features: 1. ConfigLoader is able to load from `conf_source` which can be a zip file (default of `kedro package`) 2. Logging is decoupled...
This issue is partially overlap to #3591 - Automatic enable logging.yml and `kedro run -v` is slightly overlap - logging.yml affect beyonds `kedro run`, do we need to have `-v`...
I notice the discussion in this thread are mainly related to #3591, though they are related and maybe overlapping. I have this comment in #3657 https://github.com/kedro-org/kedro/pull/3657#issuecomment-1969495688 > Automatic loading logging...
The solution is basically this: https://github.com/kedro-org/kedro/commit/be3d28d981ecf51d8fef96a256d9c0ef74d5d8c4 in #3577. It should be handles the pattern slightly better, and try to access `CONF_SOURCE` if possible (may be not).