mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00

* 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 handleprint
statements as warnings.- Add it to
.pylintrc
asload-plugins=ingestion.plugins.print_checker
under[MASTER]
.
- Add it to
You'll need to update the path of pylint
at runtime with PYTHONPATH="${PYTHONPATH}:./ingestion/plugins"
.