I have a Python (3.7.2) file that pulls data from a third party API, saves the data in a local CSV file on Windows Server 2016>
Python (3.7.2)
API
CSV
Windows Server 2016>
I was able to solve the problem to my question by adding a credential/proxy account, assigning it to the Run as in the step, and then altering the Command to look like this:
Run as
Command
C:\Windows\System32\cmd.exe /C python "C:\PythonScripts\myPython.py"