An open API service indexing awesome lists of open source software.

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

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
```