ElenaKhaustova
ElenaKhaustova
## Description Solves https://github.com/kedro-org/kedro/issues/3925, https://github.com/kedro-org/kedro/issues/3926, https://github.com/kedro-org/kedro/issues/3916 ## Development notes This PR includes a draft of the following: 1. Implement draft of `AbstractDataCatalog` and `KedroDataCatalog(AbstractDataCatalog)` - `AbstractDataCatalog` supports instantiation from configuration...
## Description When running `kedro` project with `ParallelRunner` `kedro-viz` produces some warnings that are not present if running with the default runner. Uninstalling `kedro-viz` helps to get rid of them....
## Description After making `kedro-telemetry` package a core dependency for Kedro https://github.com/kedro-org/kedro/pull/3976 there is a circular dependency: `Kedro` depends on `kedro-telemetry` and vice versa. We agreed to keep it as...
## Description Implement `DataCatalog` prototype with pattern resolution logic moved outside of it. ## Context https://github.com/kedro-org/kedro/issues/3995#issuecomment-2298793761 Related to https://github.com/kedro-org/kedro/discussions/3746 ## Possible Implementation - Move pattern resolution logic to a separate...
## Description 1. Update actions version - was not updated for a long time 2. Simplify the way to setup Hadoop on Windows - needed for pyspark starters ## Context...
## Description After the pattern resolution logic refactoring we process all the patterns (`dataset`, `default`, `runtime`) together. As a result of `run()` we return: > datasets that aren't in the...
## Description At the current stage by versioning we assume mapping a single version number to the corresponding versions of parameters, I/O data, and code. So one is able to...
## Description At the current stage by versioning we assume mapping a single version number to the corresponding versions of parameters, I/O data, and code. So one is able to...
## Description At the current stage by versioning we assume mapping a single version number to the corresponding versions of parameters, I/O data, and code. So one is able to...
## Description Following the further plan for `KedroDataCatalog` — https://github.com/kedro-org/kedro/issues/3995#issuecomment-2419884227— we want to add docs explaining how to use it and docstrings so users can start testing it. First we...