https://github.com/roma-glushko/airflow-k8s-dev
A template for Airflow projects that runs in Kubernetes with local dev flow powered by Tilt
https://github.com/roma-glushko/airflow-k8s-dev
Last synced: 3 months ago
JSON representation
A template for Airflow projects that runs in Kubernetes with local dev flow powered by Tilt
- Host: GitHub
- URL: https://github.com/roma-glushko/airflow-k8s-dev
- Owner: roma-glushko
- Created: 2022-10-10T21:07:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T11:39:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T11:53:52.701Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Airflow K8s Dev
A template to develop Airflow-powered pipelines locally using Kubernetes and Tilt.
## Environment
Run `make` in the root directory to see a list of available commands:
```bash
Available Commands
k3d-start Start a new k3d cluster
k3d-stop Stop the k3d cluster
tilt Deploy and start your dev flow
```