how do you handle the multi part load of the file into the S3 bucket? I'd rather there just be one file. My dataset is fairly small with around 3000 records.
To ensure it outputs a single file you would need to set the "Single" property to True. I can't remember if Snowflake requires you to set the Max File Size when you use Single=True or not but if it errors, you may want to set that property as well. Hopefully this helps!