open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.59k stars 1.05k forks source link

MINOR: Add Try/Except to store procedure yielding #18705

Closed IceS2 closed 1 day ago

IceS2 commented 1 day ago

Our StoreProcedure ingestion seem to be failing due to an error within its yield_lineage part. This modification aims to avoid a general failure caused by one specific query.

#

Type of change:

#

Checklist:

github-actions[bot] commented 1 day ago

The Python checkstyle failed.

Please run make py_format and py_format_check in the root of your repository and commit the changes to this PR. You can also use pre-commit to automate the Python code formatting.

You can install the pre-commit hooks with make install_test precommit_install.