Sreeram Venkitesh
04/18/2022, 4:25 PMpublic schema is accessible, but the data I want to copy resides in another schema.Jordan Fox
04/18/2022, 4:52 PMLOGIN permissions. You can create a role with CREATE ROLE <name> REPLICATION LOGIN; and grant that role to the user. You still need to make sure the user can connect to the database, use the schema, and to use SELECT on tables (the same are required for non-CDC incremental syncs and all full refreshes).
https://docs.airbyte.com/integrations/sources/postgres/Jordan Fox
04/18/2022, 4:52 PMSreeram Venkitesh
04/18/2022, 4:57 PMAugustin Lafanechere (Airbyte)
04/21/2022, 10:30 AMSreeram Venkitesh
04/21/2022, 12:26 PMREPLICATION permission, which was causing the schemas to be empty. Thanks for all the help!Jordan Fox
04/21/2022, 4:33 PM