Skip to content

Commit

Permalink
update to use latet sdk version (#2689)
Browse files Browse the repository at this point in the history
* update to use latet sdk version

* update sdk version

* update to new data plane sdk

* update sdk notebook with simple FS provision

* update notebook

* fix test failure

* fix test failure

* update and reformat notebook

* update resource setup

* add tag to skip job streaming

* fix test failure

* update set up
  • Loading branch information
qjxu authored Oct 11, 2023
1 parent a796d3a commit a5db1bc
Show file tree
Hide file tree
Showing 11 changed files with 20,026 additions and 4,711 deletions.
14 changes: 4 additions & 10 deletions sdk/python/featurestore_sample/featurestore_sdk_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,16 @@
exec(f.read())

print("=======Test Notebook 2============")
with open(
"notebooks/sdk_only/2. Enable materialization and backfill feature data.py"
) as f:
with open("notebooks/sdk_only/2. Experiment and train models using features.py") as f:
exec(f.read())

print("=======Test Notebook 3============")
with open("notebooks/sdk_only/3. Experiment and train models using features.py") as f:
exec(f.read())

print("=======Test Notebook 4============")
with open(
"notebooks/sdk_only/4. Enable recurrent materialization and run batch inference.py"
"notebooks/sdk_only/3. Enable recurrent materialization and run batch inference.py"
) as f:
exec(f.read())

# # exclude 5th notebook for now
# print("=======Test Notebook 5============")
# with open("notebooks/sdk_only/5. Enable online store and run online inference.py") as f:
# print("=======Test Notebook 4============")
# with open("notebooks/sdk_only/4. Enable online store and run online inference.py") as f:
# exec(f.read())
Loading

0 comments on commit a5db1bc

Please sign in to comment.