CREATE TABLE loader-target
The loader-target
table is required for an ingestion process that includes two additional parts:
- Part 2 - create an example data source and TOML configuration file
- Part 3 - run fbsql
loader
command to import data toloader-target
Syntax
CREATE TABLE loader-target (
_id id,
intf int,
stringf string,
idf id,
stringsetf stringset,
idsetf idset);
Next step
Create one of the following:
- Apache Impala data source and TOML configuration file, OR
- PostgreSQL data source and TOML configuration file