The PyVO table upload docs use the ADQL reserved word count as a column name in their table upload example: https://pyvo.readthedocs.io/en/latest/dal/index.html#uploads. This returns an error: Identifier 'count' is a reserved keyword. I think the right thing to do here is to change the PyVO docs to not use ADQL reserved words as column names. It seems like that is not supported against a youcat server.
I just want to make sure there is not some youcat configuration that I'm missing that would allow that PyVO example to work. If not, then I will make a PR to update the PyVO docs.
The PyVO table upload docs use the ADQL reserved word
countas a column name in their table upload example: https://pyvo.readthedocs.io/en/latest/dal/index.html#uploads. This returns an error:Identifier 'count' is a reserved keyword.I think the right thing to do here is to change the PyVO docs to not use ADQL reserved words as column names. It seems like that is not supported against ayoucatserver.I just want to make sure there is not some
youcatconfiguration that I'm missing that would allow that PyVO example to work. If not, then I will make a PR to update the PyVO docs.