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

Remove `LinkableElementSet.__len__()` #1330

Closed plypaul closed 1 month ago

plypaul commented 1 month ago

LinkableElementSet.__len__() currently has a bug as group_by_metric_specs is not included. Since the current code base does not depend on that method, this PR removes it.