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

Feature/PADW-69 Support for FDW #14

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

analyzer1
Copy link
Collaborator

This pull request introduces support for Foreign Data Wrapper (FDW) tables and improves the calculation of confidence scores for business keys, enhancing system flexibility and accuracy.

FDW Support

  • Added functionality to integrate FDW tables, enabling seamless access to external data sources through the database.

Confidence Score Calculation Update:

  • Refactored the business key confidence calculation to use the minimum confidence value between the identified business key and its name.
  • This change prevents the overall confidence score from being deflated via score multiplication.

Updated the calculation of the confidence score to use the minimum of the identified business key confidence and the business key name confidence. This approach ensures the overall confidence reflects the weakest link, preventing the inflation of the confidence score when one value is lower than the other.
Introduced functionality to allow FDW tables to be supported by the system. This extends compatibility to external data sources via foreign tables, improving flexibility and integration with remote databases.
@analyzer1 analyzer1 merged commit a44ad79 into main Oct 9, 2024
1 check passed
@analyzer1 analyzer1 deleted the feature/PADW-69-support-for-fdw branch October 9, 2024 22:56
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