Skip to content

Commit ea7c8a3

Browse files
fix: Fix Snowflake template
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
1 parent 2c04ec1 commit ea7c8a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/python/feast/templates/snowflake/test_workflow.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212

1313
def run_demo():
14-
store = FeatureStore(repo_path="./feature_repo")
1514
print("\n--- Run feast apply to setup feature store on Snowflake ---")
1615
command = "cd feature_repo; feast apply"
1716
subprocess.run(command, shell=True)
1817

18+
store = FeatureStore(repo_path="./feature_repo")
19+
1920
print("\n--- Historical features for training ---")
2021
fetch_historical_features_entity_df(store, for_batch_scoring=False)
2122

0 commit comments

Comments
 (0)