How to extract the attribute lineage from the json generated from dispacher? #385
-
I plan to integrate spine spark agent into our existing system, I have implemented the dispacher which could send the json to our system . |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://opensource.bigusdatus.com/spline/rest/docs/producer.html#operation/executionPlanUsingPOST The property |
Beta Was this translation helpful? Give feedback.
-
Thanks. now we can achieve it by a small amount code. |
Beta Was this translation helpful? Give feedback.
https://opensource.bigusdatus.com/spline/rest/docs/producer.html#operation/executionPlanUsingPOST
The property
attribute.childRefs
contains references to expressions/attributes that the given attribute was created from. It forms a DAG structure.