ETLRoute Table
Jump to navigation
Jump to search
The ETLRoute controls how types of files get routed to ETL exploitation processes.
CREATE TABLE "ETLRoute" (
"LoadConfigurationID" integer DEFAULT 0 NOT NULL,
"FileTypeID" smallint DEFAULT 0 NOT NULL,
"ETLQueueName" text NOT NULL
);