What are the minimum permissions the user needs in...
# ingestion
h
What are the minimum permissions the user needs in order to run an ingestion job on a Postgres table?
g
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