<?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 VS Code Databricks Connect Cluster Configuration in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/vs-code-databricks-connect-cluster-configuration/m-p/92528#M1962</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I&amp;nbsp;&lt;/SPAN&gt;am currently setting up the VSCode extension for Databricks Connect, and it’s working fine so far. However, I have a question about cluster configurations. I want to access Unity Catalog from VSCode through the extension, and I’ve noticed that I can only do so when using a cluster with private compute in single-user access mode. When I try to use a cluster with shared compute, it doesn’t seem to work.&lt;/P&gt;&lt;P&gt;Am I missing something, or is this how it’s supposed to function? If so, it would mean that every developer would need to use a single-user cluster, which could lead to many clusters running simultaneously.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2024 06:39:06 GMT</pubDate>
    <dc:creator>Tito</dc:creator>
    <dc:date>2024-10-02T06:39:06Z</dc:date>
    <item>
      <title>VS Code Databricks Connect Cluster Configuration</title>
      <link>https://community.databricks.com/t5/administration-architecture/vs-code-databricks-connect-cluster-configuration/m-p/92528#M1962</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I&amp;nbsp;&lt;/SPAN&gt;am currently setting up the VSCode extension for Databricks Connect, and it’s working fine so far. However, I have a question about cluster configurations. I want to access Unity Catalog from VSCode through the extension, and I’ve noticed that I can only do so when using a cluster with private compute in single-user access mode. When I try to use a cluster with shared compute, it doesn’t seem to work.&lt;/P&gt;&lt;P&gt;Am I missing something, or is this how it’s supposed to function? If so, it would mean that every developer would need to use a single-user cluster, which could lead to many clusters running simultaneously.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 06:39:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/vs-code-databricks-connect-cluster-configuration/m-p/92528#M1962</guid>
      <dc:creator>Tito</dc:creator>
      <dc:date>2024-10-02T06:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: VS Code Databricks Connect Cluster Configuration</title>
      <link>https://community.databricks.com/t5/administration-architecture/vs-code-databricks-connect-cluster-configuration/m-p/136047#M4273</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A style="background-color: #ffffff;" target="_blank" rel="noopener"&gt;@Tito&lt;/A&gt;, you can use the standard cluster (formerly known as the&amp;nbsp;&lt;SPAN&gt;shared cluster) from VSCode using DBConnect.&lt;/SPAN&gt;&amp;nbsp;Here is an example,&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;from databricks.connect import DatabricksSession

# Option 1: Use cluster_id from .databrickscfg automatically
# Since your [fielddemo] profile has cluster_id configured, just use the profile
spark = DatabricksSession.builder.profile("fielddemo").getOrCreate()

# Option 2: Use serverless compute
# spark = DatabricksSession.builder.profile("fielddemo").serverless().getOrCreate()

df = spark.read.table("samples.nyctaxi.trips")
df.show(5)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Set up your .databrickscfg profile with the cluster_id of the standard cluster. You can obtain the cluster_id from the Cluster Configurations page, as shown below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[fielddemo]
host             = https://.........cloud.databricks.com/
token            = ..................................
jobs-api-version = 2.0
cluster_id       = ....-.....-cnhxf2p6&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dkushari_1-1761412955354.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21032i513DFE0D98A4B7E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dkushari_1-1761412955354.png" alt="dkushari_1-1761412955354.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dkushari_0-1761412641201.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21031iF5CB637D8618AD24/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dkushari_0-1761412641201.png" alt="dkushari_0-1761412641201.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dkushari_2-1761413168784.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21033iEBCECE20A5DF1E8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dkushari_2-1761413168784.png" alt="dkushari_2-1761413168784.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2025 17:27:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/vs-code-databricks-connect-cluster-configuration/m-p/136047#M4273</guid>
      <dc:creator>dkushari</dc:creator>
      <dc:date>2025-10-25T17:27:08Z</dc:date>
    </item>
  </channel>
</rss>

