SendGrid 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 has reference information for the managed SendGrid connector, including supported source tables and destination table schemas.
Supported source tables
The SendGrid connector supports the following source tables, all under the default source schema:
Source table | Primary key | Description | Sync mode | Cursor field |
|---|---|---|---|---|
|
| The subusers under the parent SendGrid account, including each subuser's username, email, and disabled state. | Full refresh only | |
|
| Recent IP access attempts for each subuser, retrieved on behalf of the subuser. | Full refresh only | |
|
| Recent IP access attempts for the parent account itself. | Full refresh only |
Connector options
The SendGrid connector has no additional configuration options beyond the pipeline settings available for all managed connectors. See Ingest data from SendGrid.
Destination table schemas
subusers
Primary key: id
Sync mode: Full refresh only
Field | Data type |
|---|---|
|
|
|
|
|
|
|
|
recent_access_attempts
Primary key: subuser, ip
Sync mode: Full refresh only
Field | Data type |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parent_access_attempts
Primary key: ip
Sync mode: Full refresh only
Field | Data type |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|