An open API service indexing awesome lists of open source software.

https://github.com/jbris/kedro-testing

Testing Kedro
https://github.com/jbris/kedro-testing

kedro kedro-catalog kedro-hook kedro-plugin kedro-tutorial machine-learning machine-learning-models mlops mlops-environment mlops-project mlops-workflow

Last synced: 7 months ago
JSON representation

Testing Kedro

Awesome Lists containing this project

README

          

# Kedro Testing

Testing Kedro

# Usage

New project:

```
kedro new
```

Move to project:

```
cd new-kedro-project
```

Run pipeline:

```
kedro run
```

Visualise pipeline:

```
kedro viz run
```