cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Can we share Delta table data with Salesforce using OData?

ChristopherQ1
New Contributor

Hello!

I'm seeking recommendations for streaming on-demand data from Databricks Delta tables to Salesforce.

Is OData a viable choice?

Thanks.

1 REPLY 1

Kaniz_Fatma
Community Manager
Community Manager

Hi @ChristopherQ1

  • OData (Open Data Protocol) is a standard for building and consuming RESTful APIs. It provides a consistent way to expose and consume data over the web.
  • While OData can be used for data integration, itโ€™s essential to evaluate whether it aligns with your specific use case and requirements.
  • Some users in the Databricks community have discussed using OData for this purpose. However, itโ€™s essential to consider factors like performance, scalability, and ease of implementation.
  • Push Model: If you want to push data from Databricks Delta tables to Salesforce, consider writing microbatches directly to Salesforce (if feasible).
  • Pull Model: For a pull-based approach, you might explore using the SQL API of Databricks SQL or a pub/sub tool like Kafka. With Kafka, changes are published, and you can fetch them later.

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