paradedb / pg_analytics

DuckDB-powered analytics for Postgres
https://paradedb.com
PostgreSQL License
383 stars 15 forks source link

Add support for Catalog Providers #108

Open philippemnoel opened 2 months ago

philippemnoel commented 2 months ago

What feature are you requesting?

For Iceberg and Delta Lake, we'd like to integrate with catalog metastores to facilitate fetching of credentials and other metadata. Unfortunately, this is primarily bottlenecked by DuckDB implementations. For instance, this is the PR for adding support for the AWS Glue catalog: https://github.com/duckdb/duckdb_iceberg/pull/51

Once these are in, we can start adding support.

re: Delta Lake, their extension is more mature. It may be possible to do right away, but we haven't had any explicit request for Delta Lake yet.

Even though we are blocked on this, I'm opening up this tracking issue to collect interest as I've had many messages from interested users.

Why are you requesting this feature?

Integrate with where user's metadata is already located.

What is your proposed implementation for this feature?

Expose the catalog integration APIs from DuckDB

Full Name:

Philippe Noël

Affiliation:

ParadeDB