Skip to content

Commit

Permalink
Merge pull request #536 from tulibraries/DEVO-890-update-slack-tasks
Browse files Browse the repository at this point in the history
Updates airflow version and slack tasks
  • Loading branch information
sensei100 authored Oct 18, 2023
2 parents 7a14aef + 38c0f7a commit a07223c
Show file tree
Hide file tree
Showing 5 changed files with 1,248 additions and 1,102 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
args: --dev
pkg-manager: pipenv
- run:
command: pipenv run airflow db init
name: Init Airflow
command: pipenv run airflow db migrate
name: Migrate Airflow Database
- run:
command: pipenv run pylint tulflow -E
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ moto = "*"
requests-mock = "*"

[packages]
apache-airflow = "==2.6.3"
apache-airflow = "==2.7.1"
apache-airflow-providers-amazon = "*"
apache-airflow-providers-slack = "*"
apache-airflow-providers-ftp = "*"
Expand Down
Loading

0 comments on commit a07223c

Please sign in to comment.