[DataCatalog2.0]: Make catalog CLI logic reusable across CLI and session #4472
Labels
Component: IO
Issue/PR addresses data loading/saving/versioning and validation, the DataCatalog and DataSets
Issue: Feature Request
New feature or improvement to existing feature
Type: Parent Issue
Milestone
Description
Inconsistency between CLI commands and interactive workflow is a problem related to all kedro catalog commands. Currently, all CLI logic is implemented within commands and cannot be reused across the codebase. This is confusing for users as one cannot perform the same actions that are available via commands in the interactive workflow. It also requires additional maintenance as any catalog-related changes should be validated for CLI logic as well.
We suggest updating the catalog CLI logic with the current needs and
KedroDataCatalog
API and moving it to the session so it can be reused programmatically and via CLI.Steps:
KedroDataCatalog
CLI logic update [DataCatalog2.0]: UpdateKedroDataCatalog
CLI logic and make it reusable #3312The text was updated successfully, but these errors were encountered: