dbt-labs / metricflow

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

Add `LinkableElementUnion` and use it in `WhereFilterSpec` #1337

Closed plypaul closed 1 month ago

plypaul commented 1 month ago

As a part of making WhereFilterSpec serializable, this updates the field WhereFilterSpec.linkable_elements to be a union type that is supported by the serializer.