<?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: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34100#M24886</link>
    <description>&lt;P&gt;can we use an azure ad token instead of the pat?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 17:35:18 GMT</pubDate>
    <dc:creator>florent</dc:creator>
    <dc:date>2022-11-02T17:35:18Z</dc:date>
    <item>
      <title>Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34067#M24853</link>
      <description />
      <pubDate>Wed, 01 Dec 2021 20:51:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34067#M24853</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-01T20:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34068#M24854</link>
      <description>&lt;P&gt;Hi @Borislav Blagoev​&amp;nbsp; unfortunately it is not possible to connect to the cluster other Databricks connect. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:00:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34068#M24854</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-12-02T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34069#M24855</link>
      <description>&lt;P&gt;Is it possible to execute the entire code in the databricks cluster instead only the spark code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:04:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34069#M24855</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-02T10:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34070#M24856</link>
      <description>&lt;P&gt;For Spark jobs, you can use &lt;A href="https://docs.databricks.com/dev-tools/databricks-connect.html#databricks-connect" alt="https://docs.databricks.com/dev-tools/databricks-connect.html#databricks-connect" target="_blank"&gt;Databricks connect&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use Python code to run SQL commands on Databricks clusters and Databricks SQL endpoints you can use the &lt;A href="https://docs.databricks.com/dev-tools/python-sql-connector.html" alt="https://docs.databricks.com/dev-tools/python-sql-connector.html" target="_blank"&gt;Databricks SQL Connector for Python&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:31:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34070#M24856</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-12-02T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34071#M24857</link>
      <description>&lt;P&gt;I would go with such a approach (but you need to write small script for your IDE):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you commit to some brunch in git (like staging)&lt;/LI&gt;&lt;LI&gt;your IDE executes databricks cli command "databricks repos update" which will perform pull&lt;/LI&gt;&lt;LI&gt;your IDE executes databricks cli job command to run notebook from repo&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks cli can be executed as a Rest Api, bash/cmd or can be imported as sdk to programming language&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:46:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34071#M24857</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-12-02T10:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34072#M24858</link>
      <description>&lt;P&gt;I want to execute Python code as well. The entire code (Spark, SQL, Python).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 12:18:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34072#M24858</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-02T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34073#M24859</link>
      <description>&lt;P&gt;hm I think plain python code will run with databricks connect (if it is a python program you are writing), and spark sql can be done by spark.sql(...).&lt;/P&gt;&lt;P&gt;Is that what you want to do?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 15:47:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34073#M24859</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-12-02T15:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34074#M24860</link>
      <description>&lt;P&gt;Only the spark code is executed in the cluster. Unfortunately! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 21:36:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34074#M24860</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-02T21:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34075#M24861</link>
      <description>&lt;P&gt;dang, not even the spark.sql("...")?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 08:51:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34075#M24861</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-12-03T08:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34076#M24862</link>
      <description>&lt;P&gt;As I mentioned earlier, only spark codes will be executed with Databricks connect. We have an internal feature request to &lt;A href="https://databrickinternal.ideas.aha.io/ideas/DB-I-2805" alt="https://databrickinternal.ideas.aha.io/ideas/DB-I-2805" target="_blank"&gt;a&lt;B&gt;ccess the Python REPL from the local IDE through DBconnect&lt;/B&gt;&lt;/A&gt;&lt;B&gt;. &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 09:35:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34076#M24862</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-12-03T09:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34077#M24863</link>
      <description>&lt;P&gt;I don't know why but when I want to access that link I get this error: &lt;U&gt;Unable to sign in&lt;/U&gt; I tried with the same email as here.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:48:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34077#M24863</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-03T10:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34078#M24864</link>
      <description>&lt;P&gt;@Werner Stinckens​&amp;nbsp;you can execute spark.sql("...") in the cluster but I want to execute this for example: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;collection = [1, 2, 3, 4, 5]
sum = 0
for x in collection:
     sum += x&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;stupid example!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:54:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34078#M24864</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-03T10:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34079#M24865</link>
      <description>&lt;P&gt;Hi @Borislav Blagoev​&amp;nbsp;, you won't be able to access it. As I mentioned in the previous comment it's an &lt;B&gt;&lt;I&gt;&lt;U&gt;internal feature&lt;/U&gt;&lt;/I&gt;&lt;/B&gt;&lt;U&gt; &lt;/U&gt;&lt;B&gt;&lt;I&gt;&lt;U&gt;request&lt;/U&gt;&lt;/I&gt;&lt;/B&gt; and only available for Databricks employees.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 11:04:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34079#M24865</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-12-03T11:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34080#M24866</link>
      <description>&lt;P&gt;Oh, OK! I didn't understand that sorry!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 12:54:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34080#M24866</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-03T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34081#M24867</link>
      <description>&lt;P&gt;hi @Borislav Blagoev​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you check the list of limitation for DB connect? docs here &lt;A href="https://docs.databricks.com/dev-tools/databricks-connect.html#limitations" target="test_blank"&gt;https://docs.databricks.com/dev-tools/databricks-connect.html#limitations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Limitations&lt;/P&gt;&lt;P&gt;The following Databricks features and third-party platforms are unsupported:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Structured Streaming.&lt;/LI&gt;&lt;LI&gt;Running arbitrary code that is not a part of a Spark job on the remote cluster.&lt;/LI&gt;&lt;LI&gt;Native Scala, Python, and R APIs for Delta table operations (for example, DeltaTable.forPath) are not supported. However, the SQL API (spark.sql(...)) with Delta Lake operations and the Spark API (for example, spark.read.load) on Delta tables are both supported.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 07 Dec 2021 00:32:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34081#M24867</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-12-07T00:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34082#M24868</link>
      <description>&lt;P&gt;Yes, that's why I want to use something different than Databrcks Connect!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:36:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34082#M24868</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-07T08:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34083#M24869</link>
      <description>&lt;P&gt;I want the entire code to be executed on the cluster (Python, SQL, Spark). I'm familiar with Databricks Connect!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:37:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34083#M24869</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-07T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34084#M24870</link>
      <description>&lt;P&gt;I have a great news for you. Databricks tunnel is coming soon and it will be available as extension for Pycharm and Visual Studio Code (and then rest of IDE)&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:39:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34084#M24870</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-12-12T16:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34085#M24871</link>
      <description>&lt;P&gt;Can you send me link for that? I mean where you have found information about that?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 10:08:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34085#M24871</guid>
      <dc:creator>BorislavBlagoev</dc:creator>
      <dc:date>2021-12-13T10:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, everyone. I want to ask if there is a way to connect Databricks cluster with SSH interpreter in your IDE? I know about databricks connect but I want to execute the entire code in the cluster.</title>
      <link>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34086#M24872</link>
      <description>&lt;P&gt;It was on roadmap meeting last week. I haven't found yet information on the internet. Probably some preview or beta is available. You can always contact databricks and ask for access.&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2266i56F6F92C78D16A13/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 12:04:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hello-everyone-i-want-to-ask-if-there-is-a-way-to-connect/m-p/34086#M24872</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-12-13T12:04:59Z</dc:date>
    </item>
  </channel>
</rss>

