/kedro-partitioned

Kedro plugin that extends support for partitioned data processing in Kedro

Primary LanguagePythonApache License 2.0Apache-2.0

Kedro Partitioned

GitHub Workflow Status Codecov GitHub Workflow Status PyPI

Introduction

Kedro Plugin focused on extending and helping the user to process partitioned data.

Usage:

Read our docs.

Getting Started

Execute this command in your terminal:

pip install kedro-partitioned

Contribute

If you want to contribute with this package, do the following steps:

  1. Fork the repo
  2. Clone it in your machine
  3. Install with pip install .[dev]
  4. Run pre-commit install in the project root
  5. Make your changes
  6. Create a pr for us <3

Note: Remember to create unit tests and to run pytest and flake8 before creating a pr

Credits