You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a task that creates a file with a specific folder structure, such as an Arrow dataset, then the intermediate folder structure is dropped and only the file itself is made available in later tasks. Sometimes that folder structure is very important and it should be kept.
For example, here we save a file to tmp/cyl={{taskrun.value}}/part-0.parquet. However, in Kestra, that path becomes kestra:///path/random_folder_names/random-prefix-part0.parquet.
Describe the issue
If I have a task that creates a file with a specific folder structure, such as an Arrow dataset, then the intermediate folder structure is dropped and only the file itself is made available in later tasks. Sometimes that folder structure is very important and it should be kept.
A discussion about this in the Kestra Slack can be found here: https://kestra-io.slack.com/archives/C03FQKXRK3K/p1736048596068889
For example, here we save a file to
tmp/cyl={{taskrun.value}}/part-0.parquet
. However, in Kestra, that path becomeskestra:///path/random_folder_names/random-prefix-part0.parquet
.Environment
The text was updated successfully, but these errors were encountered: