Skip to content

Commit

Permalink
Composite Decoder: add to model factory
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
  • Loading branch information
artem1205 committed Dec 23, 2024
1 parent f2c9b0a commit 961356c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@

from isodate import parse_duration
from pydantic.v1 import BaseModel
from sources.declarative.decoders.composite_decoder import (
CompositeRawDecoder,
CsvParser,
GzipParser,
JsonLineParser,
)

from airbyte_cdk.models import FailureType, Level
from airbyte_cdk.sources.connector_state_manager import ConnectorStateManager
Expand Down Expand Up @@ -73,6 +67,12 @@
PaginationDecoderDecorator,
XmlDecoder,
)
from airbyte_cdk.sources.declarative.decoders.composite_decoder import (
CompositeRawDecoder,
CsvParser,
GzipParser,
JsonLineParser,
)
from airbyte_cdk.sources.declarative.extractors import (
DpathExtractor,
RecordFilter,
Expand Down

0 comments on commit 961356c

Please sign in to comment.