Skip to main content
Version: devel

dlt.destinations.impl.lancedb.sql_client

Query LanceDB over the Arrow Flight SQL endpoint of a managed cluster.

LanceDBCursorImpl Objects

class LanceDBCursorImpl(DBApiCursorImpl)

View source on GitHub

Reads Flight SQL results as arrow, so df() and arrow() skip the row tuple round trip.

native_cursor

type: ignore[assignment]

LanceDBSqlClient Objects

class LanceDBSqlClient(SqlClientBase[pyflightsql.FlightSqlConnection],
WithReadonlyClient)

View source on GitHub

make_qualified_table_name_path

def make_qualified_table_name_path(table_name: Optional[str],
quote: bool = True,
casefold: bool = True,
dataset_name: Optional[str] = None,
catalog: Optional[str] = None) -> List[str]

View source on GitHub

Returns [database, "public", table] for a table of dataset_name or of this dataset.

Arguments:

  • table_name - Table to address, optional.
  • quote - Whether to escape each component.
  • casefold - Whether to case-fold each component.
  • dataset_name - Dataset to address instead of this one, which is how references to another dataset are qualified.
  • catalog - Catalog to address instead of the dataset. A dataset is a database here, so it already is the catalog and this replaces it.

Returns:

  • List[str] - Path components from catalog to table.

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub – it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.