hey @Raj_DB , thanks for the quick response. On my end, I've tested and confirmed that it works with email groups.
May I suggest in checking if any filter rule is applied to that email group?
Thank you!
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 o...
Hi @excavator-matt ,
Yes, you are correct. CloudFiles/Autoloader handles idempotency on the file level.
From the guide's perspective, the View is created from the source files in the specified location. This view captures all files and their corresp...
Hi @smoortema ,
Thank you for reaching out! You are very close to getting the “start_version”; you just need to include “INTO start_version” after the “EXECUTE IMMEDIATE”. Here is the updated code
BEGIN
DECLARE sum INT DEFAULT 0;
DECLARE start_ve...
Hi @Raj_DB ,
Thank you for reaching out!
You can easily achieve this by leveraging the Python SDK that is already installed within the Databricks clusters or by using the Jobs API.
With the SDK, you can update each job and its corresponding “email_no...