Hi all,
I'm trying to use the redshift bulk uploader to with my in db (stream in)
and get this error when trying to create a temp table "
Error: Data Stream In (273): Error creating table "AYX2508292baf7b59a6ef0e4043763c29059daec4": [Redshift][ODBC Driver][Server]0A000
" title="
" /> External table names must be qualified by an external schema
CREATE EXTERNAL TABLE "AYX2508292baf7b59a6ef0e4043763c29059daec4" ("Account" varchar(40),"Attribute" varchar(30),"Attribute_Value" varchar(100))ROW FORMAT DELIMITED
FIELDS TERMINATED BY '' LOCATION 's3://(URL removed)"
I get this error when trying to write to a specfic table
Error: Output Data (268): Error creating table ""dev"."public"."dim"": [Redshift][ODBC Driver][Server]0A000

" title="

" /> External table names must be qualified by an external schema
CREATE EXTERNAL TABLE "dev"."public"."dim" ("Account" varchar(40),"Attribute" varchar(30),"Attribute_Value" varchar(100))ROW FORMAT DELIMITED
FIELDS TERMINATED BY '' LOCATION 's3:/(URL removed)'
it works fine for non bulk uploader
