zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 86 forks source link

Can druidry query metadata of datasources? #157

Open Gummybearr opened 3 years ago

Gummybearr commented 3 years ago

Can Druid query metadata of datasources??

For example, SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'livetransactions' this query would query metadata of certain tables

However, while reading readme.md of Druidry, I could not find this query.

By the way, I am a big fan of your project:)

Hope you have a great day!