grafana / sqlds

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

Add possible macros to the Query struct #22

Closed andresmgot closed 3 years ago

andresmgot commented 3 years ago

Follow up of #21

Datasources extending sqlds need to (optionally) send the schema, table or column to use as a macro from the ones returned by the Completable interface.