Skip to content

Commit

Permalink
gusty 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscardillo committed Jan 17, 2021
1 parent 74bd1f7 commit 7476a03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions airflow/dags/breakfast/METADATA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ default_args:
retries: 1
retry_delay: !timedelta 'minutes: 5'
sla: !timedelta 'hours: 2'
leaf_tasks:
- enjoy_breakfast
1 change: 1 addition & 0 deletions airflow/dags/breakfast/enjoy_breakfast.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("breakfast is excellent")
6 changes: 0 additions & 6 deletions airflow/dags/breakfast/enjoy_breakfast.yml

This file was deleted.

2 changes: 1 addition & 1 deletion airflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Flask-WTF==0.14.3
funcsigs==1.0.2
graphviz==0.15
gunicorn==19.10.0
gusty==0.3.4
gusty==0.5.0
idna==2.10
importlib-resources==1.5.0
inflection==0.5.1
Expand Down

0 comments on commit 7476a03

Please sign in to comment.