We need to connect to the Snowflake database and get the results when executing LWC component(APEX/JSON). In that LWC when users search some Accounts name, then need to retrieve the Accounts list from the Snowflake database as well if exits. So is there any way to connect snowflake via Rest API with Salesforce to do the above requirement?
Asked
Active
Viewed 297 times
1 Answers
0
Salesforce has a built-in Snowflake connector. Using this method requires you to install the official Salesforce Snowflake connector and then log in using your Snowflake credentials to transfer your Snowflake data objects to Salesforce seamlessly.

Robert Long
- 5,722
- 5
- 29
- 50
-
I have gone through the Salesforce connectors. I didn't find other than this snoflek connector which is used in analytics. https://help.salesforce.com/s/articleView?id=sf.bi_integrate_connectors_snowflake_settings.htm&type=5 This won't satisfy my need. Could you please share a link if you have seen.. Thank you – lochana Oct 13 '21 at 12:55
-
This may help: https://hevodata.com/learn/snowflake-to-salesforce/ – Robert Long Oct 13 '21 at 13:37
-
@lochana did you try using SQL API of snowflake. I am facing one issue there – Pankaj Andhale Jun 29 '23 at 08:44