Ning Sun
Ning Sun
This sounds super promising. Is there any progress or opened pull request for this work?
@Empty2k12 Sorry for late response. I have been pretty busy these days. Most work should have been done. I'm going to setup CI to verify the lib on both InfluxDB...
@msrd0 I was not able to test this on influxdb 2.0 over the CI. Its setup process is a little bit confusing. Help is welcomed.
Actually v2 has a set of APIs that compatible with v1 (`/query` and `/write`), with authorization required. It could be possible to slightly change current client API to make it...
I found it's almost impossible to have both sync and async helper supported simultaneously because async function require that full invocation path to be async. I will recommend you not...
Fixed in #629
Released in 5.1.0
This is from early days when our client/server code changes frequently. The particular code may not valid at the moment. But a protocol version field can help next time when...
@dexterdy it is possible to create a global registry and use `render_template` to render template string without registering.
Can you give me an example of your template and data you want to render? It sounds like you may be able do it with a custom helper