Skip to content
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

Add a checkbox to toggle motherduck_attach_mode #9

Open
elefeint opened this issue Jun 7, 2024 · 3 comments · Fixed by #16
Open

Add a checkbox to toggle motherduck_attach_mode #9

elefeint opened this issue Jun 7, 2024 · 3 comments · Fixed by #16
Assignees
Labels

Comments

@elefeint
Copy link
Collaborator

elefeint commented Jun 7, 2024

MD allows you to connect in either workspace mode (default) or single mode. For most usecases, the Tableau experience will be better in single attach mode since users won't be able to accidentally drag a non-default table into the workspace. But for power users, it's good to have the ability to query across multiple databases by using fully qualified table names.

@guenp guenp added the Tableau label Jun 17, 2024 — with Linear
@kglover29
Copy link

@elefeint you can add CAP_JDBC_INCLUDE_CATALOG_NAME to your manifest.xml file. This will fully qualify the Table names with [Database].[Schema].[Table] instead of the default which is [Schema].[Table].

@elefeint
Copy link
Collaborator Author

elefeint commented Feb 6, 2025

@kglover29 thank you!

@guenp
Copy link
Member

guenp commented Feb 11, 2025

Reopening this since we do still want the checkbox (in addition to the fully qualified table names!)

@guenp guenp reopened this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants