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 (2,579 forks)batch import
area/frontendgood first issue

Repository metrics

Stars
 (26,854 stars)
PR merge metrics
 (Avg merge 2d 11h) (533 merged PRs in 30d)

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