Environment variable plugin for MWAA
Project description
MWAA Environment Variable Plugin
Overview
The MwaaEnvVarPlugin
is a custom Apache Airflow plugin designed for Amazon Managed Workflows for Apache Airflow (MWAA). This plugin automatically converts MWAA configuration options in the env
section prefix (e.g., env.foo_bar
) into user-friendly environment variables (e.g., FOO_BAR
), as opposed to the default AIRFLOW__ENV__FOO_BAR
provided by vanilla MWAA.
Features
- Automatically detects environment variables with the
AIRFLOW__ENV__
prefix. - Converts these variables to user-friendly names without the
AIRFLOW__
prefix and double underscores. - Sets the new environment variables in the system.
Installation
Simply add mwaa-env-var-plugin
into your MWAA requirements.txt:
mwaa-env-var-plugin==0.0.4
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file mwaa_env_var_plugin-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: mwaa_env_var_plugin-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9cc9d08f257b34c9cdfe69e893dab7f0eb184a96a84ec44b078ef1af1cb2a53 |
|
MD5 | e76474626cae15801e926b574eea40c3 |
|
BLAKE2b-256 | 623d4280b99aafba6c0f250b68e38ea756e428146cc7ce5fe6c500531c8b0585 |