Skip to content

[FAQ] Why is outputFiles required to re-expose files between tasks? #134

@AsherJD-io

Description

@AsherJD-io

Course

data-engineering-zoomcamp

Question

Why must a file be declared again under outputFiles for it to be visible or downloadable in Kestra?

Answer

Kestra isolates task execution contexts. Files are only persisted and made available to subsequent tasks or the UI when explicitly declared under outputFiles. Without this declaration, files may exist temporarily during execution but are not surfaced or retained for inspection.

Checklist

  • I have searched existing FAQs and this question is not already answered
  • The answer provides accurate, helpful information
  • I have included any relevant code examples or links

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