You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at the dataflow now (from VEGA_DEBUG.vega.parse(VEGA_DEBUG.vegaSpec) and the data parts are currently created from inputs from different operators:
So just from the structure of the dataflow graph, it isn't clear to me how the "derived" data set has a source of the table. It looks like the answer might be the relay operator since it connects those two?
From a quick look at the vega parser logic for the data, it does seem like it makes a relay operator when you add a source to a data set.
Currently, the dataflow viewer does not special case any of the operators to show them differently in the graph, so it treats the relay operator just like the others.
Open the Chart in the Vega Editor
I would expect to see a connection between the table and the derived data source.
The text was updated successfully, but these errors were encountered: