Merel Theisen
Merel Theisen
This issue was discussed in **Technical Design** and we decided on the following implementation: - We'll add a new argument `session_id` to the `KedroSession.create()` method - This argument will be...
Add the example here: https://kedro.readthedocs.io/en/stable/data/data_catalog.html#use-the-data-catalog-with-the-yaml-api
Related: https://github.com/kedro-org/kedro/issues/1936
Notes from **Technical Design**: **Catalog API** * The reason why it's not straightforward to fetch datasets from the catalog directly, is because the catalog was designed to hide the dataset...
Timebox this to max 2 days, if not fixable, report to read the docs.
The original reasoning behind adding the `prompts.yml` was: "We want to allow users to customise the CLI experience if they write their own starters. Will be useful for vertical starters."...
@vitorpbarbosa7 would you be able to explain a bit more why you want to include the model pickles inside the package?
I agree with @AntonyMilneQB that we should probably hold off on this change and follow the `OmegaConf` way of doing this.
Thank you so much for your insights @DavidRoschewitzQB and @pierrejeden ! I'm personally very new to `OmegaConf` and `Hydra`, so it's great to already hear from your side which features...
After looking into `OmegaConf`, `Hydra` and `Dynaconf` in more detail and discussing the functionalities of those libraries, it was decided that `OmegaConf` will be the best replacement for `anyconfig`. Some...