Skip to content

Commit e77227f

Browse files
committed
Update airflow
1 parent a607242 commit e77227f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ boto3 = "*"
3636
pandas = "~1.4.4"
3737
pyspark = "~3.3.1"
3838
pyarrow = "~8.0.0"
39-
apache-airflow = "2.6.0"
39+
apache-airflow = "2.6.2"
4040
awswrangler = "~2.17.0"
4141
great-expectations = "^0.14.13"
4242
s3fs = "~2022.11.0"

src/airflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apache/airflow:2.6.0-python3.9
1+
FROM apache/airflow:2.6.2-python3.9
22

33
ENV AIRFLOW_HOME=/opt/airflow
44
RUN pip install --no-cache-dir awswrangler~=2.17.0

0 commit comments

Comments
 (0)