diff --git a/ingestion/src/metadata/data_quality/validations/table/base/tableCustomSQLQuery.py b/ingestion/src/metadata/data_quality/validations/table/base/tableCustomSQLQuery.py index 6dd2095c5f9..4896ae7eacc 100644 --- a/ingestion/src/metadata/data_quality/validations/table/base/tableCustomSQLQuery.py +++ b/ingestion/src/metadata/data_quality/validations/table/base/tableCustomSQLQuery.py @@ -91,7 +91,7 @@ class BaseTableCustomSQLQueryValidator(BaseTestValidator): return self.get_test_case_result_object( self.execution_date, status, - f"Found {result_value} row(s). Test query is expected to return 0 row.", + f"Found {result_value} row(s). Test query is expected to return {threshold} row.", [TestResultValue(name=RESULT_ROW_COUNT, value=str(result_value))], )