<?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: Is it possible to clone a private repository and use it in databricks Repos? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-clone-a-private-repository-and-use-it-in/m-p/13241#M7954</link>
    <description>&lt;P&gt;I think it does support private git servers  just for example in Azure you need to set network routing - vnet injection ( &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject" target="test_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject&lt;/A&gt; ) and whitelist your internet gateway on git. So it will be seemed as any other git.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Oct 2021 13:59:29 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2021-10-15T13:59:29Z</dc:date>
    <item>
      <title>Is it possible to clone a private repository and use it in databricks Repos?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-clone-a-private-repository-and-use-it-in/m-p/13239#M7952</link>
      <description>&lt;P&gt;As title, I need to clone code from my private git repo, and use it in my notebook, &lt;/P&gt;&lt;P&gt;I do something like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;def cmd(command, cwd=None):
   process = subprocess.Popen(command.split(), stdout=subprocess.PIPE, cwd=cwd)
   output, error = process.communicate()
   print (output.decode())
   if error is not None:
      print ("----\n"+error.decode())&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But I have to do this, redefine this function all the time.&lt;/P&gt;&lt;P&gt;I think this is cumbersome,&lt;/P&gt;&lt;P&gt;Is there a way that I could clone the repo into the "Repos" which databricks offered in the left side bar, and have full version control with databricks? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I am not installing published packages from pip)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 10:11:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-clone-a-private-repository-and-use-it-in/m-p/13239#M7952</guid>
      <dc:creator>Andyfcx</dc:creator>
      <dc:date>2021-10-15T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to clone a private repository and use it in databricks Repos?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-clone-a-private-repository-and-use-it-in/m-p/13240#M7953</link>
      <description>&lt;P&gt;Hi @Andy Huang​&amp;nbsp;, Yes, you can do it if it's accessible from Databricks. Please refer to: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/repos.html#repos-for-git-integration" alt="https://docs.databricks.com/repos.html#repos-for-git-integration" target="_blank"&gt;https://docs.databricks.com/repos.html#repos-for-git-integration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks does not support private Git servers, such as Git servers behind a VPN.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 10:15:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-clone-a-private-repository-and-use-it-in/m-p/13240#M7953</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-10-15T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to clone a private repository and use it in databricks Repos?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-clone-a-private-repository-and-use-it-in/m-p/13241#M7954</link>
      <description>&lt;P&gt;I think it does support private git servers  just for example in Azure you need to set network routing - vnet injection ( &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject" target="test_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject&lt;/A&gt; ) and whitelist your internet gateway on git. So it will be seemed as any other git.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 13:59:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-clone-a-private-repository-and-use-it-in/m-p/13241#M7954</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-10-15T13:59:29Z</dc:date>
    </item>
  </channel>
</rss>

