2023-07-14 14:12:27 +02:00
---
title: Salesforce
slug: /connectors/database/salesforce
---
# Salesforce
{% multiTablesWrapper %}
| Feature | Status |
2023-08-20 20:08:30 -07:00
|:-------------------|:-----------------------------|
2023-07-14 14:12:27 +02:00
| Stage | PROD |
| Metadata | {% icon iconName="check" /%} |
| Query Usage | {% icon iconName="cross" /%} |
| Data Profiler | {% icon iconName="check" /%} |
| Data Quality | {% icon iconName="check" /%} |
2023-08-20 20:08:30 -07:00
| Lineage | {% icon iconName="cross" /%} |
2023-07-14 14:12:27 +02:00
| DBT | {% icon iconName="cross" /%} |
| Supported Versions | -- |
| Feature | Status |
2023-08-20 20:08:30 -07:00
|:-------------|:-----------------------------|
| Lineage | {% icon iconName="cross" /%} |
2023-07-14 14:12:27 +02:00
| Table-level | {% icon iconName="cross" /%} |
| Column-level | {% icon iconName="cross" /%} |
{% /multiTablesWrapper %}
In this section, we provide guides and references to use the Salesforce connector.
Configure and schedule Salesforce metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2023-08-25 08:49:58 +02:00
{% partial file="/v1.1.2/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/salesforce/yaml"} /%}
2023-07-14 14:12:27 +02:00
## Requirements
These are the permissions you will require to fetch the metadata from Salesforce.
- **API Access**: You must have the API Enabled permission in your Salesforce organization.
- **Object Permissions**: You must have read access to the Salesforce objects that you want to ingest.
## Metadata Ingestion
{% partial
2023-08-25 08:49:58 +02:00
file="/v1.1.2/connectors/metadata-ingestion-ui.md"
2023-07-14 14:12:27 +02:00
variables={
connector: "Salesforce",
2023-08-25 08:49:58 +02:00
selectServicePath: "/images/v1.1.2/connectors/salesforce/select-service.png",
addNewServicePath: "/images/v1.1.2/connectors/salesforce/add-new-service.png",
serviceConnectionPath: "/images/v1.1.2/connectors/salesforce/service-connection.png",
2023-07-14 14:12:27 +02:00
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Username**: Username to connect to the Salesforce. This user should have the access as defined in requirements.
- **Password**: Password to connect to Salesforce.
2023-08-20 20:08:30 -07:00
- **Security Token**: Salesforce Security Token is required to access the metadata through APIs. You can check out [this doc ](https://help.salesforce.com/s/articleView?id=sf.user_security_token.htm&type=5 ) on how to get the security token.
2023-07-14 14:12:27 +02:00
- **Salesforce Object Name**: Specify the Salesforce Object Name in case you want to ingest a specific object. If left blank, we will ingest all the Objects.
- **Salesforce API Version**: Follow the steps mentioned [here ](https://help.salesforce.com/s/articleView?id=000386929&type=1 ) to get the API version. Enter the numerical value in the field, For example `42.0` .
- **Salesforce Domain**: When connecting to Salesforce, you can specify the domain to use for accessing the platform. The common domains include `login` and `test` , and you can also utilize Salesforce My Domain.
By default, the domain `login` is used for accessing Salesforce.
2023-08-25 08:49:58 +02:00
{% partial file="/v1.1.2/connectors/database/advanced-configuration.md" /%}
2023-07-14 14:12:27 +02:00
{% /extraContent %}
2023-08-25 08:49:58 +02:00
{% partial file="/v1.1.2/connectors/test-connection.md" /%}
2023-07-14 14:12:27 +02:00
2023-08-25 08:49:58 +02:00
{% partial file="/v1.1.2/connectors/database/configure-ingestion.md" /%}
2023-07-14 14:12:27 +02:00
2023-08-25 08:49:58 +02:00
{% partial file="/v1.1.2/connectors/ingestion-schedule-and-deploy.md" /%}
2023-07-14 14:12:27 +02:00
{% /stepsContainer %}
2023-08-25 08:49:58 +02:00
{% partial file="/v1.1.2/connectors/troubleshooting.md" /%}
2023-07-14 14:12:27 +02:00
2023-08-25 08:49:58 +02:00
{% partial file="/v1.1.2/connectors/database/related.md" /%}