dbt-labs / dbt-semantic-interfaces

The shared semantic layer definitions that dbt-core and MetricFlow use.
Apache License 2.0
66 stars 13 forks source link

Improve validations for derived metrics #294

Closed courtneyholcomb closed 2 months ago

courtneyholcomb commented 2 months ago

Resolves #270

Description

Improve validations for derived metrics.

Note: The first commit here was previously merged and then reverted because adding a ValidationError would be a breaking change. This PR updates it to be a ValidationWarning.

Checklist

courtneyholcomb commented 2 months ago

@WilliamDee mentioned in the PR description - ended up reverting that because it was a breaking change to add these as errors! Switched them to warnings here.