Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation of postgres repository connector #8477

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

mandy-chessell
Copy link
Contributor

Description

This is the first version of the PostgreSQL Native Open Metadata Repository. This repository runs in a metadata access store in a similar way to the XTDB store.

At this point the connector:

  • defines its own schema in PostgreSQL
  • creates/validates a control table to make sure it is the correct user of the schema
  • ingests instances from archives
  • supports instance versioning and historical queries

Support for property queries is still being tested.

As part of this work, there are fixes to the archives and repository services support for attributes.

  • The type information was not being set up correctly in Enums.
  • The archives were not setting up lastUpdateTime, updatedBy and modifiedBy properties in the instance headers

Related Issue(s)

Further work is needed to get this connector to pass the CTS.

Testing

Loading of archives, manual queries and the CTS.

Release Notes & Documentation

Basic information has been added to Egeria Docs. There are new HTTP Client collections to aid set up and testing.

Additional notes

This is still work in progress. It is being contributed to allow a broader review/ testing.

@mandy-chessell mandy-chessell merged commit bf15e2f into odpi:main Nov 6, 2024
4 checks passed
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant