Databricks Job Listener Concept for Tracking Personal Jobs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 01:03 AM
Hello everyone
I want to know if any listener mechanism in Databricks can track the configuration of Databricks jobs deployed through CI/CD. With the help of this listener, we can track our custom jobs that are not part of the CI/CD process. This way, if any changes occur in the original job deployed through CI/CD, we can automatically update the parameters in the custom job configuration using some Python code