Skip to content

Commit 45c06b9

Browse files
okramarenkoredhatHameed
authored andcommitted
add connection attributes
Signed-off-by: Olha Kramarenko <[email protected]>
1 parent 75f5a90 commit 45c06b9

File tree

1 file changed

+1
-0
lines changed
  • sdk/python/feast/infra/online_stores/singlestore_online_store

1 file changed

+1
-0
lines changed

sdk/python/feast/infra/online_stores/singlestore_online_store/singlestore.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def _init_conn(self, config: RepoConfig) -> Connection:
5050
password=online_store_config.password or "test",
5151
database=online_store_config.database or "feast",
5252
port=online_store_config.port or 3306,
53+
conn_attrs={"_connector_name": "SingleStore Feast Online Store"},
5354
autocommit=True,
5455
)
5556

0 commit comments

Comments
 (0)