Couchbase JDBC URL

I have deployed Couchbase EE v7.1.0 in Docker Desktop and also deployed Airflow in the same docker desktop. Now trying to run a ETL query from Airflow on Couchbase through JDBC interface.

I have got the cdata driver for couchbase, but I was not able to find out on the port to be mentioned in JDBC URL to connect to the couchbase instance.

Currently these ports are exposed by couchbase instance in docker 11210,11211,8091,8092,8093,8094,8095,8096

I see CDATA documents connecting here:

and the URL used doesn’t include a port.

HTH.

I tried with cdata driver (after resolving all the license issues, Phew, Thanks to cdata support team) it is working fine without mentioning port in the connection URL