We have a greenplum data source connected in dremio (connected as a postgress), while access to some schemes is closed. When you try to access them, the data is not displayed, and the message is written in the job results:
Source ‘source’ returned error 'ERROR: permission denied for schema closed_schema
Is there a standard mechanism for automatic (not manual) exclusion of unaccessible schemas and tables from the list of available ones? It would be nice to turn them off from auto-update metadata.
Or does this need to be implemented independently?
Thx.
Instead of this schema, is it possible to create a schema/user in PG that has select on the specific schemas/tables that you need from Dremio and use that in the Dremio PG source settings?
External web tables easily will work between Dremio <–> Greenplum. And Postgres knows nothing about Greenplum. forget PG. It’s the GP stuff you need to be able to read. gpadmin/gpadmin