Hive Catalog DDL, describe extended returns "... n more fields" when detailing a many column array<struct<

Anonymous
Not applicable

I am using Hackolade data modelling tool to reverse engineer (using cluster connection) deployed databases and their table and view definitions.

Some of our tables contain large multi-column structs, and these can only be partially described as a character or column limit is reached.

It appears that the Hive Catalog DDL, describe extended/formatted, returned data_type column is restricted to a character limit (1000 characters ?), which results in large many column structs being partially defined and closed with "... n more fields">>

Is it possible to change the configuration of the Databricks embedded Hive such that these structs are fully defined ?