We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c04ec1 commit ea7c8a3Copy full SHA for ea7c8a3
sdk/python/feast/templates/snowflake/test_workflow.py
@@ -11,11 +11,12 @@
11
12
13
def run_demo():
14
- store = FeatureStore(repo_path="./feature_repo")
15
print("\n--- Run feast apply to setup feature store on Snowflake ---")
16
command = "cd feature_repo; feast apply"
17
subprocess.run(command, shell=True)
18
+ store = FeatureStore(repo_path="./feature_repo")
19
+
20
print("\n--- Historical features for training ---")
21
fetch_historical_features_entity_df(store, for_batch_scoring=False)
22
0 commit comments