WaylonWalker / find-kedro

kedro plugin to automatically construct pipelines using pytest style pattern matching
https://find.kedro.dev
MIT License
21 stars 2 forks source link

default tags #9

Open WaylonWalker opened 4 years ago

WaylonWalker commented 4 years ago

Add functionality to tag a node if certain tags are not present. I often tag a few nodes inside of a pipeline with things like raw for database connection, or slow for long running nodes, or not-current for historic datasets that don't change often. It would be nice to automatically tag any tag not containing one of these tags with something. This will enable me to only tag the handful of nodes I need to, and be confident that I can run my pipeline with the alternate tag and get everything.

Use Cases