Ingest using SQL by API
In Imply Polaris, you can use SQL to define batch ingestion using the Jobs API. With SQL-based ingestion, you describe the source data, destination table, and any data transformations in a single SQL statement. SQL-based ingestion is an alternative approach to using the ingestion job spec to create your batch ingestion job.
Note that you can also submit SQL-based ingestion jobs using async queries with the Query API. For more information, see Query data from deep storage.
This topic shows you how to submit a SQL-based ingestion job using the API.