ElenaKhaustova
ElenaKhaustova
## Description Fix https://github.com/kedro-org/kedro-plugins/issues/655 ## Development notes ## Checklist - [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress - [ ] Updated the documentation...
## Description Solves #3706 ## Development notes ## Developer Certificate of Origin We need all contributions to comply with the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). All commits must be signed...
## Description Users express the need for data schema evaluation to enable "fail-fast" capabilities during data loading and consistency checks before execution. They highlight the potential benefits of schema evaluation...
## Description Solves https://github.com/kedro-org/kedro/issues/3914 ## Development notes ## Developer Certificate of Origin We need all contributions to comply with the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). All commits must be signed...
## Description When having parameters in `conf/base/sub_folder/parameters_A.yml` structure where `sub_folder` is symlinked, the pipeline gives the following error, however, it is able to read the parameters from the following structure:...
## Description [Dataset access credentials example](https://docs.kedro.org/en/stable/data/data_catalog.html#dataset-access-credentials) includes the correct way to pass credentials for AWS, while the [project template](https://github.com/kedro-org/kedro/blob/main/kedro/templates/project/%7B%7B%20cookiecutter.repo_name%20%7D%7D/conf/local/credentials.yml) includes an outdated example. ## Context The discrepancy between those two...
## Description Users struggle to find datasets within the catalog, particularly when dealing with a large number of datasets. They express the need for autocomplete functionality when accessing datasets in...
## Description Compiling the catalog at runtime hinders users' ability to assess its structure and contents effectively. They express the need for an improved visual representation of the catalog when...
## Description The current implementation of `add_feed_dict()` leads to performance bottlenecks because it calls `add()` method which duplicates the structure of `_FrozenDatasets`, resulting `O(N^2)` complexity thus unnecessary slowdowns, especially in...
## Description Users seek increased efficiency in accessing data through the public API. They suggest implementing a kind of GraphQL interface that allows them to request specific properties from catalog...