getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
52 stars 21 forks source link

Add tolerations #127

Closed AlekJaworski closed 2 years ago

AlekJaworski commented 2 years ago

Description

For my own use I needed to be able to specify tolerations when defining kubeflow pipelines via the kedro config. So this is the functionality I have added.

Resolves: This is a proposed new functionality

PR Checklist
marrrcin commented 2 years ago

Please update

em-pe commented 2 years ago

Looks good, the only thing is failing flake and formatters. Install pre-commit with pip and run pre-commit run --all-files