integrating linear app with databricks

hidden
New Contributor II

 I want to integrate linear app with databricks .. the moment any job fails i want to create a linear task with the error in the description . can you guide me to implement this 

ManojkMohan
Honored Contributor II

@hidden 

Configure a Generic Webhook notification destination in Databricks that points to your own small service (AWS Lambda)

In that service, parse the payload, detect job failure events, extract the relevant error/stack trace, and call the Linear GraphQL API to create an issue (task) with the error embedded in the description

https://linear.app/docs/creating-issues