Search code examples
postgresqletlkettlegreenplum

Kettle gpload failed ERROR: permission denied: no privilege to create a readable gpfdist(s) external table


When using kettle greenplum bulkloader and ERROR: permission denied: no privilege to create a readable gpfdist(s) external tableenter image description here


Solution

  • The user running the program in the database needs to have CREATEEXTTABLE privileges. You can do this with: ALTER ROLE CREATEEXTTABLE (type='readable').