airbyte-cdk 6.8.1rc5__py3-none-any.whl → 6.8.1rc6__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/interpolation/jinja.py +2 -4
- {airbyte_cdk-6.8.1rc5.dist-info → airbyte_cdk-6.8.1rc6.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.8.1rc5.dist-info → airbyte_cdk-6.8.1rc6.dist-info}/RECORD +6 -6
- {airbyte_cdk-6.8.1rc5.dist-info → airbyte_cdk-6.8.1rc6.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.8.1rc5.dist-info → airbyte_cdk-6.8.1rc6.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.8.1rc5.dist-info → airbyte_cdk-6.8.1rc6.dist-info}/entry_points.txt +0 -0
@@ -106,10 +106,8 @@ class JinjaInterpolation(Interpolation):
|
|
106
106
|
except UndefinedError:
|
107
107
|
pass
|
108
108
|
|
109
|
-
|
110
|
-
|
111
|
-
return self._literal_eval(self._eval(default, context), valid_types)
|
112
|
-
raise ValueError(f"Cound not interpolate {input_str} and no default provided to fallback")
|
109
|
+
# If result is empty or resulted in an undefined error, evaluate and return the default string
|
110
|
+
return self._literal_eval(self._eval(default, context), valid_types)
|
113
111
|
|
114
112
|
def _literal_eval(self, result: Optional[str], valid_types: Optional[Tuple[Type[Any]]]) -> Any:
|
115
113
|
try:
|
@@ -97,7 +97,7 @@ airbyte_cdk/sources/declarative/interpolation/interpolated_mapping.py,sha256=UrF
|
|
97
97
|
airbyte_cdk/sources/declarative/interpolation/interpolated_nested_mapping.py,sha256=i2L0gREX8nHA-pKokdVqwBf4aJgWP71KOxIABj_DHcY,1857
|
98
98
|
airbyte_cdk/sources/declarative/interpolation/interpolated_string.py,sha256=LYEZnZ_hB7rvBSZxG9s0RSrzsOkDWbBY0_P6qu5lEfc,3212
|
99
99
|
airbyte_cdk/sources/declarative/interpolation/interpolation.py,sha256=-V5UddGm69UKEB6o_O1EIES9kfY8FV_X4Ji8w1yOuSA,981
|
100
|
-
airbyte_cdk/sources/declarative/interpolation/jinja.py,sha256=
|
100
|
+
airbyte_cdk/sources/declarative/interpolation/jinja.py,sha256=hhms7WeZuPE54BRanmlCvTaiSaU6sIqUk47N87izTN0,6432
|
101
101
|
airbyte_cdk/sources/declarative/interpolation/macros.py,sha256=QgIfSVPHx_MMUCgbQdm-NMpUlp_cpk0OQhoRDFtkrxE,4040
|
102
102
|
airbyte_cdk/sources/declarative/manifest_declarative_source.py,sha256=FEOmFo2mwdpmO8pH9jnw-sUAnijjuigZWYqH_0Gq9oQ,12919
|
103
103
|
airbyte_cdk/sources/declarative/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -330,8 +330,8 @@ airbyte_cdk/utils/slice_hasher.py,sha256=-pHexlNYoWYPnXNH-M7HEbjmeJe9Zk7SJijdQ7d
|
|
330
330
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=LVc9KbtMeV_z99jWo0Ou8u4l6eBJ0BWNhxj4zrrGKRs,763
|
331
331
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
332
332
|
airbyte_cdk/utils/traced_exception.py,sha256=a6q51tBS3IdtefuOiL1eBwSmnNAXfjFMlMjSIQ_Tl-o,6165
|
333
|
-
airbyte_cdk-6.8.
|
334
|
-
airbyte_cdk-6.8.
|
335
|
-
airbyte_cdk-6.8.
|
336
|
-
airbyte_cdk-6.8.
|
337
|
-
airbyte_cdk-6.8.
|
333
|
+
airbyte_cdk-6.8.1rc6.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
334
|
+
airbyte_cdk-6.8.1rc6.dist-info/METADATA,sha256=hIuuXLu8aB31Ru7gvg99UecbsE_uRdvwX8TLSBXVBXg,13522
|
335
|
+
airbyte_cdk-6.8.1rc6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
336
|
+
airbyte_cdk-6.8.1rc6.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
337
|
+
airbyte_cdk-6.8.1rc6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|