Skip to content

Commit

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

Signed-off-by: Achal Shah <achal@tecton.ai>

* add path

Signed-off-by: Achal Shah <achals@gmail.com>

---------

Signed-off-by: Achal Shah <achal@tecton.ai>
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Oct 20, 2023
1 parent 018d0ea commit ea12133
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 ea12133

Please sign in to comment.