Skip to content

Error showing nested JSON lists #91

@larf311

Description

@larf311
  • 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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions