Help Center/ DataArts Fabric/ Developer Guide/ Function Reference/ UDFs/ UDF Development (Python)/ Data Type Mapping
Updated on 2025-12-19 GMT+08:00
Data Type Mapping
The mapping between Python and DataArts Fabric SQL data types is shown in the table below.
| 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 |
Parent topic: UDF Development (Python)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot