SAS Data Sets(SAS 数据集(SAS Data Sets))¶
The SAS Data Sets connector is a Palantir-provided driver for SAS Data Sets.
To create a new SAS Data Sets source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for SAS Data Sets-specific configuration and networking. For the complete property reference, see the official SAS Data Sets driver documentation ↗.
Configuration¶
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
ConnectionType ↗ |
Mandatory | Specifies the file storage service, server, or file access protocol through which your SAS Data Sets files are stored and retrieved. | Local |
URI ↗ |
Mandatory | The Uniform Resource Identifier (URI) for the SAS resource location. | C:\myfolder |
InitiateOAuth ↗ |
Recommended | Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working. | REFRESH |
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. | — |
中文翻译¶
SAS 数据集(SAS Data Sets)¶
SAS 数据集(SAS Data Sets)连接器是一个由 Palantir 提供的驱动程序(Palantir-provided driver),用于连接 SAS 数据集。
要创建新的 SAS 数据集源,请遵循 Palantir 提供驱动程序的标准设置流程,然后使用以下各节进行 SAS 数据集特有的配置和网络设置。有关完整的属性参考,请参阅 官方 SAS 数据集驱动程序文档 ↗。
配置(Configuration)¶
以下属性为必填或推荐项。
| 属性 | 是否必填 | 描述 | 默认值 |
|---|---|---|---|
ConnectionType ↗ |
必填 | 指定用于存储和检索 SAS 数据集文件的文件存储服务、服务器或文件访问协议。 | Local |
URI ↗ |
必填 | SAS 资源位置的统一资源标识符(URI)。 | C:\myfolder |
InitiateOAuth ↗ |
推荐 | 指定获取或刷新 OAuth 访问令牌的过程,该令牌用于在已认证的授权用户工作时维持其访问权限。 | REFRESH |
OAuthClientId ↗ |
推荐 | 指定创建自定义 OAuth 应用程序时分配的客户端 ID(也称为消费者密钥)。该 ID 用于在 OAuth 授权服务器上注册自定义应用程序。 | — |
OAuthClientSecret ↗ |
推荐 | 指定创建自定义 OAuth 应用程序时分配的客户端密钥(也称为消费者密钥)。该密钥用于在 OAuth 授权服务器上注册自定义应用程序。 | — |