Skip to content

Commit c19d640

Browse files
authored
chore: Add CODEOWNERS file to automate more code reviews (#3192)
* chore: Add CODEOWNERS file to automate more code reviews Signed-off-by: Danny Chiao <[email protected]> * lint Signed-off-by: Danny Chiao <[email protected]> * add java redis logic to CODEOWNERS Signed-off-by: Danny Chiao <[email protected]> * remove sam Signed-off-by: Danny Chiao <[email protected]> Signed-off-by: Danny Chiao <[email protected]>
1 parent 175fd25 commit c19d640

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CODEOWNERS

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# See https://help.github.com/articles/about-codeowners/
2+
# for more info about CODEOWNERS file
3+
4+
# Core Interfaces
5+
/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers @chhabrakadabra @mavysavydav @sfc-gh-madkins
6+
/sdk/python/feast/infra/online_stores/online_store.py @feast-dev/maintainers @DvirDukhan
7+
/sdk/python/feast/infra/materialization_engine/batch_materialization_engine.py @feast-dev/maintainers @whoahbot @sfc-gh-madkins
8+
9+
# ==== Offline Stores ====
10+
# Core utils
11+
/sdk/python/feast/infra/offline_stores/offline_utils.py @feast-dev/maintainers @chhabrakadabra @mavysavydav @sfc-gh-madkins
12+
13+
# BigQuery
14+
/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers @chhabrakadabra @mavysavydav
15+
16+
# Snowflake
17+
/sdk/python/feast/infra/offline_stores/snowflake* @sfc-gh-madkins
18+
19+
# Athena (contrib)
20+
/sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/ @toping4445
21+
22+
# Azure SQL (contrib)
23+
/sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/ @kevjumba
24+
25+
# Spark (contrib)
26+
/sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/ @niklasvm @kevjumba
27+
28+
# ==== Online Stores ====
29+
30+
# Redis
31+
/sdk/python/feast/infra/online_stores/redis.py @DvirDukhan
32+
/java/feast/serving/connectors/redis/ @DvirDukhan
33+
34+
# Snowflake
35+
/sdk/python/feast/infra/online_stores/snowflake.py @sfc-gh-madkins
36+
37+
# Cassandra (contrib)
38+
/sdk/python/feast/infra/online_stores/cassandra_online_store/ @hemidactylus
39+
40+
# ==== Batch Materialization Engines ====
41+
42+
# Snowflake
43+
/sdk/python/feast/infra/materialization/snowflake* @sfc-gh-madkins
44+
45+
# Bytewax
46+
/sdk/python/feast/infra/materialization/contrib/bytewax/ @whoahbot
47+
48+
# AWS Lambda
49+
/sdk/python/feast/infra/materialization/contrib/aws_lambda/ @achals
50+
51+
# ==== Web UI ====
52+
/ui/ @adchia
53+
/sdk/python/feast/ui/ @adchia
54+
/sdk/python/feast/ui_server.py @adchia

0 commit comments

Comments
 (0)