Skip to content

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

Merged
cpcloud merged 4 commits intoibis-project:mainfrom
gforsyth:cross_db_join
Aug 16, 2024
Merged

feat(sql): enable cross-database joins#9849
cpcloud merged 4 commits intoibis-project:mainfrom
gforsyth:cross_db_join

Conversation

@gforsyth
Copy link
Copy Markdown
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
@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