OpenMetadata/ingestion/plugins
2025-11-26 15:00:16 +01:00
..
__init__.py Add Pylint print checker and py-checkstyle as required (#8849) 2022-11-17 16:44:26 +00:00
import_checker.py chore: add import check for build.lib (#24540) 2025-11-26 15:00:16 +01:00
print_checker.py MINOR: Change ingestion licence header (#20549) 2025-04-03 10:39:47 +05:30
README.md Add Pylint print checker and py-checkstyle as required (#8849) 2022-11-17 16:44:26 +00: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".