Skip to content

JSON columns are no longer rendered in ION tables in the file output preview #11884

@anna-geller

Description

@anna-geller

Describe the issue

To reproduce, run a couple of executions and then run this flow:

id: search_executions_by_label
namespace: company

tasks:
  - id: lookup
    type: io.kestra.plugin.kestra.executions.Query
    kestraUrl: http://host.docker.internal:8080
    timeRange: PT24H
    states:
      - SUCCESS
    auth:
      username: [email protected]
      password: xxxxx
    fetchType: STORE # Store the results in a file

Then navigate to Outputs tab and click on preview:

Image

Those JSON blocks used to be nicely rendered:
Image

It would also be nice to make those more compact, perhaps show only max X characters and allow seeing the rest of the code block on hover

Good issue for new contributors!

Environment

  • Kestra Version: develop

Metadata

Metadata

Assignees

Labels

area/frontendNeeds frontend code changesbugSomething isn't workinggood first issueGreat issue for new contributorskind/quick-winSeems to be quick to do

Type

No type

Projects

Status

In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions