When the dataset configuration tried to set some default (not sure which one). The code looks at the metric catalog and tries to create the metric table in prom_data. But this isn't a metric table, it's a continous agg which has been registered. So something in our default setting code isn't handling continous aggs correctly.
Probably a blocker for downsampling too, since they register in the same way.
This is from a customer issue: SDC #712
When the dataset configuration tried to set some default (not sure which one). The code looks at the metric catalog and tries to create the metric table in prom_data. But this isn't a metric table, it's a continous agg which has been registered. So something in our default setting code isn't handling continous aggs correctly.
Probably a blocker for downsampling too, since they register in the same way.