Open joemoe opened 7 years ago
Can you explain? Where do you want to see that variables?
following scenario:
crate
datasourcedatasource
so instead of writing select * from schema.table
i'd like to write select * from $datasource
as this is already defined.does this help you?
I understand what you want. I've been confused by variable name $datasource
because it used by grafana. We can choose another name like $table
or something else.
when we use a custom query it would be useful to have variables like
$datasource
available. is this possible?