Updated on 2025-09-18 GMT+08:00

Data Type Mapping

The mapping between Python and DataArts Fabric SQL data types is shown in the table below.

Table 1 Mapping between Python and DataArts Fabric SQL data types

Python

DataArts Fabric SQL

int

BIGINT

bool

BOOLEAN

float

DOUBLE PRECISION

str

TEXT

bytes

BYTEA

datetime.date

DATE

datetime.time

TIME

datetime.datetime

TIMESTAMP

decimal.Decimal

NUMERIC