mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	 7ab6755beb
			
		
	
	
		7ab6755beb
		
			
		
	
	
	
	
		
			
			* feat: add query logger as an event listent in debug mode * fix: added ingestion.src plugin to pylint * minor: add partition sampled table * test: added test for partitioned BQ table * Remove log_query function from logger.py * style: ran python linting
Custom PyLint plugins
- pint_checker: to handle- printstatements as warnings.- Add it to .pylintrcasload-plugins=ingestion.plugins.print_checkerunder[MASTER].
 
- Add it to 
You'll need to update the path of pylint at runtime with PYTHONPATH="${PYTHONPATH}:./ingestion/plugins".