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

Re-enable :foreign-keys #122

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

lpoulain
Copy link
Collaborator

Even though Starburst does not support foreign keys (its JDBC getImportedKeys() method always returns empty data), re-enable the :foreign-keys feature flag so that users can set external relationships in Metabase.

Use the same tricks as the Presto driver does (which does not support foreign keys either) so that the tests covering foreign keys aren't executed.

@lpoulain lpoulain linked an issue Feb 16, 2024 that may be closed by this pull request
@lpoulain lpoulain merged commit f4fe016 into main Feb 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable :foreign-keys feature flag
2 participants