I am getting invalid table or column error possible column names...
Using a cloudera impala driver. Select * from table works.
But when I try
select col1, count(*) as cnt from table
It throws an error 'cnt' not a valid table or column reference. I changed the input tool to not use quotes but the above error is still showing. It's like alteryx is still using the quotes even though the input tool is configured to not use quotes.
Tried some hive settings on the user dsn itself to no avail.