SAP HANA XSA¶
The SAP HANA XSA connector is a Palantir-provided driver for SAP HANA XSA.
To create a new SAP HANA XSA source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for SAP HANA XSA-specific configuration and networking. For the complete property reference, see the official SAP HANA XSA driver documentation ↗.
Configuration¶
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
URL ↗ |
Mandatory | The OData service endpoint. | https://{host}:{port}/{odataService} |
AuthScheme ↗ |
Recommended | The type of authentication to use when connecting to SAP HANA XSA. | OAuthPassword |
InitiateOAuth ↗ |
Recommended | Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working. | GETANDREFRESH |
OAuthClientId ↗ |
Recommended | Specifies the client Id that was assigned when the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server. | — |
OAuthClientSecret ↗ |
Recommended | Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret). This secret registers the custom application with the OAuth authorization server. | — |
OAuthGrantType ↗ |
Recommended | Specifies the grant type for the chosen OAuth flow. This value should be the same as the grant_type that was set during OAuth custom application creation. | PASSWORD |
Password ↗ |
Recommended | Specifies the password of the authenticating user account. | — |
User ↗ |
Recommended | Specifies the user ID of the authenticating SAP HANA XSA user account. | — |
XSUAAURL ↗ |
Recommended | The URL to retrieve the OAuth access token from. | — |
Networking¶
The table below lists the domains that the source needs to be able to access in order to successfully 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 |
|---|---|
| \ |
Always. OData Service Endpoint - URL connection property (i.e., URL='http://hxehost.com/euro.xsodata') |
| \ |
If AuthScheme=OAuth,OAuthPassword - URL to retrieve Access Token from |
中文翻译¶
SAP HANA XSA¶
SAP HANA XSA 连接器是 Palantir 提供的用于 SAP HANA XSA 的驱动程序(Palantir 提供的驱动程序)。
要创建新的 SAP HANA XSA 数据源,请遵循 Palantir 提供的驱动程序的标准设置流程,然后使用以下各节进行 SAP HANA XSA 特定的配置和网络设置。有关完整的属性参考,请参阅 官方 SAP HANA XSA 驱动程序文档 ↗。
配置¶
以下属性为必填或推荐项。
| 属性 | 是否必填 | 描述 | 默认值 |
|---|---|---|---|
URL ↗ |
必填 | OData 服务端点。 | https://{host}:{port}/{odataService} |
AuthScheme ↗ |
推荐 | 连接到 SAP HANA XSA 时使用的身份验证类型。 | OAuthPassword |
InitiateOAuth ↗ |
推荐 | 指定获取或刷新 OAuth 访问令牌的过程,该令牌在已认证授权用户工作时维持其访问权限。 | GETANDREFRESH |
OAuthClientId ↗ |
推荐 | 指定创建自定义 OAuth 应用程序时分配的客户端 ID(也称为消费者密钥)。此 ID 将自定义应用程序注册到 OAuth 授权服务器。 | — |
OAuthClientSecret ↗ |
推荐 | 指定创建自定义 OAuth 应用程序时分配的客户端密钥(也称为消费者密钥)。此密钥将自定义应用程序注册到 OAuth 授权服务器。 | — |
OAuthGrantType ↗ |
推荐 | 指定所选 OAuth 流程的授权类型。此值应与创建 OAuth 自定义应用程序时设置的 grant_type 相同。 | PASSWORD |
Password ↗ |
推荐 | 指定认证用户账户的密码。 | — |
User ↗ |
推荐 | 指定认证 SAP HANA XSA 用户账户的用户 ID。 | — |
XSUAAURL ↗ |
推荐 | 用于获取 OAuth 访问令牌的 URL。 | — |
网络设置¶
下表列出了数据源成功运行所需访问的域名。
对于每个域名,请添加相应的出站策略。如果数据源托管在本地且无法从 Foundry 直接访问,请改用代理出站策略;代理主机本身也必须能够访问列出的域名。详情请参阅使用代理作为代理服务器。
| 域名 | 是否必填 |
|---|---|
| \ |
始终必填。OData 服务端点 - URL 连接属性(例如 URL='http://hxehost.com/euro.xsodata') |
| \ |
如果 AuthScheme=OAuth,OAuthPassword - 用于获取访问令牌的 URL |