Activity log (organization-wide)
Activity Log (/workspace/activity) shows pipeline runs, schema updates, and other events with filters, status pills, and expandable detail.
Use it when you need cross-pipeline visibility or to correlate PIPELINE_RUN_STARTED / PIPELINE_RUN_COMPLETED rows with the Run History tab on a single pipeline.

Create / edit / delete — general pattern
| Action | Typical entry | Safer practice |
|---|---|---|
| Create | Primary button (+ New …) | Start in staging org; use meaningful names |
| Edit | Row ⋯, Edit, or open detail → Save | Test connection / preview after credential changes |
| Delete | ⋯ → Delete → confirm modal | Ensure no pipeline still references the entity |
Deleting pipelines
- Confirmation explicitly names the pipeline (e.g. “TEst”) and states the action cannot be undone.
- After delete, Activity Log may record a deleted event; list views update after refetch.
Deleting connections
- If a connection is still used by a pipeline, deleting it will cause disconnect warnings on the pipeline detail page and runs will fail until you reconnect or reconfigure.
- Prefer Test Connection after network or credential rotation.
“Non-existing” entities
- Opening an invalid URL (wrong UUID) typically surfaces a not-found or error state from the app—bookmark list pages (
/workspace/connections,/workspace/data-pipelines) as the source of truth. - Search bars only match what the API returns; typos show empty states, not errors.
Validation summary
- Connection — form Test Connection; list Never tested until success.
- Pipeline — manual Run now from list or detail Sync Now; inspect Run History rows (success / running / failed).
- Transform — Preview with sample data before Save Script.
- Organization — slug uniqueness enforced on save (error toast on conflict).