Course
data-engineering-zoomcamp
Question
Why can’t rendered variables be previewed statically before execution in Kestra?
Answer
Variable rendering depends on runtime inputs and execution context. Until the workflow is executed with specific parameters, Kestra cannot resolve templates into concrete values. Rendered results are therefore only observable during or after execution.
Checklist