Skip to content

Commit

Permalink
back to old formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Jan 15, 2025
1 parent e8c783d commit 023e464
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
from typing import Any, Dict, Iterable, Mapping, Optional
from uuid import uuid4

from airbyte_cdk.destinations import Destination
from airbyte_cdk.models import (AirbyteConnectionStatus, AirbyteMessage,
ConfiguredAirbyteCatalog, DestinationSyncMode,
Status, Type)
from firebolt.client import DEFAULT_API_URL
from firebolt.client.auth import Auth, ClientCredentials, UsernamePassword
from firebolt.db import Connection, connect

from airbyte_cdk.destinations import Destination
from airbyte_cdk.models import AirbyteConnectionStatus, AirbyteMessage, ConfiguredAirbyteCatalog, DestinationSyncMode, Status, Type

from .writer import create_firebolt_wirter


logger = getLogger("airbyte")


Expand Down

0 comments on commit 023e464

Please sign in to comment.