Skip to content

Commit

Permalink
Improve SSO resolver (#542)
Browse files Browse the repository at this point in the history
* Modify the SSO resolver to use the newly created ztf.sso_resolver table

* Typo

* Use exact search when resolving ssnamenr

* Render table

* Update tables display

* Update doc

* Update doc

* Enable integer to be given for SSO search

* Enable integer to be given for SSO search

* Remove unecessary cast from the doc

* Update doc

* Modify resolver tests accordingly

* Update ssocand test with new nomenclature

* substring search for SSO names coupled with new HBase table key of the form <prefix>_<name>_<deduplication>. WARNING: harcoded the number of returned matched to 20.

* Enable exact/inexact search using the argument nmax (no more hardcoding)

* Fix cleaning procedure using the new key format

* Update doc

* Update with new table structure

* Update test suite and documentation

* Fix value type in test
  • Loading branch information
JulienPeloton authored Dec 22, 2023
1 parent a7f1937 commit b5cbfac
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 296 deletions.
Loading

0 comments on commit b5cbfac

Please sign in to comment.