mara / mara-pipelines

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

add mara-pipelines click command group #104

Closed leo-schick closed 9 months ago

leo-schick commented 9 months ago

This adds the mara-pipelines click command group and deprecates the call of click commands:

  1. Commands can be executed via flask mara-pipelines run
  2. The old commands e.g. flask mara_pipelines.ui.run ... will throw a warning but still work
  3. the cli commands are moved from mara_pipelines.ui.cli to mara_pipelines.cli to use the same implementation across all mara modules.

Note: