From cc2a86853b3fa07ce3d3f370eddfe67dffe0647f Mon Sep 17 00:00:00 2001 From: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com> Date: Tue, 30 Aug 2022 05:05:36 +0530 Subject: [PATCH] fix(ingest): snowflake-beta - fix missing initialization of variable (#5757) --- .../src/datahub/ingestion/source/snowflake/snowflake_profiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_profiler.py b/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_profiler.py index 686c34b787..2d7737bf83 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_profiler.py +++ b/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_profiler.py @@ -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(