From 760338cdf381fa09ace88b28a02f39dd4d903ed7 Mon Sep 17 00:00:00 2001 From: Jafeer Ali Date: Sun, 28 Dec 2025 18:58:16 +0530 Subject: [PATCH] Update test status for table1 from PASSED to FAILED --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ec3b28..1fb7112 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Summary DataFrame with row counts, matched counts, duplicate counts, missing row | dataset_name | count | matched_count | duplicate_count | missing_rows | test_status | |--------------|----------------------|---------------|------------------------|------------------------|-------------| -| table1 | {"source": 100, "target": 98} | 97 | {"source": 0, "target": 1} | {"source": 1, "target": 3} | PASSED | +| table1 | {"source": 100, "target": 98} | 97 | {"source": 0, "target": 1} | {"source": 1, "target": 3} | FAILED | --- @@ -313,4 +313,4 @@ All outputs are written in the format specified by `output_file_format` (default ## Notes - The package requires PySpark and is intended for use in Spark environments. -- For more details on configuration options, see the `entities/config.py` dataclasses. \ No newline at end of file +- For more details on configuration options, see the `entities/config.py` dataclasses.