Skip to content

Add support for Databricks ADBC scanner #12

Description

@luke-tesseralabs

Hi, it would be amazing to gain support for Databricks through the adbc_scanner extension. I tried this today via ATTACH, and encountered a couple of issues:

  1. The quoting around "catalog"."schema"."table" causes some issues. I think databricks doesn't use quoting the same way duckdb does, and needs to have a different character substituted in place of quotes.
  2. Databricks ADBC driver does not support get table schema yet (see here, leading to lookup behavior during catalog/schema/table querying to fail.

I was wondering, to that second point, is the lack of get table schema a dealbreaker for ATTACH-style usage of this extension?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions