Hi,
How can we use the templates for the operators provided in TPT?
I am having problem in providing schema for producer operators...
Here is the script
DEFINE JOB jobname
DESCRIPTION '---'
(
DEFINE SCHEMA countries_SCHEMA @LoadTargetTable;
APPLY $INSERT @LoadTargetTable TO OPERATOR ($LOAD)
SELECT * FROM OPERATOR ($EXPORT('countries_SCHEMA'));
);
All variables are in seperate job variable file.
Error is - Unmatched function parenthesis -- '(' -- for operator EXPORT
↧