No description
  • Python 92%
  • Dockerfile 4.5%
  • Shell 3.5%
Find a file
Jack Stockley 192863f2fd
Some checks failed
Publish Airflow Docker image / Run linters (push) Has been cancelled
Trivy Security Scan / Scan (push) Has been cancelled
Publish Airflow Docker image / Push Docker image to multiple registries (push) Has been cancelled
Merge pull request #263 from jnstockley/beta
Beta
2026-06-01 20:16:45 -05:00
.github/workflows Add ignore-unfixed: true 2026-05-02 20:43:02 -05:00
config Add custom healthcheck script 2026-03-02 18:06:30 -06:00
dags Update URL 2026-03-05 19:43:27 -06:00
plugins Revert 2026-03-05 21:20:13 -06:00
.gitignore Dependency update 2025-06-10 16:49:50 -05:00
.python-version Bump python version 2026-04-10 19:46:42 -05:00
compose.yml Add custom healthcheck script 2026-03-02 18:06:30 -06:00
Dockerfile Update apache/airflow Docker tag to slim-3.2.2 2026-05-29 06:09:05 +00:00
lint.sh Revert lint script change 2025-09-03 16:41:23 -05:00
README.md Add README.md 2025-03-08 21:57:06 -06:00
renovate.json Migrate config renovate.json 2025-08-06 00:00:25 +00:00
requirements.txt Update dependency aiohttp to v3.14.0 2026-06-01 20:08:27 +00:00
requirements_dev.txt Switch to using Airflow log groomer 2025-05-18 20:04:55 -05:00
sample.env Update sample.env 2026-02-26 19:28:24 -06:00

Airflow

Setup dag().test()

  • Ensure containers are running
  • Ensure working directory is set to the root of the project
  • Add environment variable in run configuration: AIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@<HOST_IP>:5432/airflow