fly_high_five
Contributor

Hi @Commitchell ,

Thanks for trying out DBeaver connection at your end. Yes, the OAuth is successful and I'm setting same driver properties as you.

Today, I got the issue resolved by updating the driver. At the time of posting my question, I was using JDBC driver 2.7 but today I updated to 3.1.1 and tried with 3.0.7 as well. Both driver are able to list catalogs, schemas and tables to some extent.

I ran into another issue in which I am unable to list all schemas inside catalogs which are having long names(d4001-centralus-azcld-mgmtcatalog - Catalog naming is enforced by organization so can't make it short). As a workaround, I am using below query to list all schemas and tables inside catalogs.

 

fly_high_five_2-1769535875310.pngfly_high_five_0-1769535649334.png

 

 

select * from system.information_schema.tables

 I don't think I can use UI to browse through long catalog names.

View solution in original post