Hi all,
running, DH version 0.10.3.
and having issues while scanning SQL Database.
Sometimes, during ingest process, especially while scanning larger data sources, we are facing following issue for multiple datasets:
'metadata_aspect_v2 set metadata=?, createdOn=?, createdBy=?, createdFor=?, systemmetadata=? where urn=? and aspect=? and '
'version=?',
'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException',
'message': 'javax.persistence.PersistenceException: Error when batch flush on sql: update metadata_aspect_v2 set metadata=?, '
'createdOn=?, createdBy=?, createdFor=?, systemmetadata=? where urn=? and aspect=? and version=?',
'status': 500,
'id': 'urn:li:dataset:(urn:li:dataPlatform:mssql,TestingResource'
'WMS.dscusnoramdatamartwmslssqldb01.DLXUSJNJP2.PRTMST_WH,PROD)'}},
Pipeline finished with at least 793 failures; produced 25301 events in 1 hour, 15 minutes and 21.68 seconds.```
In Catalog, the mentioned entity exists, but there is no attribute schema assigned, looks like empty.
When Im trying to rescan the particular schema only (by filtering in ingest configuration) - DLXUSJNJP2, its scan completely ok with no error and in data catalog all looks ok.
It happens randomly.