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(