Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR April 23, 2025: Iceberg Ahead: The Future of Open Lakehouses - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Annie2
Contributor II
Contributor II

How to execute Python scripts in Qlik Sense Cloud Automation.

Hi @mbj , @richbyard , @pawwy1415ErikWetterberg,@rohitk1609,@Mp3Leaks@petter@Michael_Tarallo  - How can we execute Python scripts in Qlik Application Automation. I am facing error in inclusion of Pandas Package in my code. Is there any other alternate package or let me know how we can execute them.

Labels (2)
1 Solution

Accepted Solutions
igoralcantara
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Annie2,

The Code block in automation only accepts standard Python. No package call is supported. For more complex Python tasks I use AWS Lambda functions or I run the Python code independently and integrated from Python using Qlik APIs, it's quite a complex task.

If you have Talend, I would also recommend to look at Talend Studio or Talend Cloud Pipeline Designer. There is a Python block there with more functionalities. 

Check out my latest posts at datavoyagers.net

View solution in original post

2 Replies
marksouzacosta

Hi @Annie2 ,

Not sure if you can use packages on Qlik Automation. 
Maybe @igoralcantara can support you with this matter.

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

igoralcantara
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Annie2,

The Code block in automation only accepts standard Python. No package call is supported. For more complex Python tasks I use AWS Lambda functions or I run the Python code independently and integrated from Python using Qlik APIs, it's quite a complex task.

If you have Talend, I would also recommend to look at Talend Studio or Talend Cloud Pipeline Designer. There is a Python block there with more functionalities. 

Check out my latest posts at datavoyagers.net