Open dgpoulet opened 9 months ago
@dgpoulet , there was an issue at some place in the connector (fixed in the spark one), causing this error. Made a fork that seems to work with some changes tied with UC (making it non-backwards compatible per se). It's here if you wanna take a look
@shrodingers, you should enable discussions or issues on your repo <3
@shrodingers, you should enable discussions or issues on your repo <3
Wow thanks the advice thought it was 🤦🏻 ^^
I am trying to connect metabase to a Unity Catalog enabled workspace via a SQL Warehouse. I can connect to Databricks okay, and use JDBC params to select the correct catalog/schema. The sync process reads the metadata from all the tables in the schema correctly, but any attempt to browse the data in those tables throws an error. e.g. for an address table:
The part it seems to be complaining about a syntax error is below, but I'm not sure if that's relevant or not:
I've defined the connector params like so:
Any clues as to the issue here?