tableau / connector-plugin-sdk

SDK for Developing Tableau Connector Plugins
https://tableau.github.io/connector-plugin-sdk/
MIT License
105 stars 107 forks source link

Schema selector not appearing on V2 connection dialogs #1217

Closed cshrauder closed 5 months ago

cshrauder commented 5 months ago

Yellowbrick Tableau Connector Name: Christian Shrauder Company: Yellowbrick Data

Hello, I'm trying to get our old TACO updated. I've converted our ODBC over to the newer JDBC taco and in testing we found the schema selector was missing. I've included the schema in the connectionMetadata.xml and referenced it in the manifest. I tried a few different configs like setting the default schema to public but stopped when I couldn't get the doc example to work:

It's been a few years since I've worked on this. Anything I'm missing to get the schema selector to appear? thanks, -Christian