Redshift Spectrum is giving the below error which executing the SELECT statements for the external table created.
ERROR: Failed to incorporate external table "schmaname"."tablename" into local catalog.
The external table has limited number of columns, say 50.
I can query on the same table with the superuser and with a different set of a user without any issues. Is there any user settings need to be changed apart from the GRANT
USAGE
on the schema to the user? - Joe HarrisUSAGE
andSELECT
grants are applied to the user on the particular schema. - DJo