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

Escaping catalog names in SQL! #11

Closed Gordonei closed 5 months ago

Gordonei commented 5 months ago

Thanks for this great, well documented repo!

We had a catalog name that had a - in the middle of its name, hence I had to add escaping to the code. Sharing the love back to source!

Here's the modified connector in action:

pbi_with_escaping

pichlerpa commented 5 months ago

@Gordonei thanks a lot :)