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

Update fields in `LinkableElement`-related classes to use tuples #1336

Closed plypaul closed 1 month ago

plypaul commented 1 month ago

Currently, serialization of sets is not supported so this PR changes the properties field of a few LinkableElement related classes to a tuple-based implementation.