Upstream Column Removed
-
- Example: An outdated column was removed from the underlying table. It’s still referenced in one of the semantic model entities, which now causes errors. You'll need to update the entity definition to remove or replace references to this column to prevent broken queries.
- Steps to solve:
- Go to a relevant concept or metric
- Click "Modify" → "Edit base query SQL"
- Remove references to this column from base query CTE
- Save your changes
- Once all changes have been made, click "Submit changes". Jedify will notify you when the new entity is ready for review.
- Review the new entity: Make sure that the column was successfully removed from the base query and all underlying attributes and dimensions. Then, approve or decline changes.
- Verify the new entity: Ask Jedify questions about the removed column and make sure it doesn’t refer to it anymore.
- Ready to go live? Click ‘Verify’ to publish.
- Repeat this process for each entity that refers to this column.
Updated about 1 month ago