saurabh18cs
Honored Contributor II

Hi , I don't think Databricks provides a built-in listener mechanism to track changes to job configurations directly. However, you can implement a custom solution to monitor and track changes to Databricks jobs deployed through CI/CD pipelines using databricks API's.

  • List Jobs: GET /api/2.1/jobs/list
  • Get Job Details: GET /api/2.1/jobs/get