◐ Shell
clean mode source ↗

Clickhouse offline store is not part of offline stores in feature_repo.py

Expected Behavior

in feature_store.yaml I want to define clickhouse offline store type.

Current Behavior

when I set type to clickhouse I get error feast.errors.FeastOfflineStoreInvalidName: Offline Store Class 'clickhouse' should end with the string OfflineStore.'
which is caused by missing OFFLINE_STORE_CLASS_FOR_TYPE map entry for clickhouse

Steps to reproduce

Specifications

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

add "clickhouse": "feast.infra.offline_stores.contrib.clickhouse_offline_store.clickhouse.ClickhouseOfflineStore" entry to OFFLINE_STORE_CLASS_FOR_TYPE map in feast/feature_repo.py file