Parameter | Expected value |
|---|---|
name | The name that will be displayed to catalog users for this connection. |
code | The unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The type of connector to be used for the connection. Here, the value must be palantir and must not be modified. |
connection.url | Database address (example: https://tenant.palantirfoundry.fr/) |
connection.oauth.endpoint | (Optional) API's endpoint. Default value is from connection.url parameter completed by /multipass/api/oauth2/token. |
connection.oauth.client_id | Application ID (client) as defined in Palantir |
connection.oauth.client_secret | Application's password (client) as defined in Palantir |
connection.token | Authentication token |
Google Cloud Storage | |
connection.google_cloud.json_key | JSON key. Use either as: - an embedded raw value (use triple quotes """{ "json: "here" }""") - or as a file by setting a absolute file URL (e.g., file:///etc/bigquery/zeenea-key.json) Using the file URL to an external JSON key file is recommended. |
connection.google_cloud.project_id | Project Id used at connection. Invoices will be sent to this project. |
AWS - S3 The following parameters can be set to specify a region and an access key. If not set, information will be taken from: - Environment variables - Shared credential and config files - ECS container or EC2 instance role See Amazon documentation | |
connection.aws.region | Amazon S3 region |
connection.aws.access_key_id | Amazon S3 Access Key Identifier. Prefer to use container or instance role. |
connection.aws.secret_access_key | Amazon S3 Secret Access Key Prefer to use container or instance role. |
Azure ADLS Gen 2 Two authentication methods are available: - Service Account OAuth2 credentials (client_id, client_secret, tenant_id) - Account Key (account_name, account_key) | |
connection.azure.tenant_id | Tenant Identifier |
connection.azure.client_id | Client Application Identifier |
connection.azure.client_secret | Client Application Secret |
connection.azure.account_name | Storage Account Name |
connection.azure.account_key | Storage Account Secret Key |
Inventory | |
inventory.file_path | Path to the file containing the Resource Identifier (RID) in case the inventory is provided. The path must be formatted like: - AWS S3: s3://[bucket_name]/[optional_prefix]/[file_name] - Google Storage: gs://[bucket_name]/[optional_prefix]/[file_name] - Local File System: file:///path/to/file or /path/to/file - Azure ADLS Gen 2: http://[account_name].dfs.core.windows.net/[container_name]/[optional_prefix]/[file_name] Examples: connection.path = "aws://palantir-bucket/rids.txt" or connection.path = "/var/palantir/rids.txt" The file should contain a list of Resource Identifiers (RID), with one identifier per line. Example: ` ri.foundry.main.dataset.4bbacdc9-3965-45ff-b44a-1d8f64b822bb ri.foundry.main.dataset.6bf56e27-2106-42fb-aa81-4a012f865f84 ri.foundry.main.dataset.30399d1c-a942-4cb2-85eb-25f69db6fd72 ri.foundry.main.dataset.746fb5dd-9153-4a4a-b2c6-052ada4a900c ` |
inventory.from_datacatalog | Default value false. Set to true to filter on Palantir's data catalog objects. |
inventory.with_ontology | Default value false. Set to true to list datasets from ontology objects. They will be prefixed by /ontology only in the Zeenea selection import window. |
Filter | |
filter | To filter collections associated with datasets. |
Others | |
tls.truststore.path | The Trust Store file path. This file must be provided in case TLS encryption is activated (protocol https) and when certificates of servers are delivered by a specific authority. It must contain the certification chain. |
tls.truststore.password | Password of the trust store file |
tls.truststore.type | Type of the trust store file (PKCS12 or JKS). Default value is discovered from the file extension. |
proxy.scheme | Depending on the proxy, http or https |
proxy.hostname | Proxy address |
proxy.port | Proxy port |
proxy.username | Proxy username |
proxy.password | Proxy account password |
Object | Identification Key | Description |
|---|---|---|
Dataset | code/ri.foundry.main.dataset.rid | - code: Unique identifier of the connection noted in the configuration file - rid: Palantir Foundry dataset technical identifier |
Field | code/ri.foundry.main.dataset.rid/field name | - code: Unique identifier of the connection noted in the configuration file - rid: Palantir Foundry dataset technical identifier - field name |