Anysphere Organization connector FAQ
This feature is in Beta. Workspace admins can control access to this feature from the Previews page. See Manage Databricks previews.
This page answers frequently asked questions about the managed Anysphere Organization ingestion connector in Lakeflow Connect. For FAQs that apply to all managed connectors, see Managed connector FAQs.
What tables does the connector support?
The connector supports the following Anysphere Organization tables:
organization_groupsorganization_group_membersorganization_members
For the schema of each table, see Supported source tables.
Does the connector support incremental ingestion?
No. All tables are refreshed with a full snapshot on each pipeline update. However, every table includes a snapshot_date column (DATE, UTC, YYYY-MM-DD format) that is stamped at ingestion time and is part of the table's primary key. Each pipeline run partitions rows by the current date, allowing you to retain daily snapshots across multiple runs and query historical changes.
What Anysphere (Cursor) access does the connector require?
The connector requires a Cursor organization on a qualifying plan with Organization Admin API access enabled. If your organization doesn't have Organization Admin API access enabled, contact your Cursor account team.
What Anysphere (Cursor) permissions do I need?
To create the Organization Admin API Key that the connector uses, you must be a Cursor organization admin. The key must be an Organization Admin API Key (crsr_...); Team Admin keys are not accepted. See Configure Anysphere (Cursor).
How does the daily snapshot work?
Every table (organization_groups, organization_group_members, and organization_members) includes a snapshot_date column (DATE format, UTC) that captures the date when the pipeline runs, and snapshot_date is part of each table's primary key. Each pipeline run creates rows partitioned by the current snapshot_date, so daily snapshots are automatically retained. For example, if you run the pipeline daily, you will have one partition per day showing the state of your organization's groups and membership on that date. This allows you to track changes over time without relying on incremental ingestion.