69
Views
3
Comments
Snowflake SQL API integration with Outsytems

1. Wanted to connect to Snowflake SQL APIS in outsystems

2. I have tried in postman, it is working fine

3. But same I am not able to do in Outsystems



2020-04-21 08-15-30
William Antunes
 
MVP

Hi @Soni Jain , please try to send the Accept as a header as well. Seems like the API doesn't accept you to not send it, so you must make sure your accept is set with the JSON type

Something like 


If you remove the accept from Postman, it should give you the same issue. Currently yours is set to */* on Postman, which means it will accepts any MIME type. And in OutSystems you doesn't seen to be sending it, so this is probably the reason why you are getting this error.


Let me know if that works!

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

Have you considered this Forge component? I used successfully the O11 version in the past.

https://www.outsystems.com/forge/list?q=snowflake

-- Daniel

2018-06-08 15-13-44
Ricardo Lopes
Staff

A similar component is published in the ODC Forge, as well.
It's based on the O11 one.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.