Skip to content

v0.21.0

Compare
Choose a tag to compare
@chriscardillo chriscardillo released this 24 May 16:20
· 35 commits to main since this release
7520d1b

gusty CLI

Introduction of the gusty CLI - an easy way to create a boilerplate gusty DAG (or gusty DAGs) in your existing Airflow DAGs folder.

To create a new gusty DAG in your existing DAGs folder, simply call from your terminal:

gusty use create-dag

To create a home for multiple gusty DAGs in your existing DAGs folder, just pluralize:

gusty use create-dags

New Contributors

Thank you, @nicklausroach, for creating the gusty CLI! 🎉