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

SSL requires cert #18

Closed cmeu closed 1 month ago

cmeu commented 3 months ago

With my firm's implementation, we require to specify a key file (.p12) for SSL. How can I specify that file is used when I set up this connector?

What I am really looking for is an option to enable QueryFolding. Is that implemented? The default ODBC connector doesn't let me do it.

Truly a fantastic idea to build this! Thank you.

pichlerpa commented 3 months ago

Hello @cmeu, the connector automatically uses the HTTPS connection protocol including the certificate as soon as you use an authentication method other than "anonymous", also Trino doesn't allow another constellation. QueryFolding is also not supported yet. Patrick

pichlerpa commented 1 month ago

Closed due to inactivity.