Skip to content

Commit

Permalink
Adding airflow version 2.5.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dujjwalr-aws committed Apr 11, 2023
1 parent 46caa6f commit d304a65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3
2.5.1
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ LABEL maintainer="amazon"

# Airflow
## Version specific ARGs
ARG AIRFLOW_VERSION=2.4.3
ARG AIRFLOW_VERSION=2.5.1
ARG WATCHTOWER_VERSION=2.0.1
ARG PROVIDER_AMAZON_VERSION=6.0.0
ARG PROVIDER_AMAZON_VERSION=7.1.0

## General ARGs
ARG AIRFLOW_USER_HOME=/usr/local/airflow
Expand Down
2 changes: 1 addition & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Please see https://airflow.apache.org/docs/apache-airflow/2.4.3/plugins.html for information about creating Airflow plugin
Please see https://airflow.apache.org/docs/apache-airflow/2.5.1/plugins.html for information about creating Airflow plugin

Note that, per the above documentation, importing operators, sensors, hooks added in plugins via airflow.{operators,sensors,hooks}.<plugin_name> is no longer supported, and these extensions should just be imported as regular python modules.

Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-3.10.txt"
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-3.10.txt"

apache-airflow-providers-snowflake==3.3.0
apache-airflow-providers-mysql==3.2.1
apache-airflow-providers-snowflake==4.0.2
apache-airflow-providers-mysql==4.0.0

0 comments on commit d304a65

Please sign in to comment.