mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-03 20:19:31 +00:00 
			
		
		
		
	* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT * DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
		
			
				
	
	
	
		
			835 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			835 B
		
	
	
	
	
	
	
	
Partitioned Tables
When profiling partitioned tables in BigQuery, OpenMetadata applies a default partition query duration of 1 day for time-based partitions. This conservative setting prevents excessive data scans but may result in no Sample Data or Column Profile Metrics if no data falls within the default window.
Resolution
You can adjust this behavior directly from the UI:
- Navigate to the table's detail page.
 - Edit the profiler configuration.
 - Update the 
partitionQueryDurationunder Partition Config to a wider window (e.g., 30 days) as needed. 
{% image src="/images/v1.7/connectors/bigquery/partitioned-tables.gif" /%}
This change allows OpenMetadata to access a broader data range during profiling and sample data collection, resolving the issue for partitioned tables.