feat: add object-type-aware deduplication and harden translation workflow#193
Merged
Conversation
… and deduplication stages.
- add object_type_homogenized to all outputs - support survey-specific star, galaxy, and QSO translations - allow optional raw source columns without frontend mappings - preserve nulls for unknown or ambiguous classifications
- validate user-defined translation schemas and output domains - restrict expressions to a safe AST-based DSL - add configurable fast-path policies - detect conflicting conditional translations - improve optional source handling and validation errors - fix COSMOS Web and JADES translation edge cases - disable Rubin footprint flag generation by default
- normalize object_type_homogenized before LSDB concatenation - propagate schemas for extra and expression columns - preserve custom ranking and enabled footprint dtypes - validate runtime schema hints - add regression tests for Python and PyArrow strings
- add configurable object-type graph inclusion - use internal 0.5 ranking fallback for stellar objects without quality - redefine tie_result=3 for graph-excluded rows - add global tie and label-merge diagnostics
crisingulani
approved these changes
Jul 8, 2026
gschwend
requested changes
Jul 10, 2026
gschwend
left a comment
Member
There was a problem hiding this comment.
mover pasta incidents para o repo pz-lsst-inkind
gschwend
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add object-type-aware deduplication and harden translation workflow