Open john-nexkey opened 3 years ago
If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. If this is the first time you are contributing a Pull Request to Cube.js, please check our contribution guidelines. You can also post any questions while contributing in the #contributors channel in the Cube.js Slack.
Describe the bug When I modify filters using
updateFilters
methods withinQueryBuilder
, a dry run does not occur as expected. Addingfilters
to the existingshouldFetchDryRun
array (['measures', 'dimensions', 'timeDimensions']) fixes the issue.To Reproduce Steps to reproduce the behavior:
updateFilters.add
QueryBuilder
(@cubejs-client/react
) to modify filtersExpected behavior I expect a filter change to prompt a dry run.
Screenshots https://github.com/cube-js/cube.js/blob/master/packages/cubejs-client-react/src/QueryBuilder.jsx#L485-L488
Version: 0.28.43
Additional context Add any other context about the problem here.