Can we create event based triggers/schedules in Databricks itself without using ADF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021 10:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021 11:21 PM
At the moment not with the web ui.
You could trigger a job run via the API.
But you still have to write a script (python, bash, ...) which does the evaluation of the event and calls the api.
I think in time Databricks will add this functionality, it's only logical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021 04:44 AM
One solution is also to write custom connector in logic apps. Once you will create API calls in postman to run a job in databricks you can upload postman library to logic apps so then it will be triggered by event of your choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2021 09:40 PM
Please use our Job API https://docs.databricks.com/dev-tools/api/latest/jobs.html

