Solved
Forum Discussion
hi @yashasvi74,
Could you please provide the body of the request, and the error that you got? Did you already try to build the body of the request in the form of XML as a String? The body must include all namespaces like env:…. I worked for me in my case.
Regards,
Trung.
- darshthakkar3 years agoValued Contributor
Your target system i.e. snowflake doesn’t have all the columns defined; meaning for instance, your upstream has 5 columns, snowflake has been defined with less than 5 columns thus data couldn’t be ingested.
Try to have a mapper before snowflake snap and if you have defined 3 cols, specify those 3 in the mapper prior and you will not see any error on execution.