Data Management
The Data Management page lets you view all synced integrations and their associated tables, and selectively delete data. Use this when you need to remove stale data from decommissioned integrations or clear specific tables.
Accessing Data Management
- In the sidebar, click your user icon and select Organization settings.
- Navigate to the Data management tab.
Viewing Synced Data
The page displays a paginated table of all integrations with:
| Column | Description |
|---|---|
| Integration name | The name of the sync integration |
| Source plugin | The plugin used (e.g., cloudquery/aws) |
| Table count | Number of tables synced by this integration |
Expand an integration to see its individual tables.
Deleting Table Data
Select one or more tables across one or more integrations, then click Delete selected.
A confirmation dialog appears showing how many tables and integrations are affected. The dialog warns that this action cannot be undone and permanently removes the data.
If the integration still exists and is active, the deleted tables will repopulate during the next sync. If the integration has been removed, the data is permanently gone.
Tables with a pending deletion are marked accordingly in the list until the deletion completes.
What Gets Deleted
When you delete table data, the platform removes the synced rows from the underlying ClickHouse storage. This affects:
- The raw data tables
- Any views built on top of the deleted tables
- Historical snapshot data for those tables
The integration configuration itself is not affected. Only the synced data is removed.