Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2025 12:32 PM
Reading the UC OSS doc - https://docs.unitycatalog.io/usage/tables/formats/
it does not support all data types
columns |
The columns of the table in SQL-like format "column_name column_data_type". Supported data types include BOOLEAN, BYTE, SHORT, INT, LONG, FLOAT, DOUBLE, DATE, TIMESTAMP, TIMESTAMP_NTZ, STRING, BINARY, DECIMAL. Separate multiple columns with a comma (e.g., "id INT, name STRING") |
Databricks sdk doc https://databricks-sdk-py.readthedocs.io/en/latest/dbdataclasses/catalog.html#databricks.sdk.service... does support it.
https://docs.databricks.com/aws/en/sql/language-manual/data-types/geometry-type is supported on Databricks Runtime 17.1 and above.
And can you please share the details of the table as well, Iceberg tables do not support GEOMETRY columns.