Sending Databricks notebook information in HTTP dispatcher for codeless initialization #628
-
Hi Team, Is there any way to send notebook related information to spline . Currently structure is this: Can we have notebook info in this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Not out of the box, but it can be done with a custom filter. See this post for instance - #620 (comment) |
Beta Was this translation helpful? Give feedback.
-
There is a new option in Agent 1.0 created for adding user information into lineage JSON. I just created PR with documentation for it. You can see it here: It is a bit different from creating the filter yourself. Here you just define what should be added via a json with some specified elements. |
Beta Was this translation helpful? Give feedback.
There is a new option in Agent 1.0 created for adding user information into lineage JSON.
I just created PR with documentation for it. You can see it here:
https://github.com/AbsaOSS/spline-spark-agent/pull/629/files
It is a bit different from creating the filter yourself. Here you just define what should be added via a json with some specified elements.