Teddy 7ab6755beb
ISSUE #21101 - Implement BQ Partitioned Tests (#21348)
* 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
2025-05-22 17:22:05 +02:00
..

Custom PyLint plugins

  • pint_checker: to handle print statements as warnings.
    • Add it to .pylintrc as load-plugins=ingestion.plugins.print_checker under [MASTER].

You'll need to update the path of pylint at runtime with PYTHONPATH="${PYTHONPATH}:./ingestion/plugins".