airbyte-cdk 6.56.3.post9.dev15860651667__py3-none-any.whl → 6.56.3.post10.dev15861103936__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/sources/declarative/validators/predicate_validator.py +3 -2
- {airbyte_cdk-6.56.3.post9.dev15860651667.dist-info → airbyte_cdk-6.56.3.post10.dev15861103936.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.56.3.post9.dev15860651667.dist-info → airbyte_cdk-6.56.3.post10.dev15861103936.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.56.3.post9.dev15860651667.dist-info → airbyte_cdk-6.56.3.post10.dev15861103936.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.56.3.post9.dev15860651667.dist-info → airbyte_cdk-6.56.3.post10.dev15861103936.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.56.3.post9.dev15860651667.dist-info → airbyte_cdk-6.56.3.post10.dev15861103936.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.56.3.post9.dev15860651667.dist-info → airbyte_cdk-6.56.3.post10.dev15861103936.dist-info}/entry_points.txt +0 -0
@@ -6,10 +6,11 @@ from dataclasses import dataclass
|
|
6
6
|
from typing import Any
|
7
7
|
|
8
8
|
from airbyte_cdk.sources.declarative.validators.validation_strategy import ValidationStrategy
|
9
|
+
from airbyte_cdk.sources.declarative.validators.validator import Validator
|
9
10
|
|
10
11
|
|
11
12
|
@dataclass
|
12
|
-
class PredicateValidator:
|
13
|
+
class PredicateValidator(Validator):
|
13
14
|
"""
|
14
15
|
Validator that applies a validation strategy to a value.
|
15
16
|
"""
|
@@ -17,7 +18,7 @@ class PredicateValidator:
|
|
17
18
|
value: Any
|
18
19
|
strategy: ValidationStrategy
|
19
20
|
|
20
|
-
def validate(self) -> None:
|
21
|
+
def validate(self, input_data: Any) -> None:
|
21
22
|
"""
|
22
23
|
Applies the validation strategy to the value.
|
23
24
|
|
@@ -239,7 +239,7 @@ airbyte_cdk/sources/declarative/transformations/transformation.py,sha256=4sXtx9c
|
|
239
239
|
airbyte_cdk/sources/declarative/types.py,sha256=yqx0xlZv_76tkC7fqJKefmvl4GJJ8mXbeddwVV8XRJU,778
|
240
240
|
airbyte_cdk/sources/declarative/validators/__init__.py,sha256=9vpthOMv7BZ7Juic-C4W8l12XPWIm0OPweWMNIA4gbc,809
|
241
241
|
airbyte_cdk/sources/declarative/validators/dpath_validator.py,sha256=MEehshc7YiqUhTNm7qN6mN6JBdkQcYsoLPqAQYIE_-0,2179
|
242
|
-
airbyte_cdk/sources/declarative/validators/predicate_validator.py,sha256=
|
242
|
+
airbyte_cdk/sources/declarative/validators/predicate_validator.py,sha256=XXDAAUsWV2hJ-LRrPMwLMkYj_oZyrlW06ciulpZVGrY,685
|
243
243
|
airbyte_cdk/sources/declarative/validators/validate_adheres_to_schema.py,sha256=kjcuKxWMJEzpF4GiESITGMxBAXw6YZCAsgOQMgeBo4g,1085
|
244
244
|
airbyte_cdk/sources/declarative/validators/validate_in_line_condition.py,sha256=2TExLLDnp2qStLfQRtvteO2EO9doVqPbxjY8wzKSDEA,1488
|
245
245
|
airbyte_cdk/sources/declarative/validators/validation_strategy.py,sha256=LwqUX89cFdHTM1-h6c8vebBA9WC38HYoGBvJfCZHr0g,467
|
@@ -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=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
427
|
-
airbyte_cdk-6.56.3.
|
428
|
-
airbyte_cdk-6.56.3.
|
429
|
-
airbyte_cdk-6.56.3.
|
430
|
-
airbyte_cdk-6.56.3.
|
431
|
-
airbyte_cdk-6.56.3.
|
432
|
-
airbyte_cdk-6.56.3.
|
427
|
+
airbyte_cdk-6.56.3.post10.dev15861103936.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
428
|
+
airbyte_cdk-6.56.3.post10.dev15861103936.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
429
|
+
airbyte_cdk-6.56.3.post10.dev15861103936.dist-info/METADATA,sha256=zRchn_rYsfqREtpW-e0deBbMgkwwthyFfpojT7zNyZQ,6414
|
430
|
+
airbyte_cdk-6.56.3.post10.dev15861103936.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
431
|
+
airbyte_cdk-6.56.3.post10.dev15861103936.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
432
|
+
airbyte_cdk-6.56.3.post10.dev15861103936.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|