Guillaume Tauzin
11/04/2025, 7:16 AMdefinitions.py and use a dagster.yml in your config to specify jobs, schedules, executors etc.
- Preserves your Kedro hooks intact. In particular, it works seamlessly with kedro-mlflow.
- Experimentally supports Dagster partitions by fanning-out Kedro nodes acting on partitioned datasets.
- The example repo is a full-blown small project showing how it can be wired up. It makes use of dynamic pipelines and also showcases distributed hyperparameter tuning using a new `optuna.StudyDataset` experimental dataset.
Get started
- Docs: https://kedro-dagster.readthedocs.io/
- Plugin repo: https://github.com/gtauzin/kedro-dagster
- Example repo: https://github.com/gtauzin/kedro-dagster-example
- Kedro-Viz of the example repo: https://gtauzin.github.io/kedro-dagster-example/
I would love your help & feedback
It would mean a lot if you could:
* Try it out in one of your Kedro projects
* Spot issues, missing bits or docs gaps
* Share how you would use it, or ideas for features/improvements
* Reach out if you would like to contribute!
I am looking forward to hearing what you think and how you might use it! :)Merel
11/04/2025, 8:36 AMGuillaume Tauzin
11/04/2025, 10:52 AMDeepyaman Datta
11/04/2025, 1:20 PMkedro-airflow.Elena Khaustova
11/04/2025, 1:36 PMGuillaume Tauzin
11/04/2025, 1:44 PMGuillaume Tauzin
11/04/2025, 1:45 PMAlice Cima
11/04/2025, 2:30 PMGuillaume Tauzin
11/04/2025, 2:49 PMLaure Vancau
12/19/2025, 10:42 AMMerel
12/19/2025, 10:51 AMkedro-plugins are those owned by the core Kedro team and that's mostly based on capacity. We heavily rely on external contributors to maintain all the extra plugins like kedro-mlflow and kedro-dagster. We, and the community, do our best to support and update all the plugins inside and outside of kedro-plugins.Guillaume Tauzin
12/19/2025, 12:58 PMkedro-mlflow , it is less of a problem as the plugin is relatively old and the main author is also in the Kedro TSC.
At this stage, there is not much that I can do except for keeping the package maintained as well as I can. Note that I also welcome contributions to kedro-dagster at any level (one-off commit to maintenance or driving design/vision for the package). My interest is for the plugin to meet the need of the users and remain up-to-date as both Kedro and Dagster develop.Laure Vancau
12/19/2025, 1:04 PMLaure Vancau
02/19/2026, 10:49 AMGuillaume Tauzin
03/03/2026, 1:31 PM