mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
View lineage better exception handling (#6142)
This commit is contained in:
parent
2271148eb3
commit
0322e12b45
@ -365,7 +365,8 @@ class CommonDbSourceService(
|
||||
) or []
|
||||
except Exception:
|
||||
logger.debug(traceback.format_exc())
|
||||
logger.error("Could not parse query: Ingesting lineage failed")
|
||||
logger.debug(f"Query : {view_definition}")
|
||||
logger.warning("Could not parse query: Ingesting lineage failed")
|
||||
|
||||
def test_connection(self) -> None:
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user