mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 09:52:46 +00:00
fix(ingest): profiling - Profiling failed if column cardinality threw an error #6582
This commit is contained in:
parent
180a993e09
commit
72b95f2957
@ -300,6 +300,7 @@ class _SingleDatasetProfiler(BasicDatasetProfilerBase):
|
|||||||
"Profiling - Unable to get column cardinality",
|
"Profiling - Unable to get column cardinality",
|
||||||
f"{self.dataset_name}.{column}",
|
f"{self.dataset_name}.{column}",
|
||||||
)
|
)
|
||||||
|
return
|
||||||
|
|
||||||
unique_count = None
|
unique_count = None
|
||||||
pct_unique = None
|
pct_unique = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user