Hybrid
Description
Getting started
pip install 'feast[spark,snowflake]'Example
project: my_feature_repo
registry: data/registry.db
provider: local
offline_store:
type: hybrid_offline_store.HybridOfflineStore
offline_stores:
- type: spark
conf:
spark_master: local[*]
spark_app_name: feast_spark_app
- type: snowflake
conf:
account: my_snowflake_account
user: feast_user
password: feast_password
database: feast_database
schema: feast_schemaExample FeatureView
Functionality Matrix
Feature/Functionality
Supported
Last updated
Was this helpful?