Open
Description
As part of #5889, we added a way to define timeseries in TOML files to make it possible to update timeseries schema. Right now, there are tests around the logic of handling those updates, but there is a check in non-test builds that precludes defining any version other than 1. That lets us build the tooling for making updates, while not actually allowing timeseries to be updated until all the pieces are in place. This issue tracks removing that, letting folks actually update timeseries schema.