We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, not all datasets have a metadata parameter.
metadata
Some kedro plugins use this parameter to extend basic functionality (e.g. kedro-viz, kedro-pandera).
kedro
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
ManagedTableDataset
EagerPolarsDataset
All datasets should have a metadata parameter.
The text was updated successfully, but these errors were encountered:
Fixed in #708
Sorry, something went wrong.
Thank you @michal-mmm !
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: