MCPcopy Index your code
hub / github.com/feast-dev/feast / _table_id

Function _table_id

sdk/python/feast/infra/online_stores/sqlite.py:732–733  ·  view source on GitHub ↗
(project: str, table: Any, enable_versioning: bool = False)

Source from the content-addressed store, hash-verified

730
731
732def _table_id(project: str, table: Any, enable_versioning: bool = False) -> str:
733 return compute_table_id(project, table, enable_versioning)
734
735
736class SqliteTable(InfraObject):

Callers 10

test_no_versionMethod · 0.90
test_v0_no_suffixMethod · 0.90
test_v1_with_suffixMethod · 0.90
test_v5_with_suffixMethod · 0.90
online_write_batchMethod · 0.70
online_readMethod · 0.70
updateMethod · 0.70
planMethod · 0.70

Calls 1

compute_table_idFunction · 0.90

Tested by 4

test_no_versionMethod · 0.72
test_v0_no_suffixMethod · 0.72
test_v1_with_suffixMethod · 0.72
test_v5_with_suffixMethod · 0.72