Databricks Job Trigger via webhook

Randomname
New Contributor II

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 ?

Ajay-Pandey
Databricks MVP

@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​ 

Ajay Kumar Pandey

rracha
New Contributor II

@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