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

Use `LinkableSpecSet` in `WhereFilterSpec` #1335

Closed plypaul closed 2 months ago

plypaul commented 3 months ago

In WhereFilterSpec, the field linkable_specs can't be used with SerializableDataclass since it's an interface. This PR changes that field to a LinkableSpecSet.

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.