We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the JSON metadata for boss_drp.boss_spectrum is incorrect, for the column_name. It looks like it accidentally has a description. e.g.
boss_drp.boss_spectrum
column_name
{ "schema": "boss_drp", "table_name": "boss_spectrum", "column_name": "ivar of Flux of Template in UGRIZ", "display_name": "SPECTROSYNFLUX_IVAR", "sql_type": "real[]", "description": "Inverse variance of SPECTROSYNFLUX", "unit": "None" },
These are the columns I could find that seemed off to me, but perhaps there are more:
@Sean-Morrison can you have another look through and fix any issues you find?
The text was updated successfully, but these errors were encountered:
Sean-Morrison
Successfully merging a pull request may close this issue.
Some of the JSON metadata for
boss_drp.boss_spectrum
is incorrect, for thecolumn_name
. It looks like it accidentally has a description. e.g.These are the columns I could find that seemed off to me, but perhaps there are more:
@Sean-Morrison can you have another look through and fix any issues you find?
The text was updated successfully, but these errors were encountered: