mara / mara-pipelines

A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
MIT License
2.07k stars 100 forks source link

hide empty before/after task in ParallelTask #93

Closed leo-schick closed 1 year ago

leo-schick commented 1 year ago

Hides the empty tasks in the internal pipeline behind ParallelTask when commands_before and commands_after of the parallel task is empty.

image

image