Skip to content

Commit 1065a20

Browse files
Update unit_tests/sources/declarative/extractors/test_dpath_extractor.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a4f16c3 commit 1065a20

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

unit_tests/sources/declarative/extractors/test_dpath_extractor.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
import pytest
99
import requests
1010

11+
from airbyte_cdk import Decoder
12+
from airbyte_cdk.sources.declarative.decoders.json_decoder import (
13+
IterableDecoder,
14+
JsonDecoder,
15+
JsonlDecoder,
16+
)
17+
from airbyte_cdk.sources.declarative.extractors.dpath_extractor import DpathExtractor
1118
from airbyte_cdk import Decoder
1219
from airbyte_cdk.sources.declarative.decoders.json_decoder import (
1320
IterableDecoder,
@@ -16,8 +23,8 @@
1623
)
1724
from airbyte_cdk.sources.declarative.extractors.dpath_extractor import DpathExtractor
1825
from airbyte_cdk.sources.declarative.extractors.record_extractor import (
19-
exclude_service_keys,
2026
assert_service_keys_exist,
27+
exclude_service_keys,
2128
)
2229

2330
config = {"field": "record_array"}

0 commit comments

Comments
 (0)