#42115·dbeaver

Unable to expand 'Columns' for Views nor receiving column name suggestions while writing SQLs on Views

Author: tandigmtechCreated Sep 14, 2026Updated Sep 17, 2026
Labelsx:redshift

Description

After the launch of DBeaver Community edition version 26.2.0.202608301738 , below two things are impacted. Screenshot attached for reference.

1: While writing SQL on a view, it does not provide column name suggestions.

2: Also, if tried to expand 'Column' from the object explorer (DB Name -> Schema Name -> Views ->View Name-> Columns), it throws below error:

"Can't read attributes: Cannot invoke "org.jkiss.dbeaver.ext.postgresql.model.PostgreSchema.getDataTypeCache()" because "schema" is null Internal error (NPE)"

Tried invalidating the connection, tried downgrading the drivers, deleted connections and recreated the same, but nothing helped.

Note: 1 - I'm able to execute SQLs on Views and able to fetch data, just above two functionalities are impacted. 2 - There are no issues with Tables. Able to get column name suggestions while writing SQLs on tables and also able to expand columns from the object explorer.

DBeaver Version

Community Edition - Version 26.2.0.202608301738

Operating System

Azure VDI on Windows 11

Database and driver

Steps to reproduce

No response

Additional context

This used to work fine previously, after the 8/31 update it broke.