Closed simonc6372 closed 3 years ago
Same issue happening to me. Kudos for finding the issue, @simonc6372 ! I created new DBs and tables without dashes and they're now showing up in Grafana =)
edit: Tables without dashes seems to work with databases that have dashes in their name. So it might just be table names that don't work with dashes.
edit: Disregard edit; I can see dashless tables in dashes databases in the datasource configuration, but not in a dashboard/query editor.
I can't take credit for finding it, but I will pass it along.
databases names need quotes around them if they have special characters. The latest release 1.1.0 will suggest quotes around everything. If it is still an issue once quoted, let me know
If the database of table names have a '-' character, then the table and measure macro fields are not populated in the query builder.
What happened? When selecting a table for a Timestream database from the table macro the list is empty, but if the table name is known it can be added manually which works, same for the measure macro field. See attached screenshots.
What was expected to happen? The table and measure macro fields to be populated with available tables and measures.
Steps to reproduce the problem:
Version numbers (grafana, prometheus, graphite, plugins, operating system, etc.):
Configuration information: The IAM user whose credentials are used in the Timestream Data Source has timestream:* allow permissions.