Skip to content

Commit bd8b90c

Browse files
committed
Change http method
1 parent 074cb03 commit bd8b90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/management/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def _info(self) -> Dict[str, Any]:
286286
msg='No workspace manager is associated with this object.',
287287
)
288288

289-
out = self._manager._post(
289+
out = self._manager._get(
290290
f'workspaceGroups/{self.workspace_group.id}/egress/tableEgressStatus',
291291
json=dict(egressID=self.export_id),
292292
)

0 commit comments

Comments
 (0)