Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

---

Expand Down Expand Up @@ -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.
- For more details on configuration options, see the `entities/config.py` dataclasses.