Configuring your generic Postgres destination.
5432
) from the static IP.1024
to 65535
to the static IP.create
and temporary
privileges on the database. create
allows the service to create new schemas and temporary
allows the service to create temporary tables.schema
already existsBy default, the service creates a new schema based on the destination configuration (in the next step). If you prefer to create the schema yourself before connecting the destination, you must ensure that the writer user has the proper permissions on the schema, using GRANT ALL ON schema <schema> TO <username>;