dbt-labs / metricflow

MetricFlow allows you to define, build, and maintain metrics in code.
https://docs.getdbt.com/docs/build/about-metricflow
Other
1.14k stars 94 forks source link

Enable SourceScanOptimizer in query rendering tests #1306

Closed tlento closed 3 months ago

tlento commented 3 months ago

Enable SourceScanOptimizer in query rendering tests

The query rendering test suite recently added support for DataflowPlanOptimizer usage, but that only included the PredicatePushdownOptimizer to support development.

Now that we are getting ready to release we need to see how the queries come out with all optimizers in place, so we add the missing SourceScanOptimizer to the set.

Update SQL engine snapshots

github-actions[bot] commented 3 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

tlento commented 3 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @tlento and the rest of your teammates on Graphite Graphite

tlento commented 3 months ago

Merge activity