aryndin9999
Results
1
comments of
aryndin9999
There is an example for Spark. It doesn't understand multi sources, FeatureViews... ```python from feast.infra.offline_stores.contrib.spark_offline_store.spark import SparkOfflineStore fs = feast.FeatureStore(repo_path="/home/feast/feast_repo/large_foal/feature_repo") feast_features = [ "crim", "zn", "indus" ] srj_latest = SparkOfflineStore.pull_latest_from_table_or_query(...