Thanks Stony. Forgetting Python 3 for the time being-- is there another example available demonstrating the best way to use Python in a Dataverse job?
I'm trying to work with the "Example Python Node" job that's included in the install, but I'm not making any progress.
If there is a different or better example, that's great, could you share?
If there is not, could you help me understand how I could view log messages? Any basic change I make causes the job to fail. I've tried adding a new line with a custom message, and have adjusted the LogLevel, but I get strange errors about indentation.
I read http://localhost:8080/docs/dist/help/Content/h-tech-guides/python-logging-errors.htm and have changed the Node LogLevel to 0.
But when I enter:
self.logInfo("Testing, testing.")
or
self.logMedium("Testing, testing.")
unindent does not match any outer indentation level (temp.L107ATM19M003.4544.129.1493665004886.64e180058116dc9e5c3911f38da0ad16.prop, line 17)
Any help greatly appreciated. Thanks, Rob