<?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: &amp;amp;quot;Databricks Bundle Deploy -t prod&amp;amp;quot; command deletes log of historical runs in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102260#M41040</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136577"&gt;@ynskrbn&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is likely because the deployment process overwrites the existing job definitions, which in turn resets the job history.&amp;nbsp;To preserve historical logs, you need to ensure that the job definitions are not completely overwritten during the redeployment process. Instead, you should update the existing jobs while retaining their history&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 14:04:35 GMT</pubDate>
    <dc:creator>Alberto_Umana</dc:creator>
    <dc:date>2024-12-16T14:04:35Z</dc:date>
    <item>
      <title>&amp;quot;Databricks Bundle Deploy -t prod&amp;quot; command deletes log of historical runs</title>
      <link>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102256#M41036</link>
      <description>&lt;P&gt;I'm using Databricks Asset Bundles with Azure DevOps CI/CD for workflow deployment. While the initial deployment to production works fine, I encounter an issue when updating the workflow in the development environment and redeploying it to production. Upon redeployment, all historical run logs are lost. Is there a way to preserve these logs during deployment, perhaps using a command like &lt;STRONG&gt;&lt;EM&gt;databricks bundle reset -t prod&lt;/EM&gt;&lt;/STRONG&gt;?&lt;BR /&gt;&lt;BR /&gt;It should display all the log like this&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ynskrbn_0-1734355157245.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13556iADC6134379DCE9F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ynskrbn_0-1734355157245.png" alt="ynskrbn_0-1734355157245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but after deploying everything is gone&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ynskrbn_1-1734355261180.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13557i3212DDD6B1ED8588/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ynskrbn_1-1734355261180.png" alt="ynskrbn_1-1734355261180.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 13:24:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102256#M41036</guid>
      <dc:creator>ynskrbn</dc:creator>
      <dc:date>2024-12-16T13:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;Databricks Bundle Deploy -t prod&amp;quot; command deletes log of historical runs</title>
      <link>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102260#M41040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136577"&gt;@ynskrbn&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is likely because the deployment process overwrites the existing job definitions, which in turn resets the job history.&amp;nbsp;To preserve historical logs, you need to ensure that the job definitions are not completely overwritten during the redeployment process. Instead, you should update the existing jobs while retaining their history&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:04:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102260#M41040</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2024-12-16T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;Databricks Bundle Deploy -t prod&amp;quot; command deletes log of historical runs</title>
      <link>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102261#M41041</link>
      <description>&lt;P&gt;I know how to do this with the API, but not with Databricks Asset Bundles in my deployment pipeline. where can i find the documentation?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:09:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102261#M41041</guid>
      <dc:creator>ynskrbn</dc:creator>
      <dc:date>2024-12-16T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;Databricks Bundle Deploy -t prod&amp;quot; command deletes log of historical runs</title>
      <link>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102263#M41043</link>
      <description>&lt;P&gt;Please let me know if this documentation helps you:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ci-cd/ci-cd-azure-devops" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ci-cd/ci-cd-azure-devops&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:37:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102263#M41043</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2024-12-16T14:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;Databricks Bundle Deploy -t prod&amp;quot; command deletes log of historical runs</title>
      <link>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102419#M41101</link>
      <description>&lt;P&gt;When you re-deploy you job, do you augment the version? (e.g., 4.3.0 -&amp;gt; 4.3.1)&lt;/P&gt;&lt;P&gt;I have been through this, when I change a definition in the databricks.yml, for example when changing the bundle name, because it detects as a new workflow.&lt;/P&gt;&lt;P&gt;Can you explain about the "re-deployment"? In our Azure DevOps CI/CD pipeline, when we generate a new release of the workflow it is just used this command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;databricks bundle deploy --target prod&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 19:42:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/amp-quot-databricks-bundle-deploy-t-prod-amp-quot-command/m-p/102419#M41101</guid>
      <dc:creator>PabloCSD</dc:creator>
      <dc:date>2024-12-17T19:42:19Z</dc:date>
    </item>
  </channel>
</rss>

