Skip to content

Commit c9ffb17

Browse files
committed
temp fix
1 parent 2cacdd6 commit c9ffb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def get_json_schema(self) -> Mapping[str, Any]:
153153
)
154154
properties[key] = value
155155

156-
filtered_transformed_properties = self._transform(self._filter(properties))
156+
filtered_transformed_properties = self._transform(properties)
157157

158158
return {
159159
"$schema": "https://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)