Skip to content

Commit

Permalink
Spelling change
Browse files Browse the repository at this point in the history
  • Loading branch information
skrydal committed Dec 19, 2024
1 parent 3e94a4b commit e1c99ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def ensure_dataset_profile_size(
self.report.warning(
title="Dataset profile truncated due to size constraint",
message="Dataset profile contained too much data and would have caused ingestion to fail",
context=f"Sample values for field {field.fieldPath} was removed from dataset profile for {dataset_urn} due to aspect size constraints",
context=f"Sample values for field {field.fieldPath} were removed from dataset profile for {dataset_urn} due to aspect size constraints",
)
else:
sample_fields_size += values_len
Expand Down

0 comments on commit e1c99ab

Please sign in to comment.