Skip to content

Sample Python script about how to connect to a Qlik SaaS Tenant using pure Python

License

Notifications You must be signed in to change notification settings

Qlik-PE/list-files-qlik-saas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Qlik Cloud File list tool The intention of this is just document how partners and customers can list all data files are stored in a Qlik Cloud Tenant.

How to use You will need Python (I´ve tested using 3.10.5)

  1. Check this to learn and get a key to your tenant
  2. Set one environment variable with name KEY and with the content from your step 1
  3. Change line 4 of the python script setting your tenant address hostname (drop the https:// part)
  4. Run the script :)

This will dump all data files in your tenant and give some basic information about them.

More details about the API here

Disclaimer

This is NOT for production purposes, only for learning how to connect to Qlik SaaS API´s using pure Python requests

This is not a supported tool by Qlik, Inc

Licenses

This script is published under MIT License Model which allows users to easily modify and share with your fellow Developers. For anyone interested in license please take a look at MIT License wiki

Code of Conduct.

Qlik Partner Engineering will adopt. Contributor Covenant Code of Conduct. Please act accordingly.

About

Sample Python script about how to connect to a Qlik SaaS Tenant using pure Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages