Hi
We are planning to upgrade our single node Alteryx environment from 2023.1 to 2023.2.
In the "Server_Upgrade_Version-to-Version_Guide.pdf" , under version 2023.2 I saw following
Python Upgrade - Embedded Python upgrades from 3.8.5 to 3.8.16
Users should retest Python in workflows. Engine still uses Python Version 3 so there should be little impact on scripts.
Lets say the workflow in Gallery has Python Tool and workflow fails after upgrade.
In this situation will following work and rest the python issue ?
- install Designer 2023.2 in a local machine
- download the workflow from Gallery and open using Designer 2023.2 just installed
- Run locally and test
- Push to Gallery, run and test
Thanks