<?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: Can I give different git branches in the same repo for different tasks in a data bricks workflow in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/can-i-give-different-git-branches-in-the-same-repo-for-different/m-p/97632#M8692</link>
    <description>&lt;P&gt;As per docs, this is currently not available:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;All tasks in a job must reference the same commit in the remote repository. You must specify only one of the following for a job that uses a remote repository:&lt;/P&gt;
&lt;UL class="simple"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;branch&lt;/STRONG&gt;: The name of the branch, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;main&lt;/SPAN&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;tag&lt;/STRONG&gt;: The tag’s name, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;release-1.0.0&lt;/SPAN&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;commit&lt;/STRONG&gt;: The hash of a specific commit, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;e0056d01&lt;/SPAN&gt;&lt;/CODE&gt;.&lt;BR /&gt;&lt;BR /&gt;Reference:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/jobs/configure-job.html#git:~:text=branch%3A%20The%20name%20of%20the%20branch%2C%20for%20example%2C%20main" target="_blank"&gt;https://docs.databricks.com/en/jobs/configure-job.html#git:~:text=branch%3A%20The%20name%20of%20the%20branch%2C%20for%20example%2C%20main&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 04 Nov 2024 20:59:22 GMT</pubDate>
    <dc:creator>Walter_C</dc:creator>
    <dc:date>2024-11-04T20:59:22Z</dc:date>
    <item>
      <title>Can I give different git branches in the same repo for different tasks in a data bricks workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/can-i-give-different-git-branches-in-the-same-repo-for-different/m-p/95111#M8691</link>
      <description>&lt;P&gt;I have 2 tasks (T1 &amp;amp;T2) that run in branch B1 of Repo1.&lt;/P&gt;&lt;P&gt;I have created a new task (depends on T2 ) which points to a different branch B2&amp;nbsp; of same Repo1.&lt;/P&gt;&lt;P&gt;Is it possible to run them in the same workflow pipeline? When I tried to set this up, databricks changed the entire pipeline repo branch to B2 instead&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 03:20:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/can-i-give-different-git-branches-in-the-same-repo-for-different/m-p/95111#M8691</guid>
      <dc:creator>DBricksNewbie</dc:creator>
      <dc:date>2024-10-21T03:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can I give different git branches in the same repo for different tasks in a data bricks workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/can-i-give-different-git-branches-in-the-same-repo-for-different/m-p/97632#M8692</link>
      <description>&lt;P&gt;As per docs, this is currently not available:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;All tasks in a job must reference the same commit in the remote repository. You must specify only one of the following for a job that uses a remote repository:&lt;/P&gt;
&lt;UL class="simple"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;branch&lt;/STRONG&gt;: The name of the branch, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;main&lt;/SPAN&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;tag&lt;/STRONG&gt;: The tag’s name, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;release-1.0.0&lt;/SPAN&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;commit&lt;/STRONG&gt;: The hash of a specific commit, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;e0056d01&lt;/SPAN&gt;&lt;/CODE&gt;.&lt;BR /&gt;&lt;BR /&gt;Reference:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/jobs/configure-job.html#git:~:text=branch%3A%20The%20name%20of%20the%20branch%2C%20for%20example%2C%20main" target="_blank"&gt;https://docs.databricks.com/en/jobs/configure-job.html#git:~:text=branch%3A%20The%20name%20of%20the%20branch%2C%20for%20example%2C%20main&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 04 Nov 2024 20:59:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/can-i-give-different-git-branches-in-the-same-repo-for-different/m-p/97632#M8692</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-11-04T20:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I give different git branches in the same repo for different tasks in a data bricks workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/can-i-give-different-git-branches-in-the-same-repo-for-different/m-p/97777#M8693</link>
      <description>&lt;P&gt;I was to able to find a workaround. Created separate jobs for those that need to be in different branch (testing tasks) and then ran all of them from a new job.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 14:57:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/can-i-give-different-git-branches-in-the-same-repo-for-different/m-p/97777#M8693</guid>
      <dc:creator>DBricksNewbie</dc:creator>
      <dc:date>2024-11-05T14:57:39Z</dc:date>
    </item>
  </channel>
</rss>

