getindata / kedro-airflow-k8s

Kedro Plugin to support running pipelines on Kubernetes using Airflow.
https://kedro-airflow-k8s.readthedocs.io
Apache License 2.0
29 stars 11 forks source link

feature request: Group kedro nodes in same DAG task #138

Open sbrugman opened 2 years ago

sbrugman commented 2 years ago

The documentation reads:

Every kedro node is transformed into Airflow DAG task.

As software engineers, we may want to have multiple kedro nodes correspond to a single DAG task when logical separation of code in multiple nodes is preferred (e.g. for readability or reuse). This would also allow datasets of type "MemoryDataset", that would need grouping by default.

For this kedro-airflow-k8s could detect groups of nodes similar to spark grouping.