Anysphere Organization 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 Anysphere Organization connector, including supported tables and their schemas.
Supported source tables
The Anysphere Organization connector supports the following source tables:
Source table | Primary key | Description | Sync mode |
|---|---|---|---|
|
| Groups in your Anysphere (Cursor) organization, with daily snapshot history via the | Full refresh only |
|
| Members of each group in your Anysphere (Cursor) organization, ingested per group, with daily snapshot history via the | Full refresh only |
|
| Members of your Anysphere (Cursor) organization with daily snapshot history. Each pipeline run creates a new | Full refresh only |
Connector options
The Anysphere Organization connector has no additional configuration options beyond the pipeline settings available for all managed connectors. See Ingest data from Anysphere Organization.
Destination table schemas
organization_groups
Primary key: id, snapshot_date
Sync mode: Full refresh only with daily history via snapshot_date partition
Field | Data type |
|---|---|
|
|
|
|
|
|
|
|
|
|
organization_group_members
Primary key: group_id, userId, snapshot_date
Sync mode: Full refresh only with daily history via snapshot_date partition
Field | Data type |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
organization_members
Primary key: id, snapshot_date
Sync mode: Full refresh only with daily history via snapshot_date partition
Field | Data type |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
The snapshot_date column is stamped at ingestion time (UTC, YYYY-MM-DD format). Each pipeline run creates rows partitioned by the current date, allowing you to retain daily snapshots of organization membership across multiple runs.