Hi rriley2,
How are you doing today?, As per my understanding, Yeah, Databricks doesnโt allow empty values for email_notifications or webhook_notifications, so the trick is to use YAML conditionals and defaults to handle different environments without validation errors. A good way to do this is by setting up YAML anchors to define common notification settings and then overriding them per environment. For example, in dev, you can just set {} for both email and webhook to disable notifications. In stg, keep email only for failures, and in prod, enable both success/failure emails and webhook on failure. This avoids using junk values while keeping the config clean and flexible. Let me know if you need a sample YAML fileโIโve got you covered!
Regards,
Brahma