Campfireman commited on
Commit
f2e2963
·
1 Parent(s): 6d82468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -20,10 +20,12 @@ def greet(total_pred_days):
20
  print("connected")
21
  #api = project.get_dataset_api()
22
  fs = project.get_feature_store()
 
23
  feature_view = fs.get_feature_view(
24
  name = 'weather_fv',
25
  version = 1
26
  )
 
27
 
28
  # The latest available data timestamp
29
  start_time = 1635112800000
 
20
  print("connected")
21
  #api = project.get_dataset_api()
22
  fs = project.get_feature_store()
23
+ print("get the store")
24
  feature_view = fs.get_feature_view(
25
  name = 'weather_fv',
26
  version = 1
27
  )
28
+ print("get the fv")
29
 
30
  # The latest available data timestamp
31
  start_time = 1635112800000