Hi @Albert, Christopher ,
Thanks for your query and apologizes for the delay in response.
According to this phrase - 'In the sink under "Additional Snowflake copy options" I have added a parameter with the property name set to "SINGLE" and the value set to "FALSE"' my understanding is that your sink data store is also a Snowflake, please correct me if I am incorrect.
If your sink is Snowflake, as per this doc (copy options of snowflake) , the default value for parameter SINGLE
is FALSE
. Could you please try removing that parameter from your sink settings (Additional Snowflake copy options
) and run your pipeline and let us know what is the value you see in your Snowflake account ( FALSE
, TRUE
)
Also could you please try setting MAX_FILE_SIZE
parameter value < 268435456 bytes under source Additional Snowflake copy options
settings? (See MAX_FILE_SIZE
limitations in this document : MAX_FILE_SIZE)
The strange part is, though you have set SINGLE
parameter value to FALSE
, you are noticing it as TRUE
in your Snowflake account. In-order to further investigate on this issue, would you please share below details so that I can try to validate and escalate to internal team as needed.
- Pipeline runID
- Activity runID
- Data factory regions.
- JSON code of your pipeline.
Looking forward to your response.
[Note: Due to 1000 character limit in comment section of this Q&A platform, I am posting this in answer section]
----------
Thank you