Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi @mbj , @richbyard , @pawwy1415, ,@ ErikWetterberg,@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.
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.
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
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.