Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Salesforce Pardot APIs.
Key Features
- The driver models Salesforce Pardot entities like documents, folders, and groups as relational views, allowing you to write SQL to query Salesforce Pardot data.
- Stored procedures allow you to execute operations to Salesforce Pardot, including retrieving the access token and keeping it refreshed in OAuth 2.0.
- Live connectivity to these objects means any changes to your Salesforce Pardot account are immediately reflected when using the driver.
Collaborative Query Processing
The driver offloads as much of the SELECT statement processing as possible to Salesforce Pardot and then processes the rest of the query in memory. API limitations and requirements are also documented in this section.
See SupportEnhancedSQL for more information on how the driver circumvents API limitations with in-memory client-side processing.