kaxil / airflowctl

A CLI tool to streamline getting started with Apache Airflow™ and managing multiple Airflow projects
Apache License 2.0
186 stars 12 forks source link

Add example dags for different personas in airflowctl #4

Open kaxil opened 1 year ago

kaxil commented 1 year ago

Add an option --persona in the airflowctl init command with the following options:

Add directories for those persona in

Build new DAGs for each persona and based on the selected persona, copy those example DAGs over when someone runs `airflowctl init --persona "data-engineer".

RNHTTR commented 11 months ago

I'll take this 🙂