We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074cb03 commit bd8b90cCopy full SHA for bd8b90c
singlestoredb/management/export.py
@@ -286,7 +286,7 @@ def _info(self) -> Dict[str, Any]:
286
msg='No workspace manager is associated with this object.',
287
)
288
289
- out = self._manager._post(
+ out = self._manager._get(
290
f'workspaceGroups/{self.workspace_group.id}/egress/tableEgressStatus',
291
json=dict(egressID=self.export_id),
292
0 commit comments