Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit db77fab

Browse files
MWAA: Add support for Airflow 2.10.3 (#1783)
1 parent 2f7878d commit db77fab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/user-guide/aws/mwaa/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ awslocal mwaa create-environment --dag-s3-path /dags \
4040
--execution-role-arn arn:aws:iam::000000000000:role/airflow-role \
4141
--network-configuration {} \
4242
--source-bucket-arn arn:aws:s3:::my-mwaa-bucket \
43-
--airflow-version 2.10.1 \
43+
--airflow-version 2.10.3 \
4444
--airflow-configuration-options agent.code=007,agent.name=bond \
4545
--name my-mwaa-env
4646
{{< /command >}}
@@ -71,7 +71,8 @@ LocalStack supports the following versions of Apache Airflow:
7171
- `2.7.2`
7272
- `2.8.1`
7373
- `2.9.2`
74-
- `2.10.1` (default)
74+
- `2.10.1`
75+
- `2.10.3` (default)
7576

7677
## Airflow configuration options
7778

0 commit comments

Comments
 (0)