airbyte-cdk 6.54.8.post2.dev15559989054__py3-none-any.whl → 6.54.9__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.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/entry_points.txt +0 -0
@@ -147,18 +147,16 @@ class JinjaInterpolation(Interpolation):
|
|
147
147
|
# It can be returned as is
|
148
148
|
return s
|
149
149
|
|
150
|
-
@staticmethod
|
151
150
|
@cache
|
152
|
-
def _find_undeclared_variables(s: Optional[str]) -> Set[str]:
|
151
|
+
def _find_undeclared_variables(self, s: Optional[str]) -> Set[str]:
|
153
152
|
"""
|
154
153
|
Find undeclared variables and cache them
|
155
154
|
"""
|
156
155
|
ast = _ENVIRONMENT.parse(s) # type: ignore # parse is able to handle None
|
157
156
|
return meta.find_undeclared_variables(ast)
|
158
157
|
|
159
|
-
@staticmethod
|
160
158
|
@cache
|
161
|
-
def _compile(s: str) -> Template:
|
159
|
+
def _compile(self, s: str) -> Template:
|
162
160
|
"""
|
163
161
|
We must cache the Jinja Template ourselves because we're using `from_string` instead of a template loader
|
164
162
|
"""
|
@@ -125,7 +125,7 @@ airbyte_cdk/sources/declarative/interpolation/interpolated_mapping.py,sha256=h36
|
|
125
125
|
airbyte_cdk/sources/declarative/interpolation/interpolated_nested_mapping.py,sha256=myVaNtFqxOAwrbp93rgd1dhkqyuvXvET9rsimQ89ktc,1873
|
126
126
|
airbyte_cdk/sources/declarative/interpolation/interpolated_string.py,sha256=CQkHqGlfa87G6VYMtBAQWin7ECKpfMdrDcg0JO5_rhc,3212
|
127
127
|
airbyte_cdk/sources/declarative/interpolation/interpolation.py,sha256=9IoeuWam3L6GyN10L6U8xNWXmkt9cnahSDNkez1OmFY,982
|
128
|
-
airbyte_cdk/sources/declarative/interpolation/jinja.py,sha256=
|
128
|
+
airbyte_cdk/sources/declarative/interpolation/jinja.py,sha256=wm_W3_usYU_3eUdSpzrj21qsk8-vcK8TtWEHQsH7SY4,7245
|
129
129
|
airbyte_cdk/sources/declarative/interpolation/macros.py,sha256=xRcmjape4_WGmKMJpmBsKY0k4OHJDM46Hv3V-dlSz3w,5640
|
130
130
|
airbyte_cdk/sources/declarative/manifest_declarative_source.py,sha256=ciXtM7Qhus170ZwP8B9Ac4VScX2FPBYvlbZRv_r376U,24692
|
131
131
|
airbyte_cdk/sources/declarative/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -420,9 +420,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
420
420
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
421
421
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
422
422
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
423
|
-
airbyte_cdk-6.54.
|
424
|
-
airbyte_cdk-6.54.
|
425
|
-
airbyte_cdk-6.54.
|
426
|
-
airbyte_cdk-6.54.
|
427
|
-
airbyte_cdk-6.54.
|
428
|
-
airbyte_cdk-6.54.
|
423
|
+
airbyte_cdk-6.54.9.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
424
|
+
airbyte_cdk-6.54.9.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
425
|
+
airbyte_cdk-6.54.9.dist-info/METADATA,sha256=g20X2L94686rOWrD-xHQY8rlWv-t8o3ZGqVZuGf-Hik,6343
|
426
|
+
airbyte_cdk-6.54.9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
427
|
+
airbyte_cdk-6.54.9.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
428
|
+
airbyte_cdk-6.54.9.dist-info/RECORD,,
|
{airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/LICENSE.txt
RENAMED
File without changes
|
{airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/LICENSE_SHORT
RENAMED
File without changes
|
File without changes
|
{airbyte_cdk-6.54.8.post2.dev15559989054.dist-info → airbyte_cdk-6.54.9.dist-info}/entry_points.txt
RENAMED
File without changes
|