Skip to content

Commit

Permalink
fix: Support registry instantiation for read-only users (feast-dev#4719)
Browse files Browse the repository at this point in the history
  • Loading branch information
EXPEbdodla authored Oct 31, 2024
1 parent 60fbc62 commit ca3d3c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/infra/registry/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def __init__(
self._sync_feast_metadata_to_projects_table()
except FileNotFoundError:
logger.info("Registry file not found. Creating new registry.")
finally:
self.commit()

def _sync_feast_metadata_to_projects_table(self):
Expand Down

0 comments on commit ca3d3c8

Please sign in to comment.