Hi Community,
I'd like to know if it's possible to display a table or column description from Power BI that is connected to Hive using ODBC driver?
Issue is following: I set a comment in a Hive table and on its columns and I would expect that these are loaded and visible as "Description" fields from external tools (like Power BI).
For example:
create table mytable1(mycol1 string comment 'column description') stored as ORC TBLPROPERTIES('comment' = 'table description');
I would expect that when Power BI accesses this table, it would retrieve these comments as descriptions of the table/column, but the "Description" fields are all 'null'.
Note that these table/column descriptions are visible from HUE.
Thanks in advance for your anwsers.