File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments