sdssdb 0.12.3
- One more attempt at fixing the various issues with reflection. Reloading the fields each time a table was not found worked well for
operations
but not so much forpipelines
because so many tables are missing. This time, we will only refresh the fields if the table is not found in the schema metadata and it exists in the database. - Fixed column names in
SDSS_ID_To_Catalog
models (#260). - Adds new column to
vizdb.sdssid_to_pipes
view (#259).
What's Changed
- adds new column to vizdb.sdssid_to_pipes view by @havok2063 in #259
- Fix column names in SDSS_ID_To_Catalog model by @albireox in #261
Full Changelog: 0.12.2...0.12.3