Eugene Klimov

Results 626 comments of Eugene Klimov

Ok. let's try to figure out could you share ``` curl -vvv -X POST "https://api.cloudflare.com/client/v4/accounts//analytics_engine/sql" -H "Authorization: Bearer " --data "SELECT version()" ``` without sensitive credentials

ok. try ``` curl -vvv -X POST "https://api.cloudflare.com/client/v4/accounts//analytics_engine/sql" -H "Authorization: Bearer " --data "SHOW CREATE TABLE system.columns" ```

last check same parameters but different --data `--data "SELECT name,database,table,type FROM system.columns WHERE type LIKE '%Date%' OR type LIKE '%DateTime%' OR type = 'UInt32' ORDER BY type,name FORMAT JSON"`

check `--data "SELECT name,database,table,type FROM system.columns WHERE substring(type,1,4) = 'Date' OR type = 'UInt32' ORDER BY type,name FORMAT JSON"` looks like they tested on 2.x

hm, looks like cloudflare workers analytics engine have too many restrictions

did you try just setup database and table and time related column, manually in UI, instead of try to select it from drop down?

@dangeredwolf are you sure do you use latest version of plugin? i just tried manual typing and just press enter in grafana cloud and everything works as expected. ![image](https://github.com/user-attachments/assets/72d6b421-b11f-4882-9c17-0cc64f096079)

yes, i created data source after that i succesfully add panel could you save screencast to reproduce whats failed on your side?

on shared screencast you didn't try to use keyboard try just press left click to field and instead of trying select from drop down type database and table name in...