airbyte-cdk 6.56.7__py3-none-any.whl → 6.56.7.post1.dev15934698385__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.
airbyte_cdk/__init__.py CHANGED
@@ -129,6 +129,7 @@ from .sources.declarative.schema import JsonFileSchemaLoader
129
129
  from .sources.declarative.transformations.add_fields import AddedFieldDefinition, AddFields
130
130
  from .sources.declarative.transformations.transformation import RecordTransformation
131
131
  from .sources.declarative.types import FieldPointer
132
+ from .sources.declarative.validators import DpathValidator, PredicateValidator, ValidateAdheresToSchema, ValidationStrategy, Validator
132
133
  from .sources.declarative.yaml_declarative_source import YamlDeclarativeSource
133
134
  from .sources.message import InMemoryMessageRepository, MessageRepository
134
135
  from .sources.source import TState
@@ -339,6 +340,12 @@ __all__ = [
339
340
  "Record",
340
341
  "Source",
341
342
  "StreamSlice",
343
+ # Validators
344
+ "Validator",
345
+ "DpathValidator",
346
+ "PredicateValidator",
347
+ "ValidationStrategy",
348
+ "ValidateAdheresToSchema",
342
349
  ]
343
350
 
344
351
  __version__: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-cdk
3
- Version: 6.56.7
3
+ Version: 6.56.7.post1.dev15934698385
4
4
  Summary: A framework for writing Airbyte Connectors.
5
5
  Home-page: https://airbyte.com
6
6
  License: MIT
@@ -1,4 +1,4 @@
1
- airbyte_cdk/__init__.py,sha256=52uncJvDQNHvwKxaqzXgnMYTptIl65LDJr2fvlk8-DU,11707
1
+ airbyte_cdk/__init__.py,sha256=r2Kow-7clQUNUdsgY4Mo3z9CIOH52vJ6Nz8UJ2K8g9M,11981
2
2
  airbyte_cdk/cli/__init__.py,sha256=CXsai3MYMLZ_sqi2vPAIVcKDun8VRqlv0cKffBI0iSY,346
3
3
  airbyte_cdk/cli/airbyte_cdk/__init__.py,sha256=8IoEcbdYr7CMAh97Xut5__uHH9vV4LKUtSBNTk3qEWY,2031
4
4
  airbyte_cdk/cli/airbyte_cdk/_connector.py,sha256=u5T_puPDVIsI-jdaQRsPI-Hd4AGoaVY8no2zgMFVOXQ,6164
@@ -423,9 +423,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
423
423
  airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
424
424
  airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
425
425
  airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
426
- airbyte_cdk-6.56.7.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
427
- airbyte_cdk-6.56.7.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
428
- airbyte_cdk-6.56.7.dist-info/METADATA,sha256=KqCnSx1P31HADnmA2gRYE6bTkOp0_55QBtNd_Zs-QBk,6392
429
- airbyte_cdk-6.56.7.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
430
- airbyte_cdk-6.56.7.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
431
- airbyte_cdk-6.56.7.dist-info/RECORD,,
426
+ airbyte_cdk-6.56.7.post1.dev15934698385.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
427
+ airbyte_cdk-6.56.7.post1.dev15934698385.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
428
+ airbyte_cdk-6.56.7.post1.dev15934698385.dist-info/METADATA,sha256=XNRGPTDNL0yI3XUb481UieWDqg6UTjxyMNpsX_jTKhI,6413
429
+ airbyte_cdk-6.56.7.post1.dev15934698385.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
430
+ airbyte_cdk-6.56.7.post1.dev15934698385.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
431
+ airbyte_cdk-6.56.7.post1.dev15934698385.dist-info/RECORD,,