<?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 databricks sdk version installed in serverless compute differ in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/databricks-sdk-version-installed-in-serverless-compute-differ/m-p/127217#M3798</link>
    <description>&lt;P class=""&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I've encountered an issue with my Python notebook where&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app.list()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is failing in some serverless compute clusters but works fine in others. After investigating further, I noticed the following version differences:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Working Cluster&lt;/STRONG&gt;: SDK version 0.40.0&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Failing Cluster&lt;/STRONG&gt;: SDK version 0.20.0&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;This version discrepancy might be the root cause, though I couldn't find explicit documentation confirming this.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;My Questions&lt;/STRONG&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;How can I definitively verify if the SDK version is causing this issue?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;What's the recommended way to update the SDK version in serverless compute? (I assumed serverless would use the same SDK version across all clusters since it's managed by Databricks.)&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;Any guidance would be appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Aug 2025 13:15:29 GMT</pubDate>
    <dc:creator>Chinu</dc:creator>
    <dc:date>2025-08-02T13:15:29Z</dc:date>
    <item>
      <title>databricks sdk version installed in serverless compute differ</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-sdk-version-installed-in-serverless-compute-differ/m-p/127217#M3798</link>
      <description>&lt;P class=""&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I've encountered an issue with my Python notebook where&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app.list()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is failing in some serverless compute clusters but works fine in others. After investigating further, I noticed the following version differences:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Working Cluster&lt;/STRONG&gt;: SDK version 0.40.0&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Failing Cluster&lt;/STRONG&gt;: SDK version 0.20.0&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;This version discrepancy might be the root cause, though I couldn't find explicit documentation confirming this.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;My Questions&lt;/STRONG&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;How can I definitively verify if the SDK version is causing this issue?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;What's the recommended way to update the SDK version in serverless compute? (I assumed serverless would use the same SDK version across all clusters since it's managed by Databricks.)&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;Any guidance would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 13:15:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-sdk-version-installed-in-serverless-compute-differ/m-p/127217#M3798</guid>
      <dc:creator>Chinu</dc:creator>
      <dc:date>2025-08-02T13:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: databricks sdk version installed in serverless compute differ</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-sdk-version-installed-in-serverless-compute-differ/m-p/127218#M3799</link>
      <description>&lt;P&gt;oh, I found the doc and confirmed that list() method is added with version&amp;nbsp;0.27.0&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Added&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;method for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://databricks-sdk-py.readthedocs.io/en/latest/workspace/apps.html" target="_blank" rel="nofollow noopener"&gt;w.apps&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;workspace-level service.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://github.com/databricks/databricks-sdk-py/blob/v0.40.0/CHANGELOG.md" target="_blank" rel="noopener"&gt;https://github.com/databricks/databricks-sdk-py/blob/v0.40.0/CHANGELOG.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now, how can I update this to newer version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 13:45:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-sdk-version-installed-in-serverless-compute-differ/m-p/127218#M3799</guid>
      <dc:creator>Chinu</dc:creator>
      <dc:date>2025-08-02T13:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: databricks sdk version installed in serverless compute differ</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-sdk-version-installed-in-serverless-compute-differ/m-p/127584#M3820</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26743"&gt;@Chinu&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Since you're using serverless compute, upgrading or specifying a Python package like databricks-sdk is recommended&amp;nbsp;through the notebook’s Environment side panel.&lt;BR /&gt;You can either update to the latest environment version or manually add the desired package as a dependency.&lt;BR /&gt;&lt;BR /&gt;You can refer to this documentation: &lt;A href="https://docs.databricks.com/gcp/en/compute/serverless/dependencies" target="_blank" rel="noopener"&gt;Configure the serverless environment&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 14:46:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-sdk-version-installed-in-serverless-compute-differ/m-p/127584#M3820</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-08-06T14:46:33Z</dc:date>
    </item>
  </channel>
</rss>

