<?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 serverless cluster and poetry private repository in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135704#M50406</link>
    <description>&lt;P&gt;I am able to achieve it using pip magic command in notebook as well as package/pip requirements file in base ennvironment. I am specially looking support of poetry with private repository.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2025 13:49:43 GMT</pubDate>
    <dc:creator>mahfooz_iiitian</dc:creator>
    <dc:date>2025-10-22T13:49:43Z</dc:date>
    <item>
      <title>databricks serverless cluster and poetry private repository</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135678#M50393</link>
      <description>&lt;P&gt;Currently we are evaluating the databricks serverless. It support public repository in poetry as dependency path but it is not supporting private repository as we are not sure whether put the credentials details regarding privare repository.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 11:41:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135678#M50393</guid>
      <dc:creator>mahfooz_iiitian</dc:creator>
      <dc:date>2025-10-22T11:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: databricks serverless cluster and poetry private repository</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135685#M50398</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/44614"&gt;@mahfooz_iiitian&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Databricks supports private repositories only for Notebook-scoped libraries.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1761135048915.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20943i5FCB2E2FA369D411/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1761135048915.png" alt="szymon_dybczak_0-1761135048915.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In serverless you can use do it using pip install (of course store you token in a safe palce):&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/libraries/notebooks-python-libraries#install-a-private-package-with-credentials-managed-by-databricks-secrets-with-pip" target="_blank"&gt;Notebook-scoped Python libraries - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%pip install --index-url https://&amp;lt;user&amp;gt;:$token@&amp;lt;your-package-repository&amp;gt;.com/&amp;lt;path/to/repo&amp;gt; &amp;lt;package&amp;gt;==&amp;lt;version&amp;gt; --extra-index-url https://pypi.org/simple/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Another option for serverless is to create a base environment YAML file. Then just add the --index-url to a base environment YAML file (just like they suggest on screenshot below):&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/compute/serverless/dependencies#-add-dependencies-to-a-base-environment" target="_blank"&gt;Configure the serverless environment - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_1-1761135324122.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20944iF39D7F1F8AC29E0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_1-1761135324122.png" alt="szymon_dybczak_1-1761135324122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 12:15:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135685#M50398</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-22T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: databricks serverless cluster and poetry private repository</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135704#M50406</link>
      <description>&lt;P&gt;I am able to achieve it using pip magic command in notebook as well as package/pip requirements file in base ennvironment. I am specially looking support of poetry with private repository.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 13:49:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135704#M50406</guid>
      <dc:creator>mahfooz_iiitian</dc:creator>
      <dc:date>2025-10-22T13:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: databricks serverless cluster and poetry private repository</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135707#M50408</link>
      <description>&lt;P&gt;To be honest&amp;nbsp; maybe I don't understand your question entirely. Poetry supports private package sources that implement the simple API repository - PEP 503.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Poetry can fetch and install package dependencies from public or private custom repositories that implement the simple repository API as described in&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://peps.python.org/pep-0503/" target="_blank" rel="noopener"&gt;PEP 503&lt;/A&gt;&lt;SPAN&gt;."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, general method of authentication to such repositories is given in above answer - embed&amp;nbsp;credentials directly in the index URL:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pip install --index-url https://&amp;lt;username&amp;gt;:&amp;lt;token&amp;gt;@&amp;lt;repository-host&amp;gt;/&amp;lt;path&amp;gt; &amp;lt;package&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or if you want you can configure credentials directly in poetry you can do it in following way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1761142355308.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20945i43398C6FDCAD73DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1761142355308.png" alt="szymon_dybczak_0-1761142355308.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 14:18:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-cluster-and-poetry-private-repository/m-p/135707#M50408</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-22T14:18:12Z</dc:date>
    </item>
  </channel>
</rss>

