Skip to content

Commit a1d4d43

Browse files
committed
Add debugging info
1 parent 166908f commit a1d4d43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

singlestoredb/management/export.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ def status(self) -> str:
292292
json=dict(egressID=self.export_id),
293293
)
294294

295+
print(out.json())
296+
295297
return list(out.json().values())[0]
296298

297299
def __str__(self) -> str:

0 commit comments

Comments
 (0)