Hello everyone, I need to connect to an HBase data source via Apache Phoenix: I've already did it through DBeaver (which automatically detect needed drivers and connectors) and everything works fine. Now I need to do the same on Talend for Big Data in order to get data and make some ETL. Btw I see I only Hbase palette and not even Apache Phoenix's one. I tried some raw solution creating a new db connection with the same paramenters I used on dbeaver but it seems it miss something (like jdbc connector driver or so). How could I fix this?