sid
11/17/2022, 6:24 PMtarget-snowflake
for source JSON
data. I have been trying to run meltano from tap-shopify
to target-snowflake
(pipelinewise variant) but since the target only accepts CSV
or Parquet
file format, it raises the InvalidFileFormatException
when trying to load JSON
data to Snowflake. I have tried setting data_flattening_max_level
and even using CSV
file format in Snowflake but none of them seem to work. Are there some steps that I am missing in this pipeline? Thanks!pat_nadolny
11/17/2022, 6:34 PMsid
11/17/2022, 6:38 PMpat_nadolny
11/17/2022, 7:39 PMfile_format: file-format-name
is set to the actual snowflake file format object name? What does the error message say? That might help debugsid
11/17/2022, 8:42 PMsid
11/17/2022, 8:44 PMdata_flattening_max_level=0
as of now.