Issue with Array Field Display in dbt and BigQuery Integration

Original Slack Thread

Hi,
I am ingesting dbt and BigQuery and I am having the following problem. The dbt model shows the array fields as Array<struct<field_1,field_2…> while BigQuery shows it only as Array.
Because of this, when displaying the composition of both the arrays appear repeated.
Is there a way to solve it?
Thanks!attachmentattachmentattachment

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. What data source(s) are you integrating with DataHub? (e.g. BigQuery)