Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor wording improvement in test documentation
Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
  • Loading branch information
Copilot and franciscojavierarceo committed Jan 23, 2026
commit 72c471eb84ad83690f7d91133e209b679a6533d0
4 changes: 2 additions & 2 deletions sdk/python/tests/unit/test_skip_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def test_skip_validation_use_case_documentation():

With skip_validation=True:
- push() calls list_all_feature_views(skip_validation=True)
- ODFVs WITHOUT write_to_online_store=True are loaded with dummy UDFs (identity functions)
- ODFVs WITH write_to_online_store=True are loaded normally (UDF is deserialized)
- ODFVs with write_to_online_store=False are loaded with dummy UDFs (identity functions)
- ODFVs with write_to_online_store=True are loaded normally (UDF is deserialized)
- No deserialization of the actual UDF happens for ODFVs that won't execute transformations
- push() can proceed successfully

Expand Down