Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
We are facing an issue while pulling data from one of the Databricks tables into QlikSense:
After reloading the QlikSense app, the load log shows '0 lines fetched' for both tables. We have already tried the following:
We can successfully fetch data when selecting a single column from [table_name]. However, queries that request multiple columns return zero rows.
Hi,
Declare all your fields instead of using SELECT *.
Use the Qlik Sense data/table loading tool to select the fields you need as the field names will be imported with either backtick (`) or without.
The connection between Qlik Sense and Databricks seems to be sensitive to specifying field names and not use SELECT *.
Thanks ,
I tried with declaring all fields but still it got failed.It seems to be data formating/Qlik connector issue will check at DB level.