odpi / egeria

Egeria core
https://egeria-project.org
Apache License 2.0
779 stars 258 forks source link

Add implementation of UC Server Integration Connector #8252

Closed mandy-chessell closed 1 month ago

mandy-chessell commented 1 month ago

Description

This PR adds the implementation of the OSSUnityCatalogServerSyncConnector which is responsible for cataloguing UC catalogs into Egeria.

Related Issue(s)

In addition there were some issues with the use of the file reference data in the files integration connector, and the underlying Data Manager OMAS which have now been fixed.

There remains some timing issued with XTDB where the connector seems to attempt to create entities and or classifications more than once because the preceding query returned null. This is not yet fixed.

Testing

Manual testing of new scenatios with UC.

Release Notes & Documentation

Initial documentation of the UC connectors is already on the egeria docs pages. These ill be updated as the function improves.

Additional notes