Skip to content

Commit c54309a

Browse files
partially running
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 35557ce commit c54309a

File tree

1 file changed

+0
-5
lines changed
  • sdk/python/feast/infra/online_stores/milvus_online_store

1 file changed

+0
-5
lines changed

sdk/python/feast/infra/online_stores/milvus_online_store/milvus.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ def _connect(self, config: RepoConfig) -> connections:
9696
host=config.online_store.host,
9797
port=str(config.online_store.port),
9898
)
99-
self._conn = connections.connect(
100-
alias="feast",
101-
host=config.online_store.host,
102-
port=str(config.online_store.port),
103-
)
10499
return self._conn
105100

106101
def _get_collection(self, config: RepoConfig, table: FeatureView) -> Collection:

0 commit comments

Comments
 (0)