-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
- Bug: for relation output with nested JSON lists, the output of
show.results(query_output)
throws an error- The error message: “TypeError: sequence item 7: expected str instance, dict found”
- Steps to reproduce:
- For some database
db
with the flight data and models and a warm enginee
, run
- For some database
>>> res = api.query(ctx, "db", "e", "def output = results_json[ts_sample]", readonly=True)
>>> show.results(res)