mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-03 06:13:14 +00:00
fix(ingest): snowflake-beta - fix missing initialization of variable (#5757)
This commit is contained in:
parent
eb87db9813
commit
cc2a86853b
@ -99,6 +99,7 @@ class SnowflakeProfiler(SnowflakeCommonMixin):
|
||||
dataset_name = self.get_dataset_identifier(
|
||||
table.name, schema.name, db.name
|
||||
)
|
||||
skip_profiling = False
|
||||
# no need to filter by size_in_bytes and row_count limits,
|
||||
# if table level profilin, since its not expensive
|
||||
if not self.is_dataset_eligible_for_profiling(
|
||||
|
Loading…
x
Reference in New Issue
Block a user