grafana-aws-athena-datasource
grafana-aws-athena-datasource copied to clipboard
DESCRIBE {table} got 500 error in Grafana, but success in Athena history
DESCRIBE {table}is success in Athena, but error in Grafana Athena output is
vendorid string from deserializer
tpep_pickup_datetime string from deserializer
tpep_dropoff_datetime string from deserializer
passenger_count string from deserializer
trip_distance string from deserializer
SHOW COLUMNS IN {table}is success in both Athena and Grafana Athena output is
vendorid
tpep_pickup_datetime
tpep_dropoff_datetime
passenger_count
trip_distance