mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-27 00:31:42 +00:00 
			
		
		
		
	 eb95a0692d
			
		
	
	
		eb95a0692d
		
			
		
	
	
	
	
		
			
			* CI - Fix operator build test * CI - Fix operator build test * CI - Fix operator build test
		
			
				
	
	
		
			11 lines
		
	
	
		
			308 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			308 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from metadata.generated.schema.entity.data.table import Table
 | |
| from _openmetadata_testutils.ometa import int_admin_ometa
 | |
| 
 | |
| metadata = int_admin_ometa()
 | |
| entity = metadata.get_by_name(
 | |
|     entity=Table, fqn="sample_data.ecommerce_db.shopify.dim_address"
 | |
| )
 | |
| 
 | |
| if not entity:
 | |
|     raise ValueError("Table not found")
 |