Closed
Description
- Update the catalog with the new
$ref
types (e.g. https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/bases/standard-destination-test/src/main/resources/data_type_basic_test_catalog.json) - Update the corresponding
*_messages.txt
files with string-wrapped numbers
We should keep the old-style catalog+message files for connectors which haven't been updated, and add some sort of supportsWellKnownDataTypes
flag in the DAT base class to select the appropriate catalog. Or maybe we can take advantage of platform's protocol versioning logic here.
Definition of done:
- all DDTs can be run with new protocol version
- all DDTs still run and pass with old protocol version
Caveat: cannot fully verify this E2E until there is a destination that supports new protocol version