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

CrateDB: Subtract features from PostgreSQL adapter to make CrateDB work #38

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amotl
Copy link
Member

@amotl amotl commented Dec 5, 2024

About

The server log still includes many errors and tracebacks, but basic operations like syncing of system tables from the sys schema, and exploring data works again, after it stopped working with Metabase v0.48.4.

Backlog

The code probably needs to be wrapped up into a dedicated data source adapter for CrateDB, deriving from the one for PostgreSQL, possibly how Redshift 1 and other drivers are also doing it.

(driver/register! :redshift, :parent #{:postgres})

Footnotes

  1. https://github.com/metabase/metabase/blob/v1.52.1.1/modules/drivers/redshift/src/metabase/driver/redshift.clj

The server log still includes many errors and tracebacks, but basic
operations like syncing of system tables from the `sys` schema, and
exploring data works again, after it stopped working with
Metabase v0.48.4.
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.

1 participant