dbt-labs / dbt-semantic-interfaces

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

Throw exceptions on invalid entity names in filter and group by expressions #203

Closed tlento closed 1 year ago

tlento commented 1 year ago

The previous logic was simply calling an error string formatting function, and one which would return an incorrect error message at that. This raises an exception with an entity-specific name formatting error message.