You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great tool. But I encountered with a problem, after csv data imported into the series, I noticed that 'show tag keys' will return empty thereafter.
I tried one more time using influxdb-nodejs directly, also no tag created at all.
The text was updated successfully, but these errors were encountered:
Hi, @patrickcat! Can you, please, show your .conf.json file?
I guess you use fieldSchema instead of tagSchema. Here is part of example config:
...
"tagSchema": {"location": {"from": "location","type": "*"// type of tag can be "*" (any value) or array of possible values// see https://vicanso.github.io/influxdb-nodejs/Client.html#schema}}...
I've just run this example and I have proper show tag keys output:
> show tag keys
name: air_quality
-----------------
tagKey
PT08.S2(NMHC)
Hi,
This is a great tool. But I encountered with a problem, after csv data imported into the series, I noticed that 'show tag keys' will return empty thereafter.
I tried one more time using influxdb-nodejs directly, also no tag created at all.
The text was updated successfully, but these errors were encountered: