stateful-y/kedro-dagster

Make use of Kedro dataset preview capabilities in Dagster UI

Open

#68 opened on Jan 15, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (2 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

Kedro datasets are increasingly equipped with a preview() method that allows to show that the data looks like.

Context

Dagster materialized assets allows to show data preview as a part of their metadata.

Possible Implementation

We could simply interface those two capabilities.

Contributor guide