|
2 | 2 | # for more info about CODEOWNERS file
|
3 | 3 |
|
4 | 4 | # Core Interfaces
|
5 |
| -/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers @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 |
| 5 | +/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers |
| 6 | +/sdk/python/feast/infra/online_stores/online_store.py @feast-dev/maintainers |
| 7 | +/sdk/python/feast/infra/materialization_engine/batch_materialization_engine.py @feast-dev/maintainers |
8 | 8 |
|
9 | 9 | # ==== Offline Stores ====
|
10 | 10 | # Core utils
|
11 |
| -/sdk/python/feast/infra/offline_stores/offline_utils.py @feast-dev/maintainers @sfc-gh-madkins |
| 11 | +/sdk/python/feast/infra/offline_stores/offline_utils.py @feast-dev/maintainers |
12 | 12 |
|
13 | 13 | # Offline interfaces
|
14 | 14 | /sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers
|
|
18 | 18 | /sdk/python/feast/infra/offline_stores/bigquery_source.py @sudohainguyen
|
19 | 19 | /sdk/python/tests/integration/feature_repos/universal/data_sources/bigquery.py @sudohainguyen
|
20 | 20 |
|
21 |
| -# Snowflake |
22 |
| -/sdk/python/feast/infra/offline_stores/snowflake* @sfc-gh-madkins |
23 |
| - |
24 |
| -# Athena (contrib) |
25 |
| -/sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/ @toping4445 |
26 |
| - |
27 |
| -# Azure SQL (contrib) |
28 |
| -/sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/ @kevjumba |
29 |
| - |
30 |
| -# Spark (contrib) |
31 |
| -/sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/ @niklasvm @kevjumba |
32 |
| - |
33 | 21 | # ==== Online Stores ====
|
34 | 22 |
|
35 | 23 | # HBase
|
36 | 24 | /sdk/python/feast/infra/online_stores/hbase.py @sudohainguyen
|
37 | 25 | /sdk/python/feast/infra/online_stores/contrib/hbase_online_store @sudohainguyen
|
38 | 26 |
|
39 |
| -# Redis |
40 |
| -/sdk/python/feast/infra/online_stores/redis.py @DvirDukhan |
41 |
| -/java/feast/serving/connectors/redis/ @DvirDukhan |
42 |
| - |
43 |
| -# Snowflake |
44 |
| -/sdk/python/feast/infra/online_stores/snowflake.py @sfc-gh-madkins |
45 |
| - |
46 |
| -# Cassandra (contrib) |
47 |
| -/sdk/python/feast/infra/online_stores/cassandra_online_store/ @hemidactylus |
48 |
| - |
49 | 27 | # ==== Batch Materialization Engines ====
|
50 |
| - |
51 |
| -# Snowflake |
52 |
| -/sdk/python/feast/infra/materialization/snowflake* @sfc-gh-madkins |
53 |
| - |
54 |
| -# AWS Lambda |
55 |
| -/sdk/python/feast/infra/materialization/contrib/aws_lambda/ @achals |
0 commit comments