sdss / astra

Analysis framework for SDSS-V/Milky Way Mapper
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

`@task` decorator update on conflict #31

Closed andycasey closed 4 days ago

andycasey commented 1 month ago

If there is a conflict in a pipeline output table because there is already a row for the given (v_astra, spectrum_pk) then we should update every other field in that table.

Remember a test for this one

andycasey commented 4 days ago

Done, with tests added