-
Notifications
You must be signed in to change notification settings - Fork 160
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
(feat) #2198 add postgres backend similarity functions to fully supported #2199
(feat) #2198 add postgres backend similarity functions to fully supported #2199
Conversation
Co-authored-by: Tom Hepworth <[email protected]>
Co-authored-by: Zoe Slade <[email protected]>
…ervices/bugfix_predict_threshold Minor bug in filtering predict table
…ervices/docs/updating_settings_validation_documentation Update documentation on settings validation in response to code changes
…ervices/docs_tweak Remove reference to github action that will not come to be
Co-authored-by: Zoe Slade <[email protected]>
…ster Fixing spurious error messages with Databricks enable_splink
Fix Splink 4 blog post link
…cross-platform Make spellcheck work cross-platform
…unctions to fully support comparisons
Hi @vfrank66 thanks very much for this. We're a bit short staffed at the moment but will endeavour to review ASAP. Don't worry too much about the test failures for now |
Hi @vfrank66 i've started to have a look at this, and do some experiments. All working so far. Could I double check - are the implementations of the new similarity functions in To make it easier to get the tests passing, I'll probably create a new PR of your commits on the main repo, so I can start to add commits on top until I'm happy with all the tests. Then I can check with you before merging. |
Closing in favour of #2224 |
…rt comparisons
Type of PR
Is your Pull Request linked to an existing Issue or Pull Request?
2198 add similarity functions to postgres backend to enable comparison_level_library
Give a brief description for the solution you have provided
There are two options creating using the existing pg_similarity extension, or codifing the specific functions. I added the specific functions to implement comparison level library for postgres.
PR Checklist
I could not find the developer docs 404 not found so i did not add tests or docs, but I did run the linter. UPDATE: nevermind I guess I did not run the formatting. The lint_and_format.sh is not up-to-date with ruff do you want this updated as well. It is very confusing I am getting more ruff errors locally than I changed something is off.