Pendo connector reference
This feature is in Beta. Workspace admins can control access to this feature from the Previews page. See Manage Databricks previews.
This page provides reference information for the Pendo connector, including supported tables and their schemas.
Supported source tables
The Pendo connector supports the following source tables:
Source table | Primary key | Description | Sync mode |
|---|---|---|---|
|
| Pages tracked in your Pendo subscription, including page rules, group membership, and authoring metadata. | Full refresh only |
|
| Features tracked in your Pendo subscription, including element selection rules, event property configurations, and group membership. | Full refresh only |
|
| In-product guides, including audience, steps, polls, conversion settings, and publishing state. | Full refresh only |
|
| Saved reports, including definition, aggregation, scope, sharing, and last-run metadata. | Full refresh only |
page schema
The following table describes selected top-level fields in the page table. The full row also includes nested createdByUser, lastUpdatedByUser, group, and rules records.
Column | Type | Description |
|---|---|---|
|
| Page identifier. Primary key. |
|
| Identifier of the application the page belongs to. |
|
| Page name. |
|
| Pendo's suggested name for the page. |
|
| Display color associated with the page. |
|
| Page kind, as defined in Pendo. |
|
| Creation timestamp (milliseconds since epoch). |
|
| Last update timestamp (milliseconds since epoch). |
|
| Timestamp through which the page definition is valid. |
|
| Whether the page was created by Pendo autotagging. |
|
| Whether the page is marked as a core event. |
|
| Whether the page has unpublished changes. |
|
| Identifier of the root version for the page definition. |
|
| Identifier of the most recently published stable version. |
|
| Page rules serialized as JSON. |
feature schema
The following table describes selected top-level fields in the feature table. The full row also includes nested createdByUser, lastUpdatedByUser, group, elementPathRules, and eventPropertyConfigurations records.
Column | Type | Description |
|---|---|---|
|
| Feature identifier. Primary key. |
|
| Identifier of the application the feature belongs to. |
|
| Feature name. |
|
| Pendo's suggested match for the feature. |
|
| Identifier of the parent page, if the feature is scoped to a page. |
|
| Whether the feature applies across the entire application. |
|
| Display color associated with the feature. |
|
| Feature kind, as defined in Pendo. |
|
| Initial element tag selector. |
|
| Selection strategy used to identify the underlying UI element. |
|
| Creation timestamp (milliseconds since epoch). |
|
| Last update timestamp (milliseconds since epoch). |
|
| Timestamp through which the feature definition is valid. |
|
| Whether the feature is marked as a core event. |
|
| Whether the feature has unpublished changes. |
|
| Identifier of the root version for the feature definition. |
|
| Identifier of the most recently published stable version. |
|
| Pendo Designer version used to create the feature. |
guide schema
The following table describes selected top-level fields in the guide table. The full row also includes nested audience, audienceUiHint, steps, polls, conversion, experiment, emailConfiguration, createdByUser, and lastUpdatedByUser records.
Column | Type | Description |
|---|---|---|
|
| Guide identifier. Primary key. |
|
| Identifier of the primary application the guide is associated with. |
|
| Identifiers of all applications the guide targets. |
|
| Guide name. |
|
| Guide description. |
|
| Guide kind (for example, tooltip, lightbox). |
|
| Lifecycle state (for example, draft, public, disabled). |
|
| Editor used to build the guide. |
|
| Language the guide was authored in. |
|
| Whether the guide is a reusable module. |
|
| Whether the guide has multiple steps. |
|
| Whether the guide is a top-level guide (not a child of another guide). |
|
| Whether the guide is marked as training content. |
|
| How the guide is launched (for example, automatic, manual). |
|
| Minimum Pendo agent version required to render the guide. |
|
| Recurrence interval, in milliseconds. |
|
| Recurrence eligibility window, in milliseconds. |
|
| Timestamp at which the guide eligibility was last reset. |
|
| Most recent publish timestamp (milliseconds since epoch). |
|
| Whether the guide has ever been published. |
|
| Delivery state of the associated email guide, if applicable. |
|
| Identifier of the parent Resource Center, if applicable. |
|
| Identifier of the originating guide, if cloned. |
|
| Identifier of the root version for the guide definition. |
|
| Identifier of the most recently published stable version. |
|
| Additional guide attributes serialized as JSON. |
|
| Identifiers of child guides, if any. |
|
| Creation timestamp (milliseconds since epoch). |
|
| Earliest timestamp at which the current version becomes eligible to display. |
|
| Last update timestamp (milliseconds since epoch). |
|
| Earliest timestamp at which the guide might be shown. |
report schema
The following table describes selected top-level fields in the report table. The full row also includes nested createdByUser, lastUpdatedByUser, and ownedByUser records.
Column | Type | Description |
|---|---|---|
|
| Report identifier. Primary key. |
|
| Report name. |
|
| Report type. |
|
| Report kind, as defined in Pendo. |
|
| Reporting level (for example, account, visitor). |
|
| Reporting scope. |
|
| Target of the report (for example, a specific feature, page, or guide). |
|
| Aggregation applied to the report metric. |
|
| Report definition serialized as JSON. |
|
| Sharing configuration, if any. |
|
| Whether the report is shared with other users. |
|
| Creation timestamp (milliseconds since epoch). |
|
| Last update timestamp (milliseconds since epoch). |
|
| Timestamp of the most recent run (milliseconds since epoch). |
|
| Timestamp of the most recent successful run (milliseconds since epoch). |
|
| Metadata for the most recent successful run, serialized as JSON. |
|
| Identifier of the root version for the report definition. |
|
| Identifier of the most recently published stable version. |