
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
airflow-docker-compose
Advanced tools
A reasonably light wrapper around docker-compose
to make it simple to start a local
airflow instance in docker.
airflow-docker-compose --help
airflow-docker-compose up
Note, this library assumes the docker-compose
utility is available in your path.
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'
}
FAQs
Unknown package
We found that airflow-docker-compose demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.