Data transformation
This section describes how to ingest data into your target system using SQL to create jobs.
Upsolver includes hundreds of built-in functions and operators. Take a look at the reference guide to see how you can customize your jobs.
Just like ingestion jobs, these jobs can automatically infer the schema and populate the column names and types in the target table, provided that the
ADD_MISSING_COLUMNS
option is enabled.Last modified 1mo ago