mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-03 20:19:31 +00:00 
			
		
		
		
	
		
			
	
	
		
			4 lines
		
	
	
		
			393 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			393 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
| 
								 | 
							
								query,database_name,schema_name,user_name,start_time,end_time,aborted
							 | 
						||
| 
								 | 
							
								select * from sales;,default,information_schema,root,2011-10-05 14:48:00,2011-10-05 14:48:01,TRUE
							 | 
						||
| 
								 | 
							
								select * from marketing;,default,information_schema,root,2011-10-05 14:48:00,2011-10-05 14:48:01,FALSE
							 | 
						||
| 
								 | 
							
								insert into marketing select * from sales;,default,information_schema,root,2011-10-05 14:48:00,2011-10-05 14:48:01,TRUE
							 |