<?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 Deploy tar.gz package from private git hub in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31368#M22827</link>
    <description>&lt;P&gt;We created Python package (.tar.gz) and kept it under private git.&lt;/P&gt;&lt;P&gt;We can able to connect to that git (using PAT) from the Azure databricks notebook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our requirement is to install that package from .tar.gz file for that notebook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;"pip install &lt;A href="https://USERNAME:PASWWORD@github.com/company_github/my_repo/my_package.tar.gz&amp;quot;" target="test_blank"&gt;https://USERNAME:PASWWORD@github.com/company_github/my_repo/my_package.tar.gz"&lt;/A&gt;;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 11:07:37 GMT</pubDate>
    <dc:creator>thushar</dc:creator>
    <dc:date>2022-01-19T11:07:37Z</dc:date>
    <item>
      <title>Deploy tar.gz package from private git hub</title>
      <link>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31368#M22827</link>
      <description>&lt;P&gt;We created Python package (.tar.gz) and kept it under private git.&lt;/P&gt;&lt;P&gt;We can able to connect to that git (using PAT) from the Azure databricks notebook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our requirement is to install that package from .tar.gz file for that notebook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;"pip install &lt;A href="https://USERNAME:PASWWORD@github.com/company_github/my_repo/my_package.tar.gz&amp;quot;" target="test_blank"&gt;https://USERNAME:PASWWORD@github.com/company_github/my_repo/my_package.tar.gz"&lt;/A&gt;;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 11:07:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31368#M22827</guid>
      <dc:creator>thushar</dc:creator>
      <dc:date>2022-01-19T11:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy tar.gz package from private git hub</title>
      <link>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31369#M22828</link>
      <description>&lt;P&gt;Hello @Thushar R​&amp;nbsp;- My name is Piper, and I'm a moderator for Databricks. It's great to have you here and thank you for your question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's give the community a while to answer before we circle back around to this.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 16:32:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31369#M22828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-19T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy tar.gz package from private git hub</title>
      <link>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31370#M22829</link>
      <description>&lt;P&gt;For installing the package using pip  you need to package the repo using setup.py. check this link for more details &lt;A href="https://packaging.python.org/en/latest/tutorials/packaging-projects/" target="test_blank"&gt;https://packaging.python.org/en/latest/tutorials/packaging-projects/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alternatively you can pass the tar.gz using --py-files while submitting job.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 10:23:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31370#M22829</guid>
      <dc:creator>Rahul_Samant</dc:creator>
      <dc:date>2022-01-20T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy tar.gz package from private git hub</title>
      <link>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31371#M22830</link>
      <description>&lt;P&gt;Thanks, but why do I need to build again the package?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using VS Code for development, through VS Code I built my package and generated tar.gz and wheel file and committed in Git. So the aim is to install the already built package from Git to  Azure databricks notebook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understood from your reply is, even the package exists, we have to build it again for installing, so we need the setup.py file, right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 08:12:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31371#M22830</guid>
      <dc:creator>thushar</dc:creator>
      <dc:date>2022-01-21T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy tar.gz package from private git hub</title>
      <link>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31372#M22831</link>
      <description>&lt;P&gt;If i understood correctly , yes that's correct you need to use the py file. is Rahul's solution worked @Thushar R​&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 16:18:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/deploy-tar-gz-package-from-private-git-hub/m-p/31372#M22831</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2022-02-12T16:18:48Z</dc:date>
    </item>
  </channel>
</rss>

