ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

Adding a new schema using python results in unindexed schema #40

Closed bschwal closed 3 years ago

bschwal commented 3 years ago

I have an existing container with a single schema in it that container. I created this using the python API. When I go to add a new schema to the container, using the same script as I did to make the work schema, I am able to do so and I see it when I use sos_cmd -C ... -l. However, when I try to add values to this new schema or query it I get the error: The attribute {the thing I'm indexing by} is not indexed in {my new schema}, error 12.

Any thoughts on how to solve this? Is there a way to easily delete schema from the container? (Does schema.delete work?)

bschwal commented 3 years ago

User error, no issue.