airbyte-cdk 6.45.0.post23.dev14384860031__py3-none-any.whl → 6.45.0.post24.dev14387467928__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,10 +20,10 @@ from airbyte_cdk.models import (
20
20
  AirbyteMessage,
21
21
  Type,
22
22
  )
23
+ from airbyte_cdk.sources import Source
23
24
  from airbyte_cdk.sources.declarative.declarative_source import (
24
25
  AbstractSource,
25
- ConcurrentDeclarativeSource,
26
- Source,
26
+ DeclarativeSource,
27
27
  )
28
28
  from airbyte_cdk.test import entrypoint_wrapper
29
29
  from airbyte_cdk.test.declarative.models import (
@@ -112,7 +112,7 @@ class ConnectorTestSuiteBase(abc.ABC):
112
112
  @classmethod
113
113
  def create_connector(
114
114
  cls, scenario: ConnectorTestScenario
115
- ) -> Source | AbstractSource | ConcurrentDeclarativeSource | RunnableConnector:
115
+ ) -> Source | AbstractSource | DeclarativeSource | RunnableConnector:
116
116
  """Instantiate the connector class."""
117
117
  raise NotImplementedError("Subclasses must implement this method.")
118
118
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-cdk
3
- Version: 6.45.0.post23.dev14384860031
3
+ Version: 6.45.0.post24.dev14387467928
4
4
  Summary: A framework for writing Airbyte Connectors.
5
5
  Home-page: https://airbyte.com
6
6
  License: MIT
@@ -340,7 +340,7 @@ airbyte_cdk/test/declarative/__init__.py,sha256=IpPLFCCWnlpp_eTGKK_2WGRFfenbnolx
340
340
  airbyte_cdk/test/declarative/models/__init__.py,sha256=rXoywbDd-oqEhRQLuaEQIDxykMeawHjzzeN3XIpGQN8,132
341
341
  airbyte_cdk/test/declarative/models/scenario.py,sha256=ySzQosxi2TRaw7JbQMFsuBieoH0ufXJhEY8Vu3DXtx4,2378
342
342
  airbyte_cdk/test/declarative/test_suites/__init__.py,sha256=E1KY-xxKjkKXYaAVyCs96-ZMCCoDhR24s2eQhWWOx-c,769
343
- airbyte_cdk/test/declarative/test_suites/connector_base.py,sha256=7qFjRI6NkJPOTIHndl8KvWz4eM2PiXMPBSKOBpGKk7o,6760
343
+ airbyte_cdk/test/declarative/test_suites/connector_base.py,sha256=lT-fectu_9l-65RjQ7plE0X8kfB5CdOuY_tGwzJYtpI,6767
344
344
  airbyte_cdk/test/declarative/test_suites/declarative_sources.py,sha256=4VPGzG8keyci0x2o6_jNqx7HcAuamumJoPafudH5w_o,1633
345
345
  airbyte_cdk/test/declarative/test_suites/destination_base.py,sha256=L_l1gpNCkzfx-c7mzS1He5hTVbqR39OnfWdrYMglS7E,486
346
346
  airbyte_cdk/test/declarative/test_suites/source_base.py,sha256=1VJ9KXM1nSodFKh2VKXc2cO010JfE-df2JoVGKasrmk,4381
@@ -379,9 +379,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
379
379
  airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
380
380
  airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
381
381
  airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
382
- airbyte_cdk-6.45.0.post23.dev14384860031.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
383
- airbyte_cdk-6.45.0.post23.dev14384860031.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
384
- airbyte_cdk-6.45.0.post23.dev14384860031.dist-info/METADATA,sha256=9vnnu8hLTvth6IXJb8KCu045Tl6ulUD0afpW1H0qziU,6093
385
- airbyte_cdk-6.45.0.post23.dev14384860031.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
386
- airbyte_cdk-6.45.0.post23.dev14384860031.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
387
- airbyte_cdk-6.45.0.post23.dev14384860031.dist-info/RECORD,,
382
+ airbyte_cdk-6.45.0.post24.dev14387467928.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
383
+ airbyte_cdk-6.45.0.post24.dev14387467928.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
384
+ airbyte_cdk-6.45.0.post24.dev14387467928.dist-info/METADATA,sha256=A-K-zXIbGNM_9lsZr_P1Xd4xjpkZux1ayy9EHHyjqdI,6093
385
+ airbyte_cdk-6.45.0.post24.dev14387467928.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
386
+ airbyte_cdk-6.45.0.post24.dev14387467928.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
387
+ airbyte_cdk-6.45.0.post24.dev14387467928.dist-info/RECORD,,