What does Atlan crawl from Salesforce?

Have more questions? Submit a request

Atlan only performs GET requests on these five endpoints:

  1. sObject Basic Information
  2. Query
  3. Reports
  4. Dashboards
  5. Folders
πŸ’ͺ Did you know? Each endpoint will be set in its own OAuth client session. For every API request, it will hit the Salesforce login endpoint, which means there will be at least five (same as the number of endpoints above) login entries in your Salesforce account's login history within the duration of the scheduled workflow run.

Atlan crawls and maps the following assets and properties from Salesforce.

Once you've crawled Salesforce, you can use connector-specific filters for quick asset discovery. The following filters are currently supported for these assets:

  • Fields β€” Is encrypted and Is required filters

Organizations

Atlan maps organizations from Salesforce to its SalesforceOrganization asset type.

Source property Atlan property
id sourceId
name name
description description
webUrl sourceURL
createdDate sourceCreatedAt
lastModifiedDate sourceUpdatedAt
createdBy sourceCreatedBy
lastModifiedBy sourceUpdatedBy

Objects

Atlan maps objects from Salesforce to its SalesforceObject asset type.

Source property Atlan property
label name
name apiName
description description
custom isCustom
mergable isMergable
queryable isQueryable
fieldCount fieldCount
webUrl sourceURL
lastModifiedDate sourceUpdatedAt
lastModifiedBy sourceUpdatedBy

Fields

Atlan maps fields from Salesforce to its SalesforceField asset type.

Source property Atlan property
label name
name apiName
type dataType
description description
lastModifiedDate sourceUpdatedAt
lastModifiedBy sourceUpdatedBy
calculated isCalculated
calculatedFormula formula
defaultValue defaultValue
caseSensitive isCaseSensitive
custom isCustom
encrypted isEncrypted
nillable isNullable
polymorphicForeignKey isPolymorphicForeignKey
order order
length maxLength
precision precision
scale numericScale
unique isUnique
inlineHelpText inlineHelpText
picklistValues picklistValues

Reports

Atlan maps reports from Salesforce to its SalesforceReport asset type.

Source property Atlan property
id sourceId
name name
reportType reportType
detailColumns detailColumns
description description
webUrl sourceURL
createdDate sourceCreatedAt
lastModifiedDate sourceUpdatedAt
createdBy sourceCreatedBy
lastModifiedBy sourceUpdatedBy

Dashboards

Atlan maps dashboards from Salesforce to its SalesforceDashboard asset type.

Source property Atlan property
id sourceId
name name
dashboardType dashboardType
reportCount reportCount
description description
webUrl sourceURL

Related articles

Was this article helpful?
1 out of 1 found this helpful