timescale / outflux

Export data from InfluxDB to TimescaleDB
Apache License 2.0
90 stars 22 forks source link

Unable to Migrate - show tag keys from query is failing... #73

Closed allanneoh closed 4 years ago

allanneoh commented 4 years ago

image

outflux is trying to execute query - SHOW TAG KEYS FROM ....... I believe it should be SHOW TAG KEYS ON database. I have tried the full query as SHOW TAG KEYS on "database"."measurement" and it fails on my influxdb.

Hopefully I am making sense. Please let me know. Thank you.

allanneoh commented 4 years ago

my mistake. found my problem.