airbyte-cdk 6.60.0.post20.dev16487461641__py3-none-any.whl → 6.60.0.post21.dev16487663551__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.
@@ -1,5 +1,6 @@
1
1
  # Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2
2
  import json
3
+ import logging
3
4
  import sys
4
5
  from enum import Enum
5
6
  from typing import Any, Callable, Dict, Type, TypeVar, cast
@@ -7,8 +8,6 @@ from typing import Any, Callable, Dict, Type, TypeVar, cast
7
8
  import orjson
8
9
  from pydantic import ValidationError
9
10
 
10
- from airbyte_cdk.logger import init_logger
11
-
12
11
  from .airbyte_protocol import ( # type: ignore[attr-defined] # all classes are imported to airbyte_protocol via *
13
12
  AirbyteCatalog,
14
13
  AirbyteMessage,
@@ -29,8 +28,7 @@ _HAS_LOGGED_FOR_SERIALIZATION_ERROR = False
29
28
 
30
29
  T = TypeVar("T")
31
30
 
32
-
33
- logger = init_logger("airbyte")
31
+ logger = logging.getLogger("airbyte")
34
32
 
35
33
 
36
34
  class CustomSerializer:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-cdk
3
- Version: 6.60.0.post20.dev16487461641
3
+ Version: 6.60.0.post21.dev16487663551
4
4
  Summary: A framework for writing Airbyte Connectors.
5
5
  Home-page: https://airbyte.com
6
6
  License: MIT
@@ -50,7 +50,7 @@ airbyte_cdk/manifest_migrations/migrations/registry.yaml,sha256=F-hdapvl_vZnsI7C
50
50
  airbyte_cdk/manifest_migrations/migrations_registry.py,sha256=zly2fwaOxDukqC7eowzrDlvhA2v71FjW74kDzvRXhSY,2619
51
51
  airbyte_cdk/models/__init__.py,sha256=EUxQ9zcq5PZLsnUo30pxoB-pT4UHumtoCqlljjoqd3g,2065
52
52
  airbyte_cdk/models/airbyte_protocol.py,sha256=R1G1lvnBDRCZDa9_9Mgy5OEeyMXbvGWsDOnwQkImRKA,266
53
- airbyte_cdk/models/airbyte_protocol_serializers.py,sha256=LlCiIexUYsYYIzjT40p_xEIii-NMNFxgcGo_x9WNiAw,6122
53
+ airbyte_cdk/models/airbyte_protocol_serializers.py,sha256=_MpUxFDPOSaHMvru2pdAJ-88SGB8GvbtiitPKQyDdq0,6098
54
54
  airbyte_cdk/models/connector_metadata.py,sha256=BD6CO8c3mHavxRJAcwP29sHtNNVLVSNFNQLgHOVxrwA,3229
55
55
  airbyte_cdk/models/well_known_types.py,sha256=EquepbisGPuCSrs_D7YVVnMR9-ShhUr21wnFz3COiJs,156
56
56
  airbyte_cdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -424,9 +424,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
424
424
  airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
425
425
  airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
426
426
  airbyte_cdk/utils/traced_exception.py,sha256=bc5jMk8Z3AnSL-vqsgPCNgHzWqGTKZODHSg7VHiUyj0,6256
427
- airbyte_cdk-6.60.0.post20.dev16487461641.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
428
- airbyte_cdk-6.60.0.post20.dev16487461641.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
429
- airbyte_cdk-6.60.0.post20.dev16487461641.dist-info/METADATA,sha256=xVhiS-Eb1DNvtzLXoLyYG66DQSZJOfA2oGVqR4SRbPk,6512
430
- airbyte_cdk-6.60.0.post20.dev16487461641.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
431
- airbyte_cdk-6.60.0.post20.dev16487461641.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
432
- airbyte_cdk-6.60.0.post20.dev16487461641.dist-info/RECORD,,
427
+ airbyte_cdk-6.60.0.post21.dev16487663551.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
428
+ airbyte_cdk-6.60.0.post21.dev16487663551.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
429
+ airbyte_cdk-6.60.0.post21.dev16487663551.dist-info/METADATA,sha256=jrfOly0UUEowB8WjIrN2jsldWZH8GWIVIJb7eBL4jtk,6512
430
+ airbyte_cdk-6.60.0.post21.dev16487663551.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
431
+ airbyte_cdk-6.60.0.post21.dev16487663551.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
432
+ airbyte_cdk-6.60.0.post21.dev16487663551.dist-info/RECORD,,