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
I am trying to get data from Redshift / S3 using their input plugins, to SFTP server as CSV using SFTP output plugin. The output is always divided into 4 sequential files.
For example, if my data size is 4MB I get 4 files 1MB each ( 0_test.csv, 1_test.csv, 2_test.csv, 3_test.csv)
Is there a way to get them into one file?
Thanks
The text was updated successfully, but these errors were encountered:
shbadawy
changed the title
Multiple output files
Multiple output files - SFTP
Mar 29, 2023
The min_output_tasks option enables “page scattering”. The feature is enabled if number of input tasks is less than min_output_tasks. It uses multiple filter & output threads for each input task so that one input task can use multiple threads. Setting larger number here is useful if embulk doesn’t use multi-threading with enough concurrency due to too few number of input tasks. Setting 1 here disables page scattering completely.
Hello,
I am trying to get data from Redshift / S3 using their input plugins, to SFTP server as CSV using SFTP output plugin. The output is always divided into 4 sequential files.
For example, if my data size is 4MB I get 4 files 1MB each ( 0_test.csv, 1_test.csv, 2_test.csv, 3_test.csv)
Is there a way to get them into one file?
Thanks
The text was updated successfully, but these errors were encountered: