mmayorga
Databricks Employee
Databricks Employee

Hi @Raj_DB 

As far as I understand, this should work with individual or email groups. In the documentation for the JobEmailNotifications, I don't see anything that could disrupt its behavior . Here are the specific considerations about the behavior of the notifications but none related to email groups.

I'm curious: if you set the job notification manually via the UI using the email group, are you able to receive the email? If you do then, I may suggest upgrading the SDK.

%pip install --upgrade databricks-sdk
dbutils.library.restartPython()

 I hope this helps!

Thank you Raj!