# Feast Feature Store Configuration for Suno Recommendations - DEV
project: suno_recs_dev
provider: local

# Registry stores feature definitions
registry:
  registry_store_type: S3RegistryStore
  # Dev registry path
  path: s3://suno-recs-ml-artifacts/feast-registry/dev/registry.db

# Online store for low-latency feature serving
online_store:
  type: redis
  # For local dev:
  connection_string: localhost:6379

# Offline store - Snowflake for training data
offline_store:
  type: snowflake.offline
  account: ccntdmk-suno
  user: DELPHINE
  private_key_content: "${SNOWFLAKE_PRIVATE_KEY}"
  role: ACCOUNTADMIN
  warehouse: DBT_DEV_MEDIUM
  # for development:
  database: SUNO_DEV_DELPHINE
  schema: PROD

entity_key_serialization_version: 2

