-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show schema for table in Data Source pane #698
Comments
Hi Alex, The postgres_jdbc sample you reference is written in Connection Dialog V1 style. To include schema on the Data Source pane (assuming the underlying database supports it) the following line should be added to connection-dialog.tcd: For writing a new connector I'd also recommend reviewing the documentation on Connection Dialog V2. Here is a sample. Based on feedback we've more clearly separated the Connection Dialog and Data Source pane configurations with this design. See the 'The Connection Metadata File' section for more details. Thanks. |
@rosswbrown Hi Ross, |
Sorry, I misunderstood your previous question. The Thanks for raising this issue. I'll tag this as an enhancement request for consideration by the team for a future Tableau release. |
Hi, I am a new PM for the Connector SDK and I am looking at our feature backlog and getting things prioritized. I would appreciate if you can give your feedback for our product via this form. It should only take 2-5 mins but would be super valuable to our team. Thanks in advance!! |
About You:
Name: Alex K
Company: SQream
Your question:
Please, let us know how to configure JDBC based connector to show schema name for tables in Data Source pane (in case when schema is not default).
As an example PostgreSQL connector:
But if I try to use this sample it does not show.
So, I can assume that probably it can be achieved through some configuration in .taco package.
Thanks.
The text was updated successfully, but these errors were encountered: