Skip to content

Edit a Computed Table

Change the SQL query, description, owner, or metadata of an existing Computed Table.

Related

What You Can Change

Field Editable after creation?
Name
Query
Description
Owner (Editors only)
Additional Metadata
Source datastore

Name and source datastore are set at creation and cannot be changed in the UI. The Edit modal does not expose a Name input. If you need a Computed Table under a different name or on a different datastore, delete the existing one and create a new one.

Who Can Edit

Team permission Can edit?
Editor
Author (owner)
Any other team permission

Only users with the Editor team permission can reassign ownership. Users with the Author team permission can edit the Computed Tables they own but cannot change the owner.

Steps

Step 1: Locate the Computed Table in the datastore's containers list and open its Bulk menu .

Bulk menu button on a Computed Table row

Step 2: A dropdown appears with the actions available for that Computed Table.

Container bulk actions dropdown open on a Computed Table

Step 3: Select Edit .

Cursor on the Edit option in the settings menu

Step 4: The Edit Computed Table modal opens with the current values already filled in.

Edit Computed Table modal with the current values already filled in

Step 5: Change any of the editable fields (Query, Description, Owner, Additional Metadata).

Edit modal with modified fields

Step 6: If you changed the Query, click Validate to confirm the new SQL parses and every referenced table and column exists. Running Validate is optional; if you skip it, Qualytics validates the query as part of the Save request and surfaces any error inline.

Validate button highlighted at the bottom of the Edit modal

Step 7: Click Save.

Save button highlighted after successful validation

Dropped Fields Warning

If your changes would drop a field that an active quality check or anomaly depends on, Qualytics blocks the save and opens the Dropped Fields Warning modal listing the affected fields. Click Review Query to go back and adjust the SQL, or Proceed Anyway to save with the dropped fields. The affected fields are marked as missing and their quality checks and anomalies are preserved so they reactivate automatically if the fields reappear.

Step 8: A success message confirms the update. A new entry is added to the container's History panel with a View Query Changes action that opens the From/To diff for this revision.

Success message confirming the Computed Table update

Editing triggers a profile

Changing the Query causes Qualytics to re-profile the Computed Table immediately after save: a synchronous slim profile refreshes field statistics right away, and a full asynchronous profile follows in the background. Existing quality checks are preserved; anomalies raised against the older version stay in the anomaly history for auditability.