dlt.destinations._adbc_jobs
has_adbc_driver
@with_config
def has_adbc_driver(driver: str,
disable_adbc_detection: bool = False) -> Tuple[bool, str]
Figures out if given driver is available without actually connecting to destination.
Allows to disable via disable_adbc_detection setting in dlt config
make_adbc_parquet_file_format_selector
def make_adbc_parquet_file_format_selector(
driver: str, docs_url: str,
prefer_parquet: bool) -> LoaderFileFormatSelector
Factory for file format selector that removes parquet from the list if driver not installed