Skip to content

Commit

Permalink
fix(ingest): profiling - Profiling failed if column cardinality threw…
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored and cccs-Dustin committed Feb 1, 2023
1 parent 7b9900b commit aaaecb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ def _get_column_cardinality(
"Profiling - Unable to get column cardinality",
f"{self.dataset_name}.{column}",
)
return

unique_count = None
pct_unique = None
Expand Down

0 comments on commit aaaecb8

Please sign in to comment.