<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Expose delta table data to Salesforce - odata? in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64671#M8753</link>
    <description>&lt;P&gt;I see, is there a possibility in SF to define an external location/datasource?&lt;BR /&gt;Just guessing here, as these type of packages are really good in isolating data, not integrating it.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 14:21:21 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2024-03-26T14:21:21Z</dc:date>
    <item>
      <title>Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64323#M8747</link>
      <description>&lt;P&gt;HI Looking for suggestiongs to stream on demand data from databricks delta tables to salesforce.&lt;/P&gt;&lt;P&gt;Is odata a good option?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 18:16:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64323#M8747</guid>
      <dc:creator>Ruby8376</dc:creator>
      <dc:date>2024-03-21T18:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64524#M8748</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/14792"&gt;@-werners-&lt;/a&gt;&amp;nbsp;@Anonymous&amp;nbsp; can u help?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 14:06:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64524#M8748</guid>
      <dc:creator>Ruby8376</dc:creator>
      <dc:date>2024-03-25T14:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64527#M8749</link>
      <description>&lt;P&gt;So do you want Databricks to push data into Salesforce or do you want Salesforce to pull data?&lt;BR /&gt;If you want to push, you could write microbatches to salesforce (if possible of course).&lt;BR /&gt;For pull, you might wanna use the SQL api of databricks sql, OR use some kind of pub/sub tool like kafka etc where all changes are published, which can be fetched later on.&lt;BR /&gt;&lt;BR /&gt;So perhaps some more info on 'Salesforce'.&amp;nbsp; Is it salesforce cloud or the database?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:09:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64527#M8749</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2024-03-25T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64537#M8750</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/14792"&gt;@-werners-&lt;/a&gt;&amp;nbsp;we don't want to persist data on SF cloud but just show it on the ui. It will be pulled on demand from salesforceside using external objects. is odata good option?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 17:06:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64537#M8750</guid>
      <dc:creator>Ruby8376</dc:creator>
      <dc:date>2024-03-25T17:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64627#M8751</link>
      <description>&lt;P&gt;I would not look at OData, as Databricks itself has no out-of-the-box OData integration. So this means you would have to do this yourself.&lt;BR /&gt;Instead I would look at the databricks-sql sql api. So the UI you are talking about is doing a REST call to the query api and databricks sql sends the data.&lt;BR /&gt;Something like that?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 12:19:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64627#M8751</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2024-03-26T12:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64670#M8752</link>
      <description>&lt;P&gt;even for this case, there would be some custom development.&amp;nbsp;&lt;SPAN&gt;Salesforce doesn't natively support sending SQL queries directly to external databases or APIs. therefore, either we would need middleware between salesforce and databricks or develope custom apex code on salesforce(to authenticate, request, process repsonse, etc).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 14:18:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64670#M8752</guid>
      <dc:creator>Ruby8376</dc:creator>
      <dc:date>2024-03-26T14:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64671#M8753</link>
      <description>&lt;P&gt;I see, is there a possibility in SF to define an external location/datasource?&lt;BR /&gt;Just guessing here, as these type of packages are really good in isolating data, not integrating it.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 14:21:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/64671#M8753</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2024-03-26T14:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/66754#M8754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@werners&lt;/P&gt;&lt;P&gt;So, we have decided on this flow: Salesforce connect &amp;lt;-&amp;gt;APIM &amp;lt;-&amp;gt;Webapp(Odata)&amp;lt;-&amp;gt;databricks sql API &amp;lt;- Delta tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 questions here:&lt;/P&gt;&lt;P&gt;1. can you share link/documentation on how we can integrate databricks &amp;lt;-delta tables? do we need serverless sql warehouse for sure or can we just use a databricks sql endpoint for querying??&lt;/P&gt;&lt;P&gt;2. For authentication, we have chosen Oauth machineto machine authentication as per microsoft recommendation. in this process do we use external table to share the same delta table?&amp;nbsp;&lt;A href="https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html" target="_blank" rel="noopener"&gt;OAuth machine-to-machine (M2M) authentication | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/14792"&gt;@-werners-&lt;/a&gt;&amp;nbsp; Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 13:46:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/66754#M8754</guid>
      <dc:creator>Ruby8376</dc:creator>
      <dc:date>2024-04-19T13:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expose delta table data to Salesforce - odata?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/99636#M8755</link>
      <description>&lt;P&gt;Hey, I think this might help&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.salesforce.com/uk/news/press-releases/2024/04/25/zero-copy-partner-network/" target="_blank"&gt;https://www.salesforce.com/uk/news/press-releases/2024/04/25/zero-copy-partner-network/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 14:24:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-delta-table-data-to-salesforce-odata/m-p/99636#M8755</guid>
      <dc:creator>fegvilela</dc:creator>
      <dc:date>2024-11-21T14:24:18Z</dc:date>
    </item>
  </channel>
</rss>

