Databricks Job Trigger via webhook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2023 07:57 AM
Hi There,
I have a scenarion where I plan to load a databricks table via fivetran
Following which I need to trigger a set of dbt jobs running databricks sql waeehouse
Once fivetran loads the databricks delta table
Can databricks workflow be triggered via a webhook ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2023 10:04 PM
@data guy
Try if you can implement python API in wehbook then sure you can use databricks workflow API to trigger the job from webhook
#DAIS2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 05:59 AM
@Randomname Im trying to achieve similar dependency b/w fivetran to databricks. were you able to achieve triggering dbx jobs using webhook as suggested above or tried any other approach, please let me know, thanks