Closed adam133 closed 1 month ago
~I think this is the same root cause as https://github.com/kestra-io/kestra/issues/4759~
FYI - I've tried 18.4 as well now, same result
Hello Adam, it seems that due to some recent changes, Windows files are not captured the same anymore, you should be able to make it work with the outputfiles value regex:.*\\.tab
Edit: if you'd rather use the glob syntax instead of regex, you can use glob:**/*.tab
Sounds good - I'm trying it out with 18.9 now but struggling to get Kestra running properly for some reason. Might be something with my setup though. I'm out of time to mess with it for now - I'll probably wait for the next release and try again.
I'm finally getting time to look at this job again - should the documentation be updated for this?
The docs don't mention the glob:
or regex:
being needed so I just want to verify that's intended.
Expected Behavior
Thread from Slack: https://kestra-io.slack.com/archives/C03FQKXRK3K/p1724185082477709
0.17 version of flow:
0.18.2:
outputFiles should be detected same as 0.17
Actual Behaviour
Task doesn't capture outputs it used to capture:
Steps To Reproduce
No response
Environment Information
Example flow
No response