โ08-25-2025 04:14 AM
Hi
Iโm having an issue when deploying jobs with DABs. Each time I deploy changes, the existing job gets overwritten, the job name stays the same, but a new job ID is created. This causes the history of past runs to be lost.
Ideally, Iโd like to update an existing job while keeping both the job name and the full run history. Has anyone found a best practice or configuration for handling this? Otherwise, I dont see the point of using DABs if history is lost for each?
Thanks in advance!
โ08-25-2025 04:15 AM
โ08-25-2025 05:14 AM
You are not deploying DAB correctly. You MUST use same ID for your jobs. Assigning only same names will create new jobs. If needed, ping me back for further details. It is a very typical issue when starting with DAB ๐
โ08-25-2025 06:12 AM
Yu must preserve content in green, that is a unique identifier for the Job basically. Property "name" acts as a kind of "alias" this case:
โ08-25-2025 06:54 AM
By the way, this is a typical exam question in Databricks certification exams ๐
โ08-26-2025 12:49 AM
do you run bundle destroy perhaps? because that will generate a new job id.
โ08-26-2025 03:13 AM
Despite using different keys but same names, original jobs should remain indeed unless destroying them
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now