-2

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

Community
  • 1
  • 1
Galen
  • 5
  • 4
  • 1
    Please check [How to ask question](https://stackoverflow.com/help/asking) and format your question properly esp the code. – Morse Apr 13 '18 at 02:40

1 Answers1

1

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