Skip to content

Commit

Permalink
updated error message for validation tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Jul 16, 2024
1 parent e46af9a commit cfd1444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricflow/validation/data_warehouse_model_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def gen_dimension_tasks(
),
element_type=SemanticModelElementType.DIMENSION,
),
error_message=f"Unable to query dimension `{spec.element_name}` on semantic model `{semantic_model.name}` in data warehouse",
error_message=f"Unable to query dimension `{spec.qualified_name}` on semantic model `{semantic_model.name}` in data warehouse",
)
)

Expand Down

0 comments on commit cfd1444

Please sign in to comment.