Closed ryantxu closed 6 years ago
Perhaps fixing #7
Currently we are saving keys like A@index and A@theMetricName When the query changes, all configuraiton with theMetricName breaks
A@index
A@theMetricName
theMetricName
We should look at saving: A@value or A@[3] (for table columns) to reference the query results
A@value
A@[3]
this was incorporated
Perhaps fixing #7
Currently we are saving keys like
A@index
andA@theMetricName
When the query changes, all configuraiton withtheMetricName
breaksWe should look at saving:
A@value
orA@[3]
(for table columns) to reference the query results