Single quotes generated whiel choosing table in Microstrategy

When using microstrategy to make a report on a Dremio Table. It generates:

select *from demo.locaties

It should not put the quotes. It should be:
select *from demo.locaties

We’re using the odbc driver for linux.
How to disable the quotes around the table?

Regards,

frank

@frankvanimschoot

Did you do step# 4 in this document? Updating Dremio DSN Configuration for Microstrategy

Add the following to the end of the Advanced Properties in Dremio Connector DSN:

;quoting=BACK_TICK;StringColumnLength=1000000