This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e80b61c28bb update code owners (#48068)
e80b61c28bb is described below
commit e80b61c28bb7b8a056d3bdea4375d04707dbfe76
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Mar 21 19:02:35 2025 +0200
update code owners (#48068)
Co-authored-by: Jarek Potiuk <[email protected]>
---
.github/CODEOWNERS | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 52d39cd3dc7..0075409ade1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,13 +1,13 @@
# Core
-/airflow/executors/ @XD-DENG @ashb @o-nikolas @pierrejeambrun @hussein-awala
-/airflow/jobs/ @ashb @XD-DENG
-/airflow/models/ @XD-DENG @ashb
+/airflow-core/src/airflow/executors/ @XD-DENG @ashb @o-nikolas @pierrejeambrun
@hussein-awala
+/airflow-core/src/airflow/jobs/ @ashb @XD-DENG
+/airflow-core/src/airflow/models/ @XD-DENG @ashb
# DAG Serialization
-/airflow/serialization/ @ashb @bolkedebruin
+/airflow-core/src/airflow/serialization/ @ashb @bolkedebruin
# DAG Parsing
-/airflow/dag_processing @jedcunningham @ephraimbuddy
+/airflow-core/src/airflow/dag_processing @jedcunningham @ephraimbuddy
# Kubernetes
/providers/cncf/kubernetes/ @dstandish @jedcunningham
@@ -22,37 +22,37 @@
/docs/helm-chart @dstandish @jedcunningham
# API
-/airflow/api/ @ephraimbuddy @pierrejeambrun @rawwar
-/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar
-/airflow/api_fastapi/execution_api/ @ashb @kaxil @amoghrajesh
+/airflow-core/src/airflow/api/ @ephraimbuddy @pierrejeambrun @rawwar
+/airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar
+/airflow-core/src/airflow/api_fastapi/execution_api/ @ashb @kaxil @amoghrajesh
# UI
-/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton @jscheffl
+/airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton
@jscheffl
# Security/Permissions
-/airflow/security/permissions.py @vincbeck
+/airflow-core/src/airflow/security/permissions.py @vincbeck
# Calendar/Timetables
-/airflow/timetables/ @uranusjr
+/airflow-core/src/airflow/timetables/ @uranusjr
/docs/apache-airflow/concepts/timetable.rst @uranusjr
# Task expansion, scheduling, and rendering
-/airflow/models/abstractoperator.py @uranusjr
-/airflow/models/baseoperator.py @uranusjr
-/airflow/models/expandinput.py @uranusjr
-/airflow/models/mappedoperator.py @uranusjr
-/airflow/models/operator.py @uranusjr
-/airflow/models/xcom_arg.py @uranusjr
+/airflow-core/src/airflow/models/abstractoperator.py @uranusjr
+/airflow-core/src/airflow/models/baseoperator.py @uranusjr
+/airflow-core/src/airflow/models/expandinput.py @uranusjr
+/airflow-core/src/airflow/models/mappedoperator.py @uranusjr
+/airflow-core/src/airflow/models/operator.py @uranusjr
+/airflow-core/src/airflow/models/xcom_arg.py @uranusjr
/docs/apache-airflow/concepts/dynamic-task-mapping.rst @uranusjr
# Async Operators & Triggerer
-/airflow/cli/commands/local_commands/triggerer_command.py @dstandish
@hussein-awala
-/airflow/jobs/triggerer_job.py @dstandish @hussein-awala
-/airflow/jobs/triggerer_job_runner.py @dstandish @hussein-awala
+/airflow-core/src/airflow/cli/commands/local_commands/triggerer_command.py
@dstandish @hussein-awala
+/airflow-core/src/airflow/jobs/triggerer_job.py @dstandish @hussein-awala
+/airflow-core/src/airflow/jobs/triggerer_job_runner.py @dstandish
@hussein-awala
/docs/apache-airflow/authoring-and-scheduling/deferring.rst @dstandish
@hussein-awala
# Secrets Backends
-/airflow/secrets @dstandish @potiuk @ashb
+/airflow-core/src/airflow/secrets @dstandish @potiuk @ashb
# Providers
/providers/amazon/ @eladkal @o-nikolas
@@ -85,19 +85,19 @@ Dockerfile.ci @potiuk @ashb
ISSUE_TRIAGE_PROCESS.rst @eladkal
# AIP-52 - Setup and Teardown
-/airflow/decorators/setup_teardown.py @jedcunningham @ephraimbuddy @dstandish
-/airflow/example_dags/example_setup_teardown*.py @jedcunningham @ephraimbuddy
@dstandish
-/airflow/utils/setup_teardown.py @jedcunningham @ephraimbuddy @dstandish
+/airflow-core/src/airflow/decorators/setup_teardown.py @jedcunningham
@ephraimbuddy @dstandish
+/airflow-core/src/airflow/example_dags/example_setup_teardown*.py
@jedcunningham @ephraimbuddy @dstandish
+/airflow-core/src/airflow/utils/setup_teardown.py @jedcunningham @ephraimbuddy
@dstandish
# AIP-58 - Object Storage
-/airflow/io/ @bolkedebruin
+/airflow-core/src/airflow/io/ @bolkedebruin
/providers/**/fs/ @bolkedebruin
/providers/common/io/ @bolkedebruin
/docs/apache-airflow/core-concepts/objectstorage.rst @bolkedebruin
# Migrations
-/airflow/migrations/ @ephraimbuddy
-/providers/fab/src/airflow/providers/fab/migrations/ @ephraimbuddy
+/airflow-core/src/airflow/migrations/ @ephraimbuddy
+/providers/fab/src/airflow-core/src/airflow/providers/fab/migrations/
@ephraimbuddy
# AIP-72 - Task SDK
/task-sdk/ @ashb @kaxil @amoghrajesh