PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

Fix!: Handle cases of `anyOf(string, object)` by casting to `object`/`JSON`/`VARIANT`

Open aaronsteers opened this issue 9 months ago • 2 comments

Resolves: #244

Fixes a condition where loads will fail if schema is defined as being either "string" or "object".

In these cases, we will begin to fail over to "object" type, which would then be interpreted as "JSON" or "VARIANT".

aaronsteers avatar May 17 '24 19:05 aaronsteers