From da9f99d218e9f11c472e8509e06e9c27694bb77f Mon Sep 17 00:00:00 2001 From: Mathieu Cloutier Date: Tue, 4 Feb 2025 15:45:36 +0100 Subject: [PATCH] add MWAA_DOCKER_FLAGS --- content/en/references/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/references/configuration.md b/content/en/references/configuration.md index 7c3e66c098..e8c834f592 100644 --- a/content/en/references/configuration.md +++ b/content/en/references/configuration.md @@ -269,6 +269,7 @@ Please consult the [migration guide]({{< ref "user-guide/aws/lambda#migrating-to | - | - | - | | `MWAA_PIP_TRUSTED_HOSTS` | `pypi.org,files.pythonhosted.org` | Comma-separated list of hosts for which SSL verification is not performed when installing Python dependencies for MWAA environment. | | `MWAA_S3_POLL_INTERVAL` | `30` (default) | Interval in seconds with which MWAA polls S3 bucket to check for new or updated assets. | +| `MWAA_DOCKER_FLAGS` | `-e TEST_ENV=1337` | Additional flags provided to the Airflow container. Same restrictions as `LAMBDA_DOCKER_FLAGS`. | ### Neptune