Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output Files Preview button causes error when using PurgeCurrentExecutionFiles #6887

Open
wrussell1999 opened this issue Jan 22, 2025 · 0 comments
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working

Comments

@wrussell1999
Copy link
Member

Describe the issue

When using this workflow, it will purge execution files. However, when you view them in the Outputs tab, the preview button is still present. When you press it, an error pops up in the UI and leaves the user on a generic error page unrelated to their flow. Is there a way to disable the preview button on files of 0B?

id: purge_current_execution_files
namespace: qa

tasks:
  - id: download
    type: io.kestra.plugin.core.http.Download
    uri: https://huggingface.co/datasets/kestra/datasets/raw/main/csv/orders.csv

  - id: purge
    type: io.kestra.plugin.core.storage.PurgeCurrentExecutionFiles

Image

Environment

  • Kestra Version: latest - v0.20.11
@wrussell1999 wrussell1999 added area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working labels Jan 22, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 22, 2025
@wrussell1999 wrussell1999 changed the title PurgeCurrentExecutionFiles Preview Output Files Preview button causes error when using PurgeCurrentExecutionFiles Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant