diff --git a/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/profiler.py b/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/profiler.py index b7d59349b4..56cd1379ea 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/profiler.py +++ b/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/profiler.py @@ -2697,10 +2697,7 @@ LIMIT 1""" ) # Execute the query - result = self.execute_query( - sample_query, - timeout=self.config.profiling.partition_fetch_timeout, - ) + result = self.execute_query(sample_query) if result and len(result) > 0: value = getattr(result[0], "value", None)