Skip to content

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

@miroslawas

Description

@miroslawas

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions