-
Notifications
You must be signed in to change notification settings - Fork 14.3k
/
CODEOWNERS
Validating CODEOWNERS rules...
79 lines (63 loc) · 2.13 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Core
/airflow/executors/ @kaxil @XD-DENG @ashb
/airflow/jobs/ @kaxil @ashb @XD-DENG
/airflow/models/ @kaxil @XD-DENG @ashb
# DAG Serialization
/airflow/serialization/ @kaxil @ashb
# DAG Parsing
/airflow/dag_processing @jedcunningham @ephraimbuddy
# Kubernetes
/airflow/kubernetes/ @dstandish @jedcunningham
/airflow/kubernetes_executor_templates/ @dstandish @jedcunningham
/airflow/executors/celery_kubernetes_executor.py @dstandish @jedcunningham
/airflow/executors/kubernetes_executor.py @dstandish @jedcunningham
# Helm Chart
/chart/ @dstandish @jedcunningham
# Docs
/docs/ @mik-laj
# Docs (without Providers)
/docs/apache-airflow @kaxil @potiuk
/docs/docker-stack @potiuk
/docs/helm-chart @dstandish @jedcunningham
/docs/*.py @kaxil @potiuk
# API
/airflow/api/ @mik-laj @ephraimbuddy
/airflow/api_connexion/ @mik-laj @ephraimbuddy
# UI
/airflow/ui/ @ryanahamilton @ashb @bbovenzi
# WWW
/airflow/www/ @ryanahamilton @ashb @bbovenzi
# Security/Permissions
/airflow/security/permissions.py @jhtimmins
/airflow/www/security.py @jhtimmins
/airflow/api_connexion/security.py @jhtimmins
# Calendar/Timetables
/airflow/timetables/ @uranusjr
/docs/apache-airflow/concepts/timetable.rst @uranusjr
# Async Operators & Triggerer
/airflow/jobs/triggerer_job.py @dstandish
/airflow/cli/commands/triggerer_command.py @dstandish
/airflow/models/trigger.py @dstandish
/docs/apache-airflow/concepts/deferring.rst @dstandish
# Secrets Backends
/airflow/secrets @dstandish @kaxil @potiuk @ashb
# Providers
/airflow/providers/google/ @turbaszek
/airflow/providers/snowflake/ @turbaszek @potiuk @mik-laj
/airflow/providers/cncf/kubernetes @jedcunningham
/docs/apache-airflow-providers-cncf-kubernetes @jedcunningham
# Dev tools
/.github/workflows/ @potiuk @ashb @kaxil
breeze @potiuk
breeze-complete @potiuk
Dockerfile @potiuk @ashb @mik-laj
Dockerfile.ci @potiuk @ashb
/dev/ @potiuk @ashb @jedcunningham
/provider_packages/ @potiuk @ashb
/scripts/ @potiuk @ashb @mik-laj
/docker_tests/ @potiuk @ashb @mik-laj
# Releasing Guides & Project Guidelines
/dev/README_RELEASE_*.md @kaxil
/dev/README.md @kaxil
/dev/PROJECT_GUIDELINES.md @kaxil
/dev/PROVIDER_PACKAGE_DETAILS.md @kaxil