grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
17 stars 12 forks source link

Refactor regex part of macros #56

Closed fridgepoet closed 2 years ago

fridgepoet commented 2 years ago

This will extract the matching of macro name and the extraction of fields in rawSQL in a separate function to facilitate testing.