Skip to content

Commit

Permalink
Update datahub-classify/src/datahub_classify/infotype_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored Mar 12, 2024
1 parent 08fe465 commit 638c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-classify/src/datahub_classify/infotype_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def perform_basic_checks(
and len(values) < minimum_values_threshold
):
logger.debug(
f"The number of values for column {metadata.name}"
f"The number of values for column {metadata.name} "
f"does not meet minimum threshold for {infotype}"
)
basic_checks_status = False
Expand Down

0 comments on commit 638c111

Please sign in to comment.