...
Source Data Type | Supported |
| ||||
---|---|---|---|---|---|---|
string | Y | String | ||||
bigint | Y | Integer | ||||
double precision | Y | Decimal | ||||
bool | Y | Boolean | ||||
date | Y | DateTime | ||||
timestamp | Y | DateTime |
Notes:
- After a dataset has been imported using custom SQL from Redshift, disabling type inference may not revert to the source data types for some columns. The workaround is to create a new imported dataset using the same custom SQL with type inference disabled before import. After the dataset is created, use it as a replacement for the corrupted instances of the previous Redshift dataset.
Write/Publish
Create new table
...