Can I Sync Salesforce Metadata to My Destination?
Yes, Fivetran can sync Salesforce metadata, such as field descriptions, help text, and data types, to your destination using the following metadata objects:
EntityDefinition
: Contains metadata for all objects.FieldDefinition
: Contains metadata for object fields.
To sync this data to your destination, include the EntityDefinition
and FieldDefinition
tables in your connection schema. For more information on these objects, see the Salesforce Tooling API Objects documentation.