Skip to content

Add support for SQL based registration of external catalogs #25111

Description

@pepijnve

Is your feature request related to a problem or challenge?

When using the Datafusion REPL as an exploration tool it can be convenient to connect to an external catalog (e.g. an Iceberg REST catalog) ad hoc using a SQL statement. At the moment this is not possible since ATTACH ... or CREATE EXTERNAL CATALOG ... are not supported. The session state also does not provide any means to register external catalog factories the same way table factories can be registered.

Describe the solution you'd like

Add an equivalent to TableProviderFactory for external catalogs.

Describe alternatives you've considered

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions