Skip to content

Commit

Permalink
Small bug in sqlalchemy reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik4949 authored and blythed committed Jan 8, 2025
1 parent 412c3a2 commit b8d4695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sqlalchemy/superduper_sqlalchemy/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def commit(self):

def reconnect(self):
"""Reconnect to sqlalchmey metadatastore."""
sql_conn = create_engine(self.uri)
sql_conn, name = self.connection_callback()
self.conn = sql_conn

# TODO: is it required to init after
Expand Down

0 comments on commit b8d4695

Please sign in to comment.