Improve request pre-processing
Make the query planner run at run-time, allowing us to taylor based on the requested definitions. This allows us to request data from any step of the model, not just the root steps.
This commit is contained in:
@@ -313,7 +313,7 @@ func (svc *report) DescribeFresh(ctx context.Context, src types.ReportDataSource
|
||||
|
||||
var auxOut rep.FrameDescriptionSet
|
||||
for _, s := range sources {
|
||||
auxOut, err = model.Describe(s)
|
||||
auxOut, err = model.Describe(ctx, s)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user