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

Make pattern classes dataclasses #1346

Open plypaul opened 1 month ago

plypaul commented 1 month ago

This PR makes pattern classes dataclass for easier comparison for equality. The comparison is helpful when memoizing / caching function calls.

github-actions[bot] commented 1 month 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.