dlt.destinations.impl.lancedb.factory
lancedb Objects
class lancedb(Destination[LanceDBClientConfiguration, "LanceDBClient"])
__init__
def __init__(credentials: Union[LanceDBCredentials, Dict[str, Any]] = None,
destination_name: str = None,
environment: str = None,
**kwargs: Any) -> None
Configure the LanceDB destination to use in a pipeline.
All arguments provided here supersede other configuration sources such as environment variables and dlt config files.
Arguments:
credentials
Union[LanceDBCredentials, Dict[str, Any]], optional - Credentials to connect to the LanceDB database. Can be an instance ofLanceDBCredentials
or a dictionary with the credentials parameters.destination_name
str, optional - Name of the destination, can be used in config section to differentiate between multiple of the same typeenvironment
str, optional - Environment of the destination**kwargs
Any, optional - Additional arguments forwarded to the destination config