Is it possible for an "orchestrated job" to call a python file code on a network where it is all ready working?
I have this line that is not working in Matillion:
call(["python", "r'//caid-fs02/Python Work/data.py"])
I get this error:
Traceback (most recent call last):
File "/tmp/interpreter-input-8418eaf0-9ef7-4d99-a0fd-7cb519c67759.tmp", line 19, in <module>
call(["python", "r'//caid-fs02/Python Work/data.py"])
NameError: name 'call' is not defined
Script failed with status: 1
callaccording to your plans?