fix(ingest): snowflake-beta - fix missing initialization of variable (#5757)

This commit is contained in:
Mayuri Nehate 2022-08-30 05:05:36 +05:30 committed by GitHub
parent eb87db9813
commit cc2a86853b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(