Influxdb-java queryBuilder

I am new to influx and was trying to use the influxdb-java queryBuilder.
I guess I am having a dependency issue.

I’ve included the org.influxdb influxdb-java version 2.10 in my POM dependency

but the “select()” is not found when I do some like the following:

Query query = select().from(DATABASE,“h2o_feet”); // example fromQUERY_BUILDER.md

Note, I can build new Query(sql, db) just find, but was hoping to try out the queryBuilder.

That’s because it’s not available until 2.15

I spent ages tracking that down… :grimacing:

2 Likes