The SybaseIQ connector is a Palantir-provided driver for SybaseIQ.
To create a new SybaseIQ source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for SybaseIQ-specific configuration and networking. For the complete property reference, see the official SybaseIQ driver documentation ↗.
| Capability | Status |
|---|---|
| Exploration | 🟢 Generally available |
| Batch syncs | 🟢 Generally available |
| Incremental | 🟢 Generally available |
| Table exports | 🟢 Generally available |
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
AuthScheme ↗ | Mandatory | The scheme used for authentication. Accepted entries are Password, Kerberos. | Password |
ConnectionType ↗ | Mandatory | This option specifies whether to connect to a SybaseIQ server or a SQLAnywhere server. | SybaseIQ |
Database ↗ | Mandatory | The name of the SybaseIQ or SAP SQL Anywhere database. | — |
Port ↗ | Mandatory | The port of the SybaseIQ database. | 2638 |
Server ↗ | Mandatory | The name of the server running the SybaseIQ or SAP SQL Anywhere Database. | {serverAddress} |
UseSSL ↗ | Mandatory | This field sets whether SSL is enabled. For the Sybase IQ, it is available only when the server version is 16.1 or higher. | TRUE |
Password ↗ | Recommended | Specifies the authenticating user's password. | — |
QueryPassthrough ↗ | Recommended | This option passes the query to the SybaseIQ server as is. | FALSE |
SSLServerCert ↗ | Recommended | Specifies the certificate to be accepted from the server when connecting using TLS/SSL. | — |
User ↗ | Recommended | Specifies the authenticating user's user ID. | — |
The table below lists the domains that the source must be able to access to run.
For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.
| Domain | Required |
|---|---|
| <Server>:<Port> | Always. Server and Port connection properties; default Port=2638 |
| <KerberosKDC>:88 | If AuthScheme=Kerberos |
| <KerberosServiceKDC>:88 | If AuthScheme=Kerberos and Kerberos topology uses multiple realms |
This connector supports table exports. Learn how to set up a table export.