Home > front end >  airflow on kubernetes: how to load dag files from local filesystem?
airflow on kubernetes: how to load dag files from local filesystem?

Time:04-09

i want to install airflow for my k8s cluster. I tried to use the bitnami repo but i want to know how to load dag files from my local filesystem.

CodePudding user response:

One solution we implement is

This is our preferred approach.

  • Related