Why it matters
If views have different space or version than the data model, it may lead to more demanding development and maintenance efforts. The industry best practice is to keep views in the same space and version as the data model.Example
If the data model is defined in spacemy_space version v1, but a view is defined in the same space but with
version v2, this requires additional attention during deployment and maintenance of the data model.