Open jbsgh opened 4 months ago
Using item names including a Dollar sign (e. g. "my$item") are modified by the datasource plugin
Steps to reproduce:
SELECT time,my$item FROM "my_table";
Observations:
SELECT time as time FROM "my_table" WHERE $__timeFilter(time) SAMPLE BY $__sampleByInterval LIMIT 100
myf9qx7sitem
my$item
SELECT myf9qx7sitem FROM "my_table" LIMIT 100
"my$item"
"f9qx7s"
8.0.1
11.1.0
0.13.0
Debian 12
Jan Bartels
Siempelkamp
No response
To reproduce
Using item names including a Dollar sign (e. g. "my$item") are modified by the datasource plugin
Steps to reproduce:
SELECT time,my$item FROM "my_table";
(this query shouldn't be too complex to convert)Observations:
SELECT time as time FROM "my_table" WHERE $__timeFilter(time) SAMPLE BY $__sampleByInterval LIMIT 100
. my$item is missingSteps to reproduce:
Observations:
myf9qx7sitem
instead ofmy$item
SELECT myf9qx7sitem FROM "my_table" LIMIT 100
"my$item"
has been replaced with a random string like"f9qx7s"
QuestDB version:
8.0.1
Grafana version:
11.1.0
Plugin version:
0.13.0
OS, in case of Docker specify Docker and the Host OS:
Debian 12
Full Name:
Jan Bartels
Affiliation:
Siempelkamp
Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?
Additional context
No response