Skip to content

Commit

Permalink
fix: Support registry instantiation for read-only users
Browse files Browse the repository at this point in the history
Signed-off-by: Bhargav Dodla <bdodla@expediagroup.com>
  • Loading branch information
Bhargav Dodla committed Oct 30, 2024
1 parent 9f41fd6 commit a1f6fca
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 a1f6fca

Please sign in to comment.