Skip to content

Commit

Permalink
add connection attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Olha Kramarenko <[email protected]>
  • Loading branch information
okramarenko committed Feb 21, 2025
1 parent f3a24de commit 36b02d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def _init_conn(self, config: RepoConfig) -> Connection:
password=online_store_config.password or "test",
database=online_store_config.database or "feast",
port=online_store_config.port or 3306,
conn_attrs={"_connector_name": "SingleStore Feast Online Store"},
autocommit=True,
)

Expand Down

0 comments on commit 36b02d4

Please sign in to comment.