This is an automated email from the ASF dual-hosted git repository.
weilee 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 dbba0a8c842 Code owners update for asset and partition things (#62841)
dbba0a8c842 is described below
commit dbba0a8c8426c201c7c5ae62f6ea3e2b2f1f6dda
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Wed Mar 4 13:34:38 2026 +0800
Code owners update for asset and partition things (#62841)
---
.github/CODEOWNERS | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c976ec55a57..6ab10c63a96 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -61,8 +61,10 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/
@Lee-W @jason810496 @guan
# Security/Permissions
/airflow-core/src/airflow/security/permissions.py @vincbeck
-# Calendar/Timetables
-/airflow-core/src/airflow/timetables/ @uranusjr
+# Calendar/Timetables/Assets/Partitions
+/airflow-core/src/airflow/assets @uranusjr @Lee-W
+/airflow-core/src/airflow/partition_mappers @dstandish @Lee-W
+/airflow-core/src/airflow/timetables/ @uranusjr @Lee-W
/docs/apache-airflow/concepts/timetable.rst @uranusjr
# Task expansion, scheduling, and rendering