Skip to main content

Supported data types

When processing data in Prophecy, the available data types depend on which SQL warehouse your organization uses. This guide outlines which data types are supported in Prophecy for each platform. You'll work with data types when reading data sources and defining their schemas.

Infer schema

Data types

The tables below list the data types Prophecy supports depending on the SQL warehouse you use for processing.

The data types you see in Prophecy correspond to data types in Databricks SQL.

Data typeDescription
ArrayRepresents values comprising a sequence of elements.
BigintRepresents 8-byte signed integer numbers.
BinaryRepresents byte sequence values. Only partially supported in the Prophecy UI.
BooleanRepresents true and false values.
DateRepresents values comprising year, month, and day, without a timezone.
DecimalRepresents numbers with maximum precision and fixed scale.
DoubleRepresents 8-byte double-precision floating point numbers.
FloatRepresents 4-byte single-precision floating point numbers.
IntegerRepresents 4-byte signed integer numbers.
SmallintRepresents 2-byte signed integer numbers.
StringRepresents character string values.
StructRepresents values with the structure described by a sequence of fields.
TimestampRepresents values comprising year, month, day, hour, minute, and second, with a timezone.
TinyintRepresents 1-byte signed integer numbers.
VariantRepresents semi-structured data. Only partially supported in the Prophecy UI.
VoidRepresents the untyped NULL. Only partially supported in the Prophecy UI.