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

Method commit

sdk/python/feast/infra/registry/sql.py:1375–1377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1373 return r
1374
1375 def commit(self):
1376 # This method is a no-op since we're always writing values eagerly to the db.
1377 pass
1378
1379 def _initialize_project_if_not_exists(self, project_name: str):
1380 try:

Callers 11

applyMethod · 0.45
CommitMethod · 0.45
online_write_batchMethod · 0.45
online_write_batchMethod · 0.45
updateMethod · 0.45
teardownMethod · 0.45
online_write_batchMethod · 0.45
_mon_upsertFunction · 0.45
apply_diff_to_registryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected