Skip to content

Commit 8f047b9

Browse files
authored
Apply suggestion from @aaronsteers
1 parent 061de78 commit 8f047b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/sources/utils/transform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def resolve(subschema: dict[str, Any]) -> dict[str, Any]:
216216
).resolve(ref_url)
217217
return cast(dict[str, Any], resolved)
218218
except Exception:
219+
# If both fail, we'll return original subschema, below.
219220
pass
220221

221222
return subschema

0 commit comments

Comments
 (0)