When I'm displaying a content of a table using DBeaver 22.2.5 with each of recommended drivers - Databricks JDBC Driver 2.6.29 or Simba Apache Spark JDBC 2.6.22 I'm always getting a string representation of values of an array column in Data Editor (grid). That is: ["AB","CD",EF"] instead of {"AB","CD","EF"} like for PostgreSQL However, the data type seems to be properly recognized as ARRAY.
That makes it impossible, as far as I know, to inline edit/insert data through GUI.
Kindly, please, consider adding this functionality or let me know how to properly configure the application if it's already possible to inline edit array type columns in Databricks using DBeaver.
Thank you.
Hello,
When I'm displaying a content of a table using DBeaver 22.2.5 with each of recommended drivers - Databricks JDBC Driver 2.6.29 or Simba Apache Spark JDBC 2.6.22 I'm always getting a string representation of values of an array column in Data Editor (grid). That is: ["AB","CD",EF"] instead of {"AB","CD","EF"} like for PostgreSQL However, the data type seems to be properly recognized as ARRAY.
That makes it impossible, as far as I know, to inline edit/insert data through GUI.
Kindly, please, consider adding this functionality or let me know how to properly configure the application if it's already possible to inline edit array type columns in Databricks using DBeaver.
Thank you.