<?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: Run multiple jobs with different source code at the same time with Databricks asset bundles in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/81896#M36444</link>
    <description>&lt;P&gt;We have the same issue. We might have multiple open PR on the bundles that are deploying the code, pipelines, jobs, etc. to the same workspace before the merge and they keep overwriting each other in the workspace.&lt;/P&gt;&lt;P&gt;The jobs already have a separate ID (backend ID) assigned to them so I don't know why the yaml tag has been used as the unique identifier of the job in the bundle&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2024 13:57:13 GMT</pubDate>
    <dc:creator>mo_moattar</dc:creator>
    <dc:date>2024-08-05T13:57:13Z</dc:date>
    <item>
      <title>Run multiple jobs with different source code at the same time with Databricks asset bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/65814#M32933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am migrating from dbx to databricks asset bundles. Previously with dbx I could work on different features in separate branches and launch jobs without issue of one job overwritting the other. Now with databricks asset bundles it seems like I can't since it's deploying/updating ONE job and running an instance of the latest.&lt;/P&gt;&lt;P&gt;This is what I have in my `databricks.yml` to deploy my job:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resources:
  jobs:
    &amp;lt;my-job&amp;gt;:
      name: my-job-${var.suffix}
      tasks:
        - ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I thought I could use a custom variable (here suffix) to create multiple jobs with the feature name as a suffix for example so that everyone working on different features could run their experiments. However it just changed the name of the job previously deployed. I also tried using the custom variable within the key &amp;lt;my-job&amp;gt; but it wasn't allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is how can I achieve this? Ultimately I want to be able to work on a different feature than my colleagues and not have to coordinate when I can launch my job to not overwrite theirs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:36:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/65814#M32933</guid>
      <dc:creator>curiousoctopus</dc:creator>
      <dc:date>2024-04-08T14:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run multiple jobs with different source code at the same time with Databricks asset bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/65979#M32979</link>
      <description>&lt;P&gt;Hi Kaniz,&lt;/P&gt;&lt;P&gt;Thank you for your answer and the time taken. Unfortunately this is not an acceptable solution for me as for every feature we would developed we would have to create a new job within the `databricks.yml` file. This is too much of a hassle and ultimately not the goal of CI/CD pipelines.&lt;/P&gt;&lt;P&gt;dbx uses an asset-based approach to allow testing new features without overwriting the current job definition. The use cases mentioned are exactly what we are looking for in dab (also see in &lt;A href="https://dbx.readthedocs.io/en/latest/features/assets/" target="_self"&gt;their documentation&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You want to update or change job definitions&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;only&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;when you release the job&lt;/LI&gt;&lt;LI&gt;Multiple users working in parallel on the same job (e.g. in CI pipelines)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Does dab offer a similar feature? And if not, is it planned to do so? As this is a considerable issue for my team, we are considering not switching to dab and keep dbx instead.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 08:40:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/65979#M32979</guid>
      <dc:creator>curiousoctopus</dc:creator>
      <dc:date>2024-04-10T08:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Run multiple jobs with different source code at the same time with Databricks asset bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/67919#M33479</link>
      <description>&lt;P&gt;Any updates here?&lt;/P&gt;&lt;P&gt;My team is migrating from dbx to DABs and we are running into the same issue. Ideally, we would like to deploy multiple, parametrized jobs from a single bundle. If this is not possible, we have to keep dbx.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:19:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/67919#M33479</guid>
      <dc:creator>dattomo1893</dc:creator>
      <dc:date>2024-05-02T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run multiple jobs with different source code at the same time with Databricks asset bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/78349#M35510</link>
      <description>&lt;P&gt;We have exactly the same issue here.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;, any information if DABs will ever support dbx style&amp;nbsp;&lt;SPAN&gt;assets-only&lt;/SPAN&gt;&amp;nbsp;deployments?&amp;nbsp;&lt;BR /&gt;Alternatively deployments with parameterized job names that do not overwrite the existing job like the OP described?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 14:47:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/78349#M35510</guid>
      <dc:creator>Starki</dc:creator>
      <dc:date>2024-07-11T14:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run multiple jobs with different source code at the same time with Databricks asset bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/81896#M36444</link>
      <description>&lt;P&gt;We have the same issue. We might have multiple open PR on the bundles that are deploying the code, pipelines, jobs, etc. to the same workspace before the merge and they keep overwriting each other in the workspace.&lt;/P&gt;&lt;P&gt;The jobs already have a separate ID (backend ID) assigned to them so I don't know why the yaml tag has been used as the unique identifier of the job in the bundle&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 13:57:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-multiple-jobs-with-different-source-code-at-the-same-time/m-p/81896#M36444</guid>
      <dc:creator>mo_moattar</dc:creator>
      <dc:date>2024-08-05T13:57:13Z</dc:date>
    </item>
  </channel>
</rss>

