Skip to content

Commit

Permalink
More test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Dec 2, 2024
1 parent 69c7fe6 commit 5f9dd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/regtech_data_validator/validator.py
Original file line number Diff line number Diff line change
@@ -303,6 +303,7 @@ def validate_register_level(context: Dict[str, str] | None, all_uids: List[str])


def validate_chunk(schema, df, total_count, row_start, max_errors, process_errors, checks):
print(f"Start UID: {df['uid'][0]}, Last UID: {df['uid'][-1]}")
validation_results = validate(schema, df, row_start, process_errors)
if not validation_results.is_empty():
validation_results = format_findings(

0 comments on commit 5f9dd3f

Please sign in to comment.