Flow Schema Inference | VantageCloud Lake - Schema Inference - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

If a specified target table does not exist, Flow infers the schema of each source and creates the target table.

Flow maps source data types to target table columns as follows. Flow supports only scalar data types.

Source Data Type Target Data Type (Inferred)
BYTEINT Same
SMALLINT
INTEGER, INT
BIGINT
DOUBLE PRECISION, FLOAT, REAL
DECIMAL, DEC, NUMERIC
CHARACTER, CHAR
VARCHAR, CHARACTER VARYING
DATE
TIME
TIME WITH TIMEZONE
TIMESTAMP
TIMESTAMP WITH TIMEZONE
Other VARCHAR

You can override inferred types with Schema Hints.