<?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: Databricks connection in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Databricks-connection/m-p/904175#M106301</link>
    <description>&lt;P&gt;This sounds a lot like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/JMP-ODBC-Databricks-and-default-catalog/m-p/670654" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/JMP-ODBC-Databricks-and-default-catalog/m-p/670654&lt;/A&gt;&lt;BR /&gt;The gist is:&lt;/P&gt;
&lt;P&gt;This is most likely due to the connection string missing:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Catalog=&amp;lt;catalog-name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where &amp;lt;catalog-name&amp;gt; is the catalog where your data is. There are many drivers that do not persist &amp;lt;catalog-name&amp;gt;, so JMP doesn't know there is one.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For instance, in say, Open Database, you'd modify it like (adding the Catalog=&amp;lt;catalog-name&amp;gt;entry):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;Open Database(

  "Driver=Simba Spark ODBC Driver;Host=adb-***********.**.azuredatabricks.net;Port=443;HTTPPath=sql/protocolv1/o/*********/****-*******-**********;SSL=1;ThriftTransport=2;AuthMech=3;UID=token;PWD=*****;Catalog=&amp;lt;catalog-name&amp;gt;;Schema=&amp;lt;schema-name&amp;gt;;ProxyHost=***************;ProxyPort=****"

  );
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you are using interactive JMP, then configure an ODBC Connection, which you have (I think).&lt;BR /&gt;Then use (in JMP 18) File-&amp;gt;Database-&amp;gt;Data Connectors...&lt;/P&gt;
&lt;P&gt;New Connection&lt;/P&gt;
&lt;P&gt;This will import all your configured DSN connections, using the DSN name.&lt;/P&gt;
&lt;P&gt;You'll want to select the DSN name and then select New.&lt;/P&gt;
&lt;P&gt;(This will create a new Connector based on this one)&lt;/P&gt;
&lt;P&gt;You'll want to make sure that&lt;BR /&gt;&lt;SPAN&gt;Catalog=&amp;lt;catalog-name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Is in the connection field.&lt;BR /&gt;You'll want to Save A Copy, given a new name.&lt;BR /&gt;&lt;BR /&gt;JMP 19 makes it easier to edit existing ones.&lt;BR /&gt;You can follow here if needed.&lt;BR /&gt;And... if you run into problems, give a Tech Support a call, too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2025 15:27:24 GMT</pubDate>
    <dc:creator>bryan_boone</dc:creator>
    <dc:date>2025-09-26T15:27:24Z</dc:date>
    <item>
      <title>Databricks connection</title>
      <link>https://community.jmp.com/t5/Discussions/Databricks-connection/m-p/903693#M106264</link>
      <description>&lt;P&gt;I am using Databricks provided ODBC driver to connect JMP 18 to Databricks. When I try to connect the connection is successful, but I am not getting the list of tables/ catalog/ schema to bring the data in JMP.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UnivariateBat53_0-1758806397444.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83488iA24CFB9635183ADE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UnivariateBat53_0-1758806397444.png" alt="UnivariateBat53_0-1758806397444.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried to refresh multiple times, but it does not work&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 13:22:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Databricks-connection/m-p/903693#M106264</guid>
      <dc:creator>UnivariateBat53</dc:creator>
      <dc:date>2025-09-25T13:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks connection</title>
      <link>https://community.jmp.com/t5/Discussions/Databricks-connection/m-p/904175#M106301</link>
      <description>&lt;P&gt;This sounds a lot like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/JMP-ODBC-Databricks-and-default-catalog/m-p/670654" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/JMP-ODBC-Databricks-and-default-catalog/m-p/670654&lt;/A&gt;&lt;BR /&gt;The gist is:&lt;/P&gt;
&lt;P&gt;This is most likely due to the connection string missing:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Catalog=&amp;lt;catalog-name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where &amp;lt;catalog-name&amp;gt; is the catalog where your data is. There are many drivers that do not persist &amp;lt;catalog-name&amp;gt;, so JMP doesn't know there is one.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For instance, in say, Open Database, you'd modify it like (adding the Catalog=&amp;lt;catalog-name&amp;gt;entry):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;Open Database(

  "Driver=Simba Spark ODBC Driver;Host=adb-***********.**.azuredatabricks.net;Port=443;HTTPPath=sql/protocolv1/o/*********/****-*******-**********;SSL=1;ThriftTransport=2;AuthMech=3;UID=token;PWD=*****;Catalog=&amp;lt;catalog-name&amp;gt;;Schema=&amp;lt;schema-name&amp;gt;;ProxyHost=***************;ProxyPort=****"

  );
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you are using interactive JMP, then configure an ODBC Connection, which you have (I think).&lt;BR /&gt;Then use (in JMP 18) File-&amp;gt;Database-&amp;gt;Data Connectors...&lt;/P&gt;
&lt;P&gt;New Connection&lt;/P&gt;
&lt;P&gt;This will import all your configured DSN connections, using the DSN name.&lt;/P&gt;
&lt;P&gt;You'll want to select the DSN name and then select New.&lt;/P&gt;
&lt;P&gt;(This will create a new Connector based on this one)&lt;/P&gt;
&lt;P&gt;You'll want to make sure that&lt;BR /&gt;&lt;SPAN&gt;Catalog=&amp;lt;catalog-name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Is in the connection field.&lt;BR /&gt;You'll want to Save A Copy, given a new name.&lt;BR /&gt;&lt;BR /&gt;JMP 19 makes it easier to edit existing ones.&lt;BR /&gt;You can follow here if needed.&lt;BR /&gt;And... if you run into problems, give a Tech Support a call, too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 15:27:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Databricks-connection/m-p/904175#M106301</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2025-09-26T15:27:24Z</dc:date>
    </item>
  </channel>
</rss>

