Package org.odpi.openmetadata.adapters.connectors.duckdb.catalog
package org.odpi.openmetadata.adapters.connectors.duckdb.catalog
Provides the integration connector that catalogs a DuckDB database, including its federation relationships
(databases attached via ATTACH, and views that scan external files/object-store resources).
-
ClassesClassDescriptionDuckDBDatabaseCatalogTargetProcessor is the most novel of the DuckDB connectors.DuckDBDatabaseIntegrationConnector catalogs a single DuckDB database (an embedded ".duckdb" file, or an in-memory ":memory:" session).DuckDBDatabaseIntegrationProvider is the OCF connector provider for the DuckDB database integration connector.