Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
vaibhav83gupta
Partner - Contributor II
Partner - Contributor II

QlikSense connection to ADLS

Is it possible to connect directly to Azure data lake storage(ADLS) from Qlik? i know powerBI provides a default connector for ADLS.

I read connecting via spark on HDInsights, but does that work?

Thanks,

Vaibhav

11 Replies
markus19-85
Partner - Contributor III
Partner - Contributor III

Hi all,

did anyone get this to work? I need your help please. I need to set up a connection from QlikView to ADLS

 

Thanks and Regards,

Markus

ift_isabelle
Partner - Creator III
Partner - Creator III

I used this:

POST

URL:
https://login.microsoftonline.com/<TenantID>/oauth2/token

Request Body:
grant_type=client_credentials&client_id=<ClientID>&client_secret=<Clientsecret>&resource=https%3A%2F%2Fmanagement.core.windows.net%2F

Query Header:
content-type            application/x-www-form-urlencoded

I now have an accestoken!

Hope this helps!
Kind Regards,
Isabelle