- 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 engine `e`, run ``` >>> res = api.query(ctx, "db", "e", "def output = results_json[ts_sample]", readonly=True) >>> show.results(res)
show.results(query_output)throws an errordbwith the flight data and models and a warm enginee, run