<?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: Asset Bundles: How to mute job failure notifications until final retry? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/asset-bundles-how-to-mute-job-failure-notifications-until-final/m-p/121156#M46360</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167501"&gt;@arendon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mute_notifications_until_the_last_retry field you're trying to use isn't currently supported in Databricks Asset Bundles YAML configuration,&lt;BR /&gt;which explains why you're getting the "unknown field" warnings.&lt;BR /&gt;This is a common issue where certain UI features haven't been fully exposed through the programmatic configuration options yet.&lt;BR /&gt;Here are a few approaches you can try:&lt;/P&gt;&lt;P&gt;Workarounds&lt;BR /&gt;&lt;STRONG&gt;1. Use Terraform Provider Instead&lt;/STRONG&gt;&lt;BR /&gt;If you're open to using Terraform instead of or alongside Asset Bundles,&lt;BR /&gt;the Databricks Terraform provider often has more complete field coverage.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Post-Deployment API Call&lt;/STRONG&gt;&lt;BR /&gt;You could deploy your bundle and then make a direct API call to update the notification settings.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Check Alternative Field Names&lt;/STRONG&gt;&lt;BR /&gt;Sometimes the YAML field names differ from the UI labels. Try these variations in your bundle configuration.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. File a Feature Request&lt;/STRONG&gt;&lt;BR /&gt;Since this is a gap between UI capabilities and Asset Bundle support, consider filing a feature request with Databricks&lt;BR /&gt;support to add this field to the Asset Bundle schema.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Verification Steps&lt;/STRONG&gt;&lt;BR /&gt;To check what notification fields are currently supported in your Asset Bundle version, you can:&lt;BR /&gt;1. Run databricks bundle schema to see available fields&lt;BR /&gt;2. Check the latest Databricks Asset Bundle documentation&lt;BR /&gt;3. Look at the job resource schema specifically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jun 2025 18:16:14 GMT</pubDate>
    <dc:creator>lingareddy_Alva</dc:creator>
    <dc:date>2025-06-06T18:16:14Z</dc:date>
    <item>
      <title>Asset Bundles: How to mute job failure notifications until final retry?</title>
      <link>https://community.databricks.com/t5/data-engineering/asset-bundles-how-to-mute-job-failure-notifications-until-final/m-p/121153#M46357</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;'m trying to configure a job to only&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;send failure notifications on the final retry&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;failure (not on intermediate retry failures)&lt;/SPAN&gt;&lt;SPAN&gt;. This feature is available in the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Databricks UI as "Mute notifications&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;until the last retry", but I can&lt;/SPAN&gt;&lt;SPAN&gt;'t get this to work through the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;YAML configuration using Asset Bundles&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN&gt;I've tried to include&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;mute_notifications_until_the&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;_last_retry: true&lt;/EM&gt;, which&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;generates&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"unknown field" warnings during bundle deployment&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this setting supported in Asset Bundles&lt;/SPAN&gt;&lt;SPAN&gt;? If not, &lt;/SPAN&gt;&lt;SPAN&gt;are there any workarounds to achieve&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"notify only on final failure" behavior using&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;bundle configurations?&lt;/SPAN&gt; &lt;SPAN&gt;Once deployed via Asset Bundles&lt;/SPAN&gt;&lt;SPAN&gt;, any attempt to edit the settings within&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;the UI shows "Modify&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;bundle sources and redeploy to&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;edit this job", so manual configuration&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;isn't possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;guidance would be greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 17:47:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/asset-bundles-how-to-mute-job-failure-notifications-until-final/m-p/121153#M46357</guid>
      <dc:creator>arendon</dc:creator>
      <dc:date>2025-06-06T17:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Bundles: How to mute job failure notifications until final retry?</title>
      <link>https://community.databricks.com/t5/data-engineering/asset-bundles-how-to-mute-job-failure-notifications-until-final/m-p/121156#M46360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167501"&gt;@arendon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mute_notifications_until_the_last_retry field you're trying to use isn't currently supported in Databricks Asset Bundles YAML configuration,&lt;BR /&gt;which explains why you're getting the "unknown field" warnings.&lt;BR /&gt;This is a common issue where certain UI features haven't been fully exposed through the programmatic configuration options yet.&lt;BR /&gt;Here are a few approaches you can try:&lt;/P&gt;&lt;P&gt;Workarounds&lt;BR /&gt;&lt;STRONG&gt;1. Use Terraform Provider Instead&lt;/STRONG&gt;&lt;BR /&gt;If you're open to using Terraform instead of or alongside Asset Bundles,&lt;BR /&gt;the Databricks Terraform provider often has more complete field coverage.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Post-Deployment API Call&lt;/STRONG&gt;&lt;BR /&gt;You could deploy your bundle and then make a direct API call to update the notification settings.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Check Alternative Field Names&lt;/STRONG&gt;&lt;BR /&gt;Sometimes the YAML field names differ from the UI labels. Try these variations in your bundle configuration.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. File a Feature Request&lt;/STRONG&gt;&lt;BR /&gt;Since this is a gap between UI capabilities and Asset Bundle support, consider filing a feature request with Databricks&lt;BR /&gt;support to add this field to the Asset Bundle schema.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Verification Steps&lt;/STRONG&gt;&lt;BR /&gt;To check what notification fields are currently supported in your Asset Bundle version, you can:&lt;BR /&gt;1. Run databricks bundle schema to see available fields&lt;BR /&gt;2. Check the latest Databricks Asset Bundle documentation&lt;BR /&gt;3. Look at the job resource schema specifically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 18:16:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/asset-bundles-how-to-mute-job-failure-notifications-until-final/m-p/121156#M46360</guid>
      <dc:creator>lingareddy_Alva</dc:creator>
      <dc:date>2025-06-06T18:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Bundles: How to mute job failure notifications until final retry?</title>
      <link>https://community.databricks.com/t5/data-engineering/asset-bundles-how-to-mute-job-failure-notifications-until-final/m-p/121280#M46404</link>
      <description>&lt;P&gt;Thank you for the response, &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/24053"&gt;@lingareddy_Alva&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;I'll take a look at the workarounds you shared.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 19:05:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/asset-bundles-how-to-mute-job-failure-notifications-until-final/m-p/121280#M46404</guid>
      <dc:creator>arendon</dc:creator>
      <dc:date>2025-06-09T19:05:42Z</dc:date>
    </item>
  </channel>
</rss>

