You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tst_res is just the result of an exec call. This used to be a query call, and show.problems worked on that. It broke when I tried to update to the latest SDK version, I think because the output type changed from dict to list, and it seems show.problems hasn't been updated?
Here's the full definition: tst_res = api.exec(ctx, database, engine, command, readonly=True)
Python SDK:
show.problems
is erroring with this message:The text was updated successfully, but these errors were encountered: