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

refactor(oracle): remove dependency on private function for temp tables #8480

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

gforsyth
Copy link
Member

@gforsyth gforsyth commented Feb 27, 2024

Description of changes

The previous workaround for temp tables in Oracle was quite brittle and broke
when I tried to bump our upper pin on sqlglot. I've refactored it to be
(hopefully) less brittle and also bumped the sqlglot pin up a few versions.

Dropping the version bump from this PR, there are some breaking changes for postgres, risingwave, and trino, looks like.

Upcoming changes in `sqlglot` remove the `create_with_partitions_sql`
helper from `sqlglot.dialects.dialect` and the way I was using it was a
little weird anyway.  This should be a little less brittle as things
change upstream.
@cpcloud cpcloud merged commit 809912c into ibis-project:main Feb 28, 2024
74 checks passed
@gforsyth gforsyth deleted the oracle/temp_table_sqlglot branch February 28, 2024 14:44
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.

2 participants