integrating linear app with databricks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2025 01:54 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2025 03:23 AM
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