cloudbeaver icon indicating copy to clipboard operation
cloudbeaver copied to clipboard

Import functionality not visible

Open vmeet24 opened this issue 8 months ago • 4 comments

Description

hi,

I am using academic license, and I am not able to use any import functionality on the cloudbeaver deployed on k8s. License id: “CB-3S1MUZYS-ZHSE”

Below is the version I am using: Image

DBeaver Version

CloudBeaver EE Web Server

Operating System

No response

Database and driver

Database driver:

Image

Steps to reproduce

Here is the screenshot which shows that import functionality is not visible:

Image

Additional context

No response

vmeet24 avatar Jun 04 '25 19:06 vmeet24

I will transfer the issue to the corresponding repository https://github.com/dbeaver/cloudbeaver

E1izabeth avatar Jun 04 '25 19:06 E1izabeth

Hi @vmeet24 As I can see, your table is in read-only mode.

  1. Open connection settings and check Expert section. 'Read-only' should be unmarked.
  2. Check user privileges
SELECT table_name, privilege_type
FROM information_schema.role_table_grants
WHERE grantee = 'yugabyte'
  AND table_schema = 'alarm_management';

EvgeniaBzzz avatar Jun 05 '25 09:06 EvgeniaBzzz

Hi @EvgeniaBzzz ,

Thank you for the response.

  1. The read-only checkbox is already unchecked.

Image

  1. Owner of the schema is different than yugabyte. However, for the rest of the schemas, the owner is yugabyte and still I am not able to see the import button. For e.g. I am able to see the privileges for other schemas (as shown below):

One of the tables from the schema: Image

For the above table I am not able to see the import button.

vmeet24 avatar Jun 06 '25 17:06 vmeet24

Hello @vmeet24

https://github.com/dbeaver/cloudbeaver/wiki/Data-import#configuration-details

Your table must have primary/unique keys to import data into the table. Or you can update the CloudBeaver version to 25.1.0, we have more abilities in this version for data import.

LonwoLonwo avatar Jun 13 '25 09:06 LonwoLonwo

@LonwoLonwo After updating the version I can see the import functionality. Thank you so much.

vmeet24 avatar Jun 25 '25 16:06 vmeet24