Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
cbeaudouin
Partner - Contributor II
Partner - Contributor II

SQUAD : Transportation Tool between environment from Dev to Prod

Hello Qlik Users,

One year ago, Criteo made up his own powershell program that package Qlik Sense release from one environment (dev) to another (prod).

They called it SQUAD : Super Qlik Utility for Automation of Deployment.

You'll find the Github here : https://github.com/criteo/qs-squad

Basically, you have to tag first all entities of the "going to" environment with the ids of the corresponding entities of the "coming from" environment. Once all entities are tagged in production site with the development site ids, the program allow to automatically transport the following entites :

  • App
  • SystemRule
  • DataConnection
  • ReloadTask
  • Stream
  • CustomPropertyDefinition
  • Tag

You have to play the script a first time on the development environment to create the packaging, a folder called release.
Then you have to copy and paste the folder on the production environment.
Then play this release folder on the production environment to get all the entities that you transported on the production site.image.png

 

During the packaging, some check are made into the application (the presence of exit script for instance) to help developpers having a good release quality.

The authentication of the program is based on the user NTLM rights, which means you have to go on the machine to make it work and users that have no rights in Qlik Sense are unable to play the script.
It is a secure way of making the release.

It's a program that is based on the Qlik Sense Repository Service API and Qlik Engine API supported and documented on the Qlik help site :
Repository Service API : https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/RepositoryServiceAPI/Content/Reposit...
Engine API : https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/EngineAPI/Content/introducing-engine...

It is used for more than a year at Criteo and works perfectly well.
I think i might be useful for the community.

Best regards,
Charley

0 Replies