Skip to content

Commit

Permalink
Upgrade Airflow to 2.1.4 to fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldwoo committed Dec 14, 2021
1 parent ddb1035 commit 1553630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ importlib-metadata>=1.7
argcomplete==1.12.2
pandas-gbq==0.14.1
# removed hdfs
apache-airflow[amazon,celery,postgres,apache.hive,jdbc,async,password,crypto,github_enterprise,datadog,statsd,mysql,google_auth,cncf.kubernetes]==2.1.3
apache-airflow[amazon,celery,postgres,apache.hive,jdbc,async,password,crypto,github_enterprise,datadog,statsd,mysql,google_auth,cncf.kubernetes]==2.1.4
cryptography>=3.2
mozlogging
retrying
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apache-airflow-providers-jdbc==2.0.0 # via apache-airflow
apache-airflow-providers-mysql==2.1.0 # via apache-airflow
apache-airflow-providers-postgres==2.0.0 # via apache-airflow
apache-airflow-providers-sqlite==2.0.0 # via apache-airflow
apache-airflow[amazon,apache.hive,async,celery,cncf.kubernetes,crypto,datadog,github_enterprise,google_auth,jdbc,mysql,password,postgres,statsd]==2.1.3 # via -r requirements.in, airflow-provider-fivetran, apache-airflow-providers-amazon, apache-airflow-providers-apache-hive, apache-airflow-providers-celery, apache-airflow-providers-cncf-kubernetes, apache-airflow-providers-datadog, apache-airflow-providers-google, apache-airflow-providers-http, apache-airflow-providers-jdbc, apache-airflow-providers-mysql, apache-airflow-providers-postgres
apache-airflow[amazon,apache.hive,async,celery,cncf.kubernetes,crypto,datadog,github_enterprise,google_auth,jdbc,mysql,password,postgres,statsd]==2.1.4 # via -r requirements.in, airflow-provider-fivetran, apache-airflow-providers-amazon, apache-airflow-providers-apache-hive, apache-airflow-providers-celery, apache-airflow-providers-cncf-kubernetes, apache-airflow-providers-datadog, apache-airflow-providers-google, apache-airflow-providers-http, apache-airflow-providers-jdbc, apache-airflow-providers-mysql, apache-airflow-providers-postgres
apispec[yaml]==3.3.2 # via flask-appbuilder
argcomplete==1.12.2 # via -r requirements.in, apache-airflow, nox
attrs==20.3.0 # via apache-airflow, cattrs, jsonschema
Expand Down Expand Up @@ -52,7 +52,7 @@ datadog==0.42.0 # via apache-airflow-providers-datadog
defusedxml==0.7.1 # via python3-openid
dill==0.3.4 # via apache-airflow
distlib==0.3.2 # via virtualenv
dnspython==1.16.0 # via email-validator, eventlet
dnspython==1.16.0 # via apache-airflow, email-validator, eventlet
docutils==0.16 # via apache-airflow, python-daemon
email-validator==1.1.3 # via flask-appbuilder
eventlet==0.31.1 # via apache-airflow
Expand Down

0 comments on commit 1553630

Please sign in to comment.