5432
) from 35.192.85.117
.1024
to 65535
to 35.192.85.117
.create
and temporary
privileges on the database. create
allows the service to create new schemas and temporary
allows the service to create temporary tables.🚧 If theschema
already exists By 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, usingGRANT ALL ON schema <schema> TO <username>;