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
The given flow example with Z compress should work, and successfully compress the file using Z compression.
id: "file_compress"
type: "io.kestra.plugin.compress.FileCompress"
from: "{{ inputs.files }}"
compression: Z
Actual Behaviour
The given flow example on this page errors out with the following error:
2024-02-17 16:48:47.942Unknown compression 'Z'
2024-02-17 16:48:47.942java.lang.IllegalArgumentException: Unknown compression 'Z'
at io.kestra.plugin.compress.AbstractTask.compressorOutputStream(AbstractTask.java:106)
at io.kestra.plugin.compress.FileCompress.run(FileCompress.java:51)
at io.kestra.plugin.compress.FileCompress.run(FileCompress.java:20)
at io.kestra.core.runners.Worker$WorkerThread.run(Worker.java:729)
Expected Behavior
The given flow example with Z compress should work, and successfully compress the file using Z compression.
Actual Behaviour
The given flow example on this page errors out with the following error:
Steps To Reproduce
Environment Information
Example flow
The text was updated successfully, but these errors were encountered: