Skip to content

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

Draft
amotl wants to merge 1 commit into
masterfrom
cratedb-minimal
Draft

CrateDB: Subtract features from PostgreSQL adapter to make CrateDB work#38
amotl wants to merge 1 commit into
masterfrom
cratedb-minimal

Conversation

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