Poor Formatting of BigQuery Structures and Arrays #26612
Unanswered
sknoepfler
asked this question in
Q&A
Replies: 4 comments
-
|
Hello @sknoepfler I did some research about this formatting. It looks like a new feature is available only in PRO versions. You can try it for free: https://dbeaver.com/trial/ By the way, our PRO versions provide better support for authentication methods, metadata reading, and query tracing for the BigQuery database. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I saw that support was added in 23.3.3 in the community version, but I am still seeing the issue that sknoepfler is observing. and in some other cases it just shows [Object] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The feature for "BigQuery: Structs and arrays are supported" was added with DBeaver 23.3.3: https://dbeaver.io/2024/01/21/dbeaver-23-3-3/
Documentation: https://dbeaver.com/docs/dbeaver/Data-View-and-Format/#structuring-complex-data-types
It does not work for me and I am unsure if its a me problem or a Dbeaver problem.
I want to visualize the following BigQuery table in dbeaver:
In Dbeaver it looks like that even though I activated the "show complex columns" feature:
Is there anything else I have to configure in Dbeaver so that the representation of BigQuery structures and arrays work properly for me?
Thanks a lot and kind regards
DBeaver Version
DBeaver community version: Version 23.3.4.202402060628
Operating System
Microsoft Windows 11 Pro - 10.0.22631 Build 22631
Database and driver
Database name and version: Google Big Query
Driver name: SimbaJDBCDriverforGoogleBigQuery42_1.5.0.1001
Steps to reproduce
1: create the bigquery table with structures and arrays
2: connect Dbeaver with this table
3: activate the "show complex columns" feature according to the documentation: https://dbeaver.com/docs/dbeaver/Data-View-and-Format/#structuring-complex-data-types
Additional context
Beta Was this translation helpful? Give feedback.
All reactions