cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Connect to Salesforce

leelee3000
Databricks Employee
Databricks Employee

Curious if there's a Databricks connector for Salesforce on AWS? 

1 REPLY 1

Wojciech_BUK
Valued Contributor III

There is no "databricks" connector like the on you have in Unity Fedarating e.g. for Snowflake.

You can use partner ecosystem e.g. Fivetran 
https://www.fivetran.com/connectors/salesforce

to integrate Salesforce data to your Lakehouse.

 

You also have spark salesforce library avaliable there:

https://github.com/springml/spark-salesforce

If you import this library, you can do :

spark.
                read.
                format("com.springml.spark.salesforce").
                option("username", "your_salesforce_username").
                option("password", "your_salesforce_password_with_secutiry_token"). //<salesforce login password><security token>
                option("saql", saql)
                option("inferSchema", "true").
                load()

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group