Connector Improvement: Add the option to create a new connector using private link options
AnsweredHello Team
Current the API only support create a new connector using SSH Tunnel.
https://fivetran.com/docs/rest-api/connectors#createaconnector
Is there an option to add the private link config? At least it doesn't exists in the documentation
This is an example from python API
params = {
"service": "postgres_rds",
"group_id": target_group_id,
"trust_certificates": True,
"trust_fingerprints": True,
"run_setup_tests": True,
"paused": True,
"config": {
"schema_prefix": new_schema_prefix,
"host": target_host,
"port": target_port,
"database": target_database,
"user": "fivetran_appl",
"password": "topSecret",
"tunnel_host": "ssh.dest.com",
"tunnel_port": 22,
"tunnel_user": "user",
"connection_type": "SshTunnel", <------
"update_method": target_update_method,
"replication_slot": replication_slot
}
}
Thanks
-
Official comment
Hi Walter! PrivateLink is available as a value for the connection_type parameter in the config for Postgres and several other database connectors. See https://fivetran.com/docs/rest-api/connectors/config#postgres. Is this what you needed?
Thanks,
Amy
Please sign in to leave a comment.
Comments
1 comment