No project description provided
Project description
airflow-docker-compose
Description
A reasonably light wrapper around docker-compose
to make it simple to start a local
airflow instance in docker.
Usage
airflow-docker-compose --help airflow-docker-compose up
Configuration
In order to use this tool, you should have a local dags
folder containing your dags.
You should also have a pyproject.toml
file which minimally looks like
[tool.airflow-docker-compose] docker-network = 'network-name'
In order to set airflow configuration, you can use the airflow-environment-variables
key.
This allows you to set any airflow.cfg
variables like so:
[tool.airflow-docker-compose] airflow-environment-variables = { AIRWFLOW_WORKER_COUNT = 4 AIRFLOW__AIRFLOWDOCKER__FORCE_PULL = 'false' }
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size airflow_docker_compose-0.1.8-py3-none-any.whl (16.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size airflow-docker-compose-0.1.8.tar.gz (14.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for airflow_docker_compose-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41d0d56fd95a30a46dc7d5c0d50d0a09275e129cdab9d1a17288b2c0a9ce99ac |
|
MD5 | fc55e4943f2370424f985627801ffb1f |
|
BLAKE2-256 | fcd674881d70771f5357adf73fc11214186306b2b1237546c99b0b2fab3bda33 |
Close
Hashes for airflow-docker-compose-0.1.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d3e87b86a264e829cd5e20886a49e5427f4a868acfc8430637ed6f70ea1dd5a |
|
MD5 | 1e12e854939c7a225bc75b971b49ccdc |
|
BLAKE2-256 | 664ba870c3521701bc3571a453f5934b4c817d24a2c54adb30945965f932f020 |