<?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 Salesforce to Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/salesforce-to-databricks/m-p/33759#M24697</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run the salesforce and try to extract the data.AT that time i am facing the below issue :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOURCE_SYSTEM_NAME = 'Salesforce'&lt;/P&gt;&lt;P&gt;TABLE_NAME = 'XY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;desc = eval("sf." + TABLE_NAME + ".describe()")&lt;/P&gt;&lt;P&gt;print(desc)&lt;/P&gt;&lt;P&gt;for field in desc['fields']:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;#print(field["name"])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;tablesAndColumns = field["type"], field["name"]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;print(tablesAndColumns)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: /login.salesforce.com/services/data/v52.0/sobjects/Event/describe (Caused by NewConnectionError('&amp;lt;urllib3.connection.HTTPSConnection object at 0x7f4ecad2bfa0&amp;gt;: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 13:25:00 GMT</pubDate>
    <dc:creator>RohitKulkarni</dc:creator>
    <dc:date>2022-08-23T13:25:00Z</dc:date>
    <item>
      <title>Salesforce to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/salesforce-to-databricks/m-p/33759#M24697</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run the salesforce and try to extract the data.AT that time i am facing the below issue :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOURCE_SYSTEM_NAME = 'Salesforce'&lt;/P&gt;&lt;P&gt;TABLE_NAME = 'XY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;desc = eval("sf." + TABLE_NAME + ".describe()")&lt;/P&gt;&lt;P&gt;print(desc)&lt;/P&gt;&lt;P&gt;for field in desc['fields']:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;#print(field["name"])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;tablesAndColumns = field["type"], field["name"]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;print(tablesAndColumns)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: /login.salesforce.com/services/data/v52.0/sobjects/Event/describe (Caused by NewConnectionError('&amp;lt;urllib3.connection.HTTPSConnection object at 0x7f4ecad2bfa0&amp;gt;: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 13:25:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/salesforce-to-databricks/m-p/33759#M24697</guid>
      <dc:creator>RohitKulkarni</dc:creator>
      <dc:date>2022-08-23T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/salesforce-to-databricks/m-p/33760#M24698</link>
      <description>&lt;P&gt;Hi, please test the connection outside as maybe you can not connect to the internet (routing not adequately set):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sh
telnet login.salesforce.com 443&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Optionally in databricks, you will find Fivetran in partner connect, and you can also use Fivetran to connect to salesforce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 18:52:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/salesforce-to-databricks/m-p/33760#M24698</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-08-23T18:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/salesforce-to-databricks/m-p/33761#M24699</link>
      <description>&lt;P&gt;Hi @Rohit Kulkarni​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 13:07:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/salesforce-to-databricks/m-p/33761#M24699</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-12T13:07:02Z</dc:date>
    </item>
  </channel>
</rss>

