jam
11/07/2022, 5:30 PMbatch
feature to write to S3
. Currently, it looks like the only encoding that is supported is jsonl (looking at the get_batches
method in core.py). I want to use the snowflake/duckdb targets to load from the S3
files. Is it reasonable to assume that I need to add a CSVEncoding
and update get_batches
in the sdk?aaronsteers
11/07/2022, 5:54 PMaaronsteers
11/07/2022, 5:55 PMaaronsteers
11/07/2022, 5:56 PMjam
11/07/2022, 6:30 PMParquetEncoding
would be simpler, or if I should just stick with json for now and create a Snowflake stage to load jsonaaronsteers
11/07/2022, 6:30 PMaaronsteers
11/07/2022, 6:32 PMjam
11/07/2022, 6:36 PM