This is a demo project that uses Dolt with Kedro.
To use this:
- Initialize Dolt repo with
dolt init
- Start a Dolt SQL Server with
dolt sql-server --max-connections=11
- Run Kedro pipeline with
kedro run
- Observe that the train and test datasets are commited to Dolt
- Try changing
the example_test_data_ratio
and you will be able to see the diff of these datasets in between run. Pretty cool!