extraMetaRules for executionEvent #811
-
Utilizing the following extraMetaRule, I was successfully able to pass the sparkContextId from the databricks spark context to the spline server within the executionPlan results:
I would really like to have that extra field in the
Here is what my response looks like for
Is there something I need to configure to see the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Assuming you are using Spline REST server, the |
Beta Was this translation helpful? Give feedback.
Assuming you are using Spline REST server, the
extra
field should be stored in the database, but unfortunately there is currently no API to get one over the REST. The Consumer REST API is quite specific for the Spline UI purposes, and the extra event metadata isn't shown on the UI.It's easy to add that feature thought. It needs to be added here and here.
Create an issue and a pull-request and we'll merge it.