ElenaKhaustova

Results 41 issues of ElenaKhaustova

## Description Users struggle with the `_FrozenDataset`'s API when accessing namespaced datasets because it uses double underscores instead of dots, which they find unintuitive and cumbersome. Some prefer referring to...

Issue: Feature Request

## Description Users find it difficult to manage large catalogs as the current separate from code configuration structure requires excessive navigation back and forth, `YAML`-based data catalog is cumbersome to...

Issue: Feature Request

## Description Users express the need for functionality to convert between different dataset formats at the catalog level. Additionally, integrating Kedro with existing standard dataset formats like `dlthub` and `Ibis`...

Issue: Feature Request

## Description Users find the naming of public functions, such as `add_feed_dict,` unclear and confusing, making it difficult to understand their purpose. We propose to: 1. Review and revise methods...

Issue: Feature Request

## Description Users struggle to find datasets within the catalog, particularly when dealing with a large number of datasets. They express the need for search features to facilitate dataset discovery....

Issue: Feature Request
Component: IO

## Description Several teams are already utilizing the catalog as a standalone component, demonstrating a demand for this functionality. Potential use cases may include collaboration between teams, sharing catalogs without...

Type: User Research Synthesis :writing_hand:

## Description Accessing credentials and setting them for different environments is not simple. Users have to define separate catalog entries for different environments to be able to switch between them....

Issue: Feature Request

## Description Users express the need to easily access datasets and examine their available public properties and methods. We propose developing a method or functionality within the framework that allows...

Issue: Feature Request

## Description Users are required to install all dependencies even for unused datasets, leading to unnecessary complexity and confusion. We propose implementing a lazy dataset loading feature to allow users...

Issue: Feature Request

## Description Currently, there are two ways of accessing catalog: use `DataCatalog.load_from_config()` method or instantiate a `KedroSession`, load context and access catalog from there. Users point that: - accessing the...

Issue: Feature Request