kestra-io/kestra

Render HTML file outputs in the Outputs preview

Open

#5,332 opened on Oct 7, 2024

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Java (26,854 stars) (2,579 forks)batch import
area/frontendgood first issue

Description

Feature description

Adding this inside an iframe with good restrictions will allow us to add it without compromising security

id: html
namespace: company.team
tasks:
  - id: get
    type: io.kestra.plugin.core.http.Download
    uri: https://huggingface.co/datasets/kestra/datasets/resolve/main/html/forecast.html

Contributor guide