You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once those tasks are complete, we can start upgrading connectors to the new protocol. Specifically, these changes need to happen in each destination connector that cares about data types:
check the catalog for $ref: well_known_types....Foo rather than checking {type: foo} (/ airbyte_type / format)
handle stringified numeric values (int/float/etc)
handle binary data (a v0 implementation is to just treat it as a string, since the JSON blob will contain the base64-encoded data rather than raw binary)
(this does not depend on #17639, because it's purely about consuming the new protocol rather than forcing anyone to use it)
Once #17486 is approved and merged, we need to make these changes:
$ref
data types (including binary data) #17642Once those tasks are complete, we can start upgrading connectors to the new protocol. Specifically, these changes need to happen in each destination connector that cares about data types:
$ref: well_known_types....Foo
rather than checking{type: foo}
(/ airbyte_type / format)Affected destinations:
JsonToAvroSchemaConverter
, but might have some extra logic surrounding it)airbyte/airbyte-integrations/connectors/destination-aws-datalake/destination_aws_datalake/destination.py
Line 54 in b4fd1ea
The text was updated successfully, but these errors were encountered: