cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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 

1 REPLY 1

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