Skip to content

Commit ca3d3c8

Browse files
authored
fix: Support registry instantiation for read-only users (#4719)
1 parent 60fbc62 commit ca3d3c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/python/feast/infra/registry/registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def __init__(
228228
self._sync_feast_metadata_to_projects_table()
229229
except FileNotFoundError:
230230
logger.info("Registry file not found. Creating new registry.")
231-
finally:
232231
self.commit()
233232

234233
def _sync_feast_metadata_to_projects_table(self):

0 commit comments

Comments
 (0)