You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all, thanks a lot for this amazing plugin!
Description
It seems that kedro assumes its datasets can all take a metadata parameters. In previous versions of the kedro doc, I remember reading that metadata was meant to be exploited by orchestration-related kedro plugins, I could not find this statement anymore on the latest doc.
I am developing a kedro plugin for the dagster orchestrator: https://github.com/gtauzin/kedro-dagster and I would like to be able to associate metadata to kedro-mlflow datasets. I make use of the metadata arguments of datasets to display a description or other metadata on the Dagster UI.
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thanks a lot for this amazing plugin!
Description
It seems that kedro assumes its datasets can all take a
metadata
parameters. In previous versions of the kedro doc, I remember reading thatmetadata
was meant to be exploited by orchestration-related kedro plugins, I could not find this statement anymore on the latest doc.However, there is now a hook documented that aims at showing how to access metadata: https://docs.kedro.org/en/stable/hooks/common_use_cases.html#use-hooks-to-read-metadata-from-datacatalog
Context
I am developing a kedro plugin for the dagster orchestrator: https://github.com/gtauzin/kedro-dagster and I would like to be able to associate
metadata
to kedro-mlflow datasets. I make use of the metadata arguments of datasets to display a description or other metadata on the Dagster UI.The text was updated successfully, but these errors were encountered: