UnknownType

data class UnknownType(val schema: JsonNode) : AirbyteType

Constructors

Link copied to clipboard
constructor(schema: JsonNode)

Properties

Link copied to clipboard
open val isArray: Boolean = false
Link copied to clipboard
open val isObject: Boolean = false
Link copied to clipboard
val schema: JsonNode

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