When using kettle greenplum bulkloader and ERROR: permission denied: no privilege to create a readable gpfdist(s) external tableenter image description here
The user running the program in the database needs to have CREATEEXTTABLE privileges. You can do this with: ALTER ROLE CREATEEXTTABLE (type='readable').