destinations.impl.duckdb.configuration
DuckDbBaseCredentials Objects
@configspec(init=False)
class DuckDbBaseCredentials(ConnectionStringCredentials)
read_only
open database read/write
has_open_connection
@property
def has_open_connection() -> bool
Returns true if connection was not yet created or no connections were borrowed in case of external connection
DuckDbCredentials Objects
@configspec
class DuckDbCredentials(DuckDbBaseCredentials)
drivername
type: ignore
__init__
def __init__(conn_or_path: Union[str, DuckDBPyConnection] = None) -> None
Access to duckdb database at a given path or from duckdb connection
DuckDbClientConfiguration Objects
@configspec
class DuckDbClientConfiguration(DestinationClientDwhWithStagingConfiguration)
destination_type
type: ignore