Skip to content

Commit

Permalink
chore: Add harry to CODEOWNERS (feast-dev#3808)
Browse files Browse the repository at this point in the history
* chore: Add harry to CODEOWNERS

Signed-off-by: Achal Shah <[email protected]>

* add path

Signed-off-by: Achal Shah <[email protected]>

---------

Signed-off-by: Achal Shah <[email protected]>
Signed-off-by: Achal Shah <[email protected]>
Signed-off-by: James Crabtree <[email protected]>
  • Loading branch information
achals authored and james-crabtree-sp committed Oct 23, 2023
1 parent b622f89 commit fd4934c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
# Core utils
/sdk/python/feast/infra/offline_stores/offline_utils.py @feast-dev/maintainers @sfc-gh-madkins

# BigQuery
# Offline interfaces
/sdk/python/feast/infra/offline_stores/offline_store.py @feast-dev/maintainers

# BigQuery
/sdk/python/feast/infra/offline_stores/bigquery.py @sudohainguyen
/sdk/python/feast/infra/offline_stores/bigquery_source.py @sudohainguyen
/sdk/python/tests/integration/feature_repos/universal/data_sources/bigquery.py @sudohainguyen

# Snowflake
/sdk/python/feast/infra/offline_stores/snowflake* @sfc-gh-madkins

Expand All @@ -27,6 +32,10 @@

# ==== Online Stores ====

# HBase
/sdk/python/feast/infra/online_stores/hbase.py @sudohainguyen
/sdk/python/feast/infra/online_stores/contrib/hbase_online_store @sudohainguyen

# Redis
/sdk/python/feast/infra/online_stores/redis.py @DvirDukhan
/java/feast/serving/connectors/redis/ @DvirDukhan
Expand Down

0 comments on commit fd4934c

Please sign in to comment.