kedro-org / kedro

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
https://kedro.org
Apache License 2.0
9.91k stars 900 forks source link

Add nightly build or trigger on Kedro core change #2335

Closed merelcht closed 1 year ago

merelcht commented 1 year ago

Description

The CI on kedro-plugins is not run regularly - for the core Kedro repo we have frequent changes so any dependency changes will be found out pretty quickly. For plugins, there could be a dependency change but we only have new commits after a few months. In this case, it is unclear whether the new changes break the CI or something in between happened, often it takes a long time to isolate the error.

Possible Implementation

SajidAlamQB commented 1 year ago

Completed in: https://github.com/kedro-org/kedro-plugins/pull/283