diff --git a/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py b/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py index b9ebbf5358249..fe30056656acb 100644 --- a/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py +++ b/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py @@ -13,7 +13,6 @@ from urllib.parse import urlparse import duckdb - from airbyte_cdk.destinations import Destination from airbyte_cdk.models import AirbyteConnectionStatus, AirbyteMessage, ConfiguredAirbyteCatalog, DestinationSyncMode, Status, Type from airbyte_cdk.sql._processors.duckdb import DuckDBConfig, DuckDBSqlProcessor @@ -24,7 +23,6 @@ from airbyte_cdk.sql.shared.catalog_providers import CatalogProvider from airbyte_cdk.sql.types import SQLTypeConverter - logger = getLogger("airbyte") CONFIG_MOTHERDUCK_API_KEY = "motherduck_api_key"