### Feature Updates

- Enable users to highlight views in the SQL editor of the query history detail page.
- Implement action center in the table detail page:
  - Use a table to show most commonly used filter conditions so users could generate materialized views for them to speed up queries and reduce the cost.
  - Use a table to show most commonly used JSON column fields so users could generate materialized views for them to speed up queries and reduce the cost.
- Refine the query action center by highlighting SQLs of suggestions.
- Enabled users to view unparsed queries (unparsed queries include queries that are excluded by the filter SQL of an import and queries that we fail to parse during an import).
- Handle failed imports in a more elegant manner:
  - Show Failure status properly in the import job list.
  - Enable users to restart a failed import.
