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

Decouple `InstanceSpecSet` and `LinkableSpecSet` #1329

Closed plypaul closed 1 month ago

plypaul commented 1 month ago

LinkableSpecSet depends on InstanceSpecSet, which leads to circular dependencies in downstream changes. This PR updates a few methods in LinkableSpecSet to remove that dependency.