mara / mara-pipelines

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

Make it possible to disable output coloring in command line etl runs #31

Closed jankatins closed 4 years ago

jankatins commented 4 years ago

In certain cases these show up as plain escape sequences and this gets rid if it.

Also fixes a bug in the help output of data-integration.ui.run: you cannot specify multiple pipelines, if you want that, you have to specify the parent as pipeline and the specific pipelines as nodes.