diff --git a/semantic_model_generator/validate_model.py b/semantic_model_generator/validate_model.py index 3a068ac6..191842c2 100644 --- a/semantic_model_generator/validate_model.py +++ b/semantic_model_generator/validate_model.py @@ -39,7 +39,7 @@ def validate(yaml_path: str, snowflake_account: str) -> None: _ = conn.cursor().execute(select) except Exception as e: raise ValueError( - f"Unable to execute query with your logical table against physical tables on Snowflake. Query = {select}. Error = {e}" + f"Unable to execute query with your logical table against physical tables on Snowflake. Error = {e}" ) logger.info(f"Validated logical table: {table.name}")