mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-22 07:19:59 +00:00
FIX Mssql ingestion Fail (#5627)
This commit is contained in:
parent
710e782f33
commit
95bca61719
@ -352,7 +352,8 @@ class CommonDbSourceService(
|
|||||||
schema_name=schema_name,
|
schema_name=schema_name,
|
||||||
query=view_definition,
|
query=view_definition,
|
||||||
) or []
|
) or []
|
||||||
except SQLLineageException:
|
except Exception:
|
||||||
|
logger.debug(traceback.format_exc())
|
||||||
logger.error("Could not parse query: Ingesting lineage failed")
|
logger.error("Could not parse query: Ingesting lineage failed")
|
||||||
|
|
||||||
def test_connection(self) -> None:
|
def test_connection(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user