kedro-org / kedro-plugins

First-party plugins maintained by the Kedro team.
Apache License 2.0
91 stars 84 forks source link

kedro-datasets: missing metadata parameter #699

Closed michal-mmm closed 2 months ago

michal-mmm commented 4 months ago

Description

Currently, not all datasets have a metadata parameter.

Context

Some kedro plugins use this parameter to extend basic functionality (e.g. kedro-viz, kedro-pandera).

Steps to Reproduce

Examples: https://github.com/kedro-org/kedro-plugins/blob/main/kedro-datasets/kedro_datasets/databricks/managed_table_dataset.py#L217 - ManagedTableDataset https://github.com/kedro-org/kedro-plugins/blob/main/kedro-datasets/kedro_datasets/polars/eager_polars_dataset.py#L61 - EagerPolarsDataset

Expected Result

All datasets should have a metadata parameter.

astrojuanlu commented 2 months ago

Fixed in #708

astrojuanlu commented 2 months ago

Thank you @michal-mmm !