MCPcopy Create free account
hub / github.com/feast-dev/feast / __init__

Method __init__

sdk/python/feast/infra/online_stores/sqlite.py:749–752  ·  view source on GitHub ↗
(self, path: str, name: str)

Source from the content-addressed store, hash-verified

747 conn: sqlite3.Connection
748
749 def __init__(self, path: str, name: str):
750 super().__init__(name)
751 self.path = path
752 self.conn = _initialize_conn(path)
753
754 def to_infra_object_proto(self) -> InfraObjectProto:
755 sqlite_table_proto = self.to_proto()

Callers

nothing calls this directly

Calls 1

_initialize_connFunction · 0.85

Tested by

no test coverage detected