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

[BUG] Unused field foreignKeyProperties in databaseColumnElement #7052

Closed
1 task done
lcpopa opened this issue Oct 27, 2022 · 3 comments
Closed
1 task done

[BUG] Unused field foreignKeyProperties in databaseColumnElement #7052

lcpopa opened this issue Oct 27, 2022 · 3 comments
Assignees
Labels
bug Something isn't working triage New bug/issue which needs checking & assigning

Comments

@lcpopa
Copy link
Contributor

lcpopa commented Oct 27, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Field is empty when retrieving a column via the integrator context

Expected Behavior

Field contains foreign key information

Steps To Reproduce

Trigger metadata transfer of jdbc-integrator

Environment

- Egeria:
- OS:
- Java:
- Browser (for UI issues):
- Additional connectors and integration: jdbc-connector

Any Further Information?

No response

@lcpopa lcpopa added bug Something isn't working triage New bug/issue which needs checking & assigning labels Oct 27, 2022
mandy-chessell added a commit to mandy-chessell/egeria that referenced this issue Oct 27, 2022
@lcpopa
Copy link
Contributor Author

lcpopa commented Nov 10, 2022

As discussed during community calls, API needs to be enhanced to include the foreign key column GUID. Field contains information, but it is not enough for foreign key relationship removal

@mandy-chessell
Copy link
Contributor

I had a look at the code and the guid/qualifiedName of the primary key column should be in the referencedColumnGUID and referencedColumnQualifiedName but the converter was adding the the values from the wrong end of the relationship.

@mandy-chessell
Copy link
Contributor

I had a look at the code and the guid/qualifiedName of the primary key column should be in the referencedColumnGUID and referencedColumnQualifiedName but the converter was adding the the values from the wrong end of the relationship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New bug/issue which needs checking & assigning
Projects
None yet
Development

No branches or pull requests

2 participants