SybaseIQ

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 ↗.

Supported capabilities

CapabilityStatus
Exploration🟢 Generally available
Batch syncs🟢 Generally available
Incremental🟢 Generally available
Table exports🟢 Generally available

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
AuthSchemeMandatoryThe scheme used for authentication. Accepted entries are Password, Kerberos.Password
ConnectionTypeMandatoryThis option specifies whether to connect to a SybaseIQ server or a SQLAnywhere server.SybaseIQ
DatabaseMandatoryThe name of the SybaseIQ or SAP SQL Anywhere database.
PortMandatoryThe port of the SybaseIQ database.2638
ServerMandatoryThe name of the server running the SybaseIQ or SAP SQL Anywhere Database.{serverAddress}
UseSSLMandatoryThis field sets whether SSL is enabled. For the Sybase IQ, it is available only when the server version is 16.1 or higher.TRUE
PasswordRecommendedSpecifies the authenticating user's password.
QueryPassthroughRecommendedThis option passes the query to the SybaseIQ server as is.FALSE
SSLServerCertRecommendedSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.
UserRecommendedSpecifies the authenticating user's user ID.

Networking

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.

DomainRequired
<Server>:<Port>Always. Server and Port connection properties; default Port=2638
<KerberosKDC>:88If AuthScheme=Kerberos
<KerberosServiceKDC>:88If AuthScheme=Kerberos and Kerberos topology uses multiple realms

Table exports

This connector supports table exports. Learn how to set up a table export.