Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/feast-dev/feast
/ schema
Method
schema
sdk/python/feast/feature_view.py:430–431 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
428
429
@property
430
def
schema(self) -> List[Field]:
431
return
list(set(self.entity_columns + self.features))
432
433
def
ensure_valid(self):
434
""
"
Callers
10
_make_flight_info
Method · 0.45
get_schema
Method · 0.45
TestLogSourceMonitoring
Class · 0.45
test_local_validation_node_valid_json
Method · 0.45
test_local_validation_node_invalid_json
Method · 0.45
test_local_validation_node_skips_nulls
Method · 0.45
test_local_validation_node_no_json_columns
Method · 0.45
test_local_validation_node_error_message_shows_row_and_detail
Method · 0.45
point_in_time_join_brute
Function · 0.45
test_offline_write_batch_enables_list_inference
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_local_validation_node_valid_json
Method · 0.36
test_local_validation_node_invalid_json
Method · 0.36
test_local_validation_node_skips_nulls
Method · 0.36
test_local_validation_node_no_json_columns
Method · 0.36
test_local_validation_node_error_message_shows_row_and_detail
Method · 0.36
point_in_time_join_brute
Function · 0.36
test_offline_write_batch_enables_list_inference
Method · 0.36