What are the minimum permissions the user needs in order to run an ingestion job on a Postgres table?
g
gray-shoe-75895
05/05/2021, 3:59 AM
I’m not super sure about the specifics of Postgres, but generally you’d need to be able to list databases/schemas/tables, and describe tables. My guess is that SELECT permissions on all would be sufficient