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

feat(sql): enable cross-database joins #9849

Merged
merged 4 commits into from
Aug 16, 2024

Conversation

gforsyth
Copy link
Member

Description of changes

This was already working on our backends that support having multiple groups of tables, I just added a test, and then tweaked Trino and MySQL to make them work.

Issues closed

@cpcloud cpcloud merged commit c3ff6ae into ibis-project:main Aug 16, 2024
82 checks passed
@cpcloud cpcloud added mysql The MySQL backend trino The Trino backend feature Features or general enhancements labels Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements mysql The MySQL backend trino The Trino backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(backends): enable cross-schema and cross-database table access where the backend supports it
3 participants