Skip to content

Commit

Permalink
import protocol models from airbyte-protocol library
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Sep 23, 2024
1 parent d1429b3 commit c36751d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from airbyte.shared.catalog_providers import CatalogProvider
from airbyte.sources.base import Source
from airbyte.strategies import WriteStrategy
from airbyte_cdk import AirbyteMessage, AirbyteRecordMessage, Type
from airbyte_protocol.models import AirbyteMessage, AirbyteRecordMessage, Type


@pytest.fixture
Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/test_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
_get_elapsed_time_str,
_to_time_str,
)
from airbyte_cdk import AirbyteMessage, AirbyteRecordMessage, Type
from airbyte_protocol.models import AirbyteMessage, AirbyteRecordMessage, Type
from dateutil.tz import tzlocal
from freezegun import freeze_time
from rich.errors import LiveError
Expand Down

0 comments on commit c36751d

Please sign in to comment.