ObjectType
data class ObjectType(val properties: LinkedHashMap<String, FieldType>, val additionalProperties: Boolean = true, val required: List<String> = emptyList<String>()) : AirbyteType
Functions
Link copied to clipboard
Utility method for database/warehouse destinations, which assume that the top-level schema is an object.
Link copied to clipboard
Link copied to clipboard
This function exists so that our tests can easily mock a DestinationStream, while still getting a real value for unknownColumnChanges.
Link copied to clipboard