Replies: 1 comment
-
Look at
You probably know how the operations are connected via There is another graph for attributes, expressions and literals. Following their id's you can get from attributes that are used in the Write operation all the way up to the read attributes. Connection between these two graphs are the So if you want to keep the lineage graphs valid, you must make sure that your modification will not break any of those connections. |
Beta Was this translation helpful? Give feedback.
-
I’m looking for some details on certain fields of the execution plan; specifically, how the fields “output” and “params” are generated. I’m working on an app that overrides the default dispatcher to perform a transformation to the spline output. I want to make sure I’m properly translating the element mappings between operations which seems to depend on these fields. Below are some examples of operations with varying values for the keys. Can anyone provide an explanation of how these values are populated?
Beta Was this translation helpful? Give feedback.
All reactions