Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a problem importing tables from a database because, name of the table and name of the variable are add in the column like this
Any idea what can I do in order to see only de variables and not the name of the table. Other mates don't have this problem
Solved! Go to Solution.
At the end I found the solution changing the configuration of serverside hive.resultset.use.unique.column.names=false
I did it in Cloudera ODBC driver for Apache Hive DSN
At the end I found the solution changing the configuration of serverside hive.resultset.use.unique.column.names=false
I did it in Cloudera ODBC driver for Apache Hive DSN
The BBDD is private and I use an ODBC driver conector with Cloudera hive connection. Do you know if there is a configuration that makes this result?