CreativeDataEU / PowerBITrinoConnector

A Micosoft Power BI Custom Connector allowing you to import Trino data into Power BI.
MIT License
38 stars 15 forks source link

Can't add custom connector #2

Closed Khoi1201 closed 1 year ago

Khoi1201 commented 1 year ago

Hi, I'm trying to add custom connector but it not show up in "Get Data" window. I follow the instruction and create custom connector image and put the file there image I change the option as the instruction image but it just won't work image Thank you for your time.

pichlerpa commented 1 year ago

Hi @Khoi1201, check again your directory where you put the connector, it seems to be wrong. It should be: [Documents]\Power BI Desktop\Custom Connectors.

Patrick

Khoi1201 commented 1 year ago

Thanks you, I have found the right folder for it.

Khoi1201 commented 1 year ago

Hi @pichlerpa, I came across a new error when trying to connect to Trino, image I keep all the default setting for power BI and Trino and can't connect to Trino, host name is localhost, port is 8080 I leave the rest blank and the error say: image I can connect to trino through my browser using the same URL: image I'm using Windows and Docker for trino

pichlerpa commented 1 year ago

@Khoi1201 try changing "localhost" to "host.docker.internal", which is the host IP if you are using Docker Desktop.

Khoi1201 commented 1 year ago

I tried and it give the same result image image

pichlerpa commented 1 year ago

@Khoi1201 check firewall and ports.