...
Write/Publish
Create new table
Info |
---|
NOTE: By default, the maximum length of values published to VARCHAR columns is 256 characters. As needed, this limit can be changed for multiple publication targets. For more information, see Configure Application Limits. |
| Databricks Tables Data Type | Notes | ||||
---|---|---|---|---|---|---|
String | string | |||||
Integer | bigint |
| ||||
Decimal | double | |||||
Bool | boolean | |||||
Datetime | Timestamp/string (see Notes on Datetime columns below) | Target data type is based on the underlying data. Time zone information is retained. | ||||
Object | string | |||||
Array | string |
...