Skip to content

A kedro-plugin for integration of popmon capabilities inside kedro projects

Notifications You must be signed in to change notification settings

stephanecollot/kedro-popmon

Repository files navigation

Kedro Popmon

Kedro-popmon is a plugin to integrate popmon reporting with kedro.
This plugin allows you to automate the process of popmon feature and output stability monitoring.

How to install

pip install kedro-popmon

How to use it

Run kedro popmon init in a existing kedro project.
You will get the conf/base/popmon.yml.
Edit conf/base/popmon.yml according to the way described in it.
Example:

example_iris_data:
  date_column: date
  columns:
    - sepal_length

When you do kedro run you shall expect your reports to be generated in data/08_reporting/ folder.

About

A kedro-plugin for integration of popmon capabilities inside kedro projects

Resources

Stars

Watchers

Forks

Packages

No packages published