1 Answer
- Newest
- Most votes
- Most comments
0
Airflow is not multitenant. Anyone who can write a DAG can see any other DAG or environment information. See AIP-1 for how the Airflow community is working towards multitenancy and other security improvements.
As such the only true data isolation is multiple environments. A secondary alternative is a DAG factory where you don't allow users to write DAGs directly, but rather specify their DAGs via YAML or JSON and control exactly what they can do.
answered 5 years ago
Relevant content
asked 7 months ago
asked 3 years ago
asked 2 years ago
