Limited-Time Offer: 50% off IBM TechXchange Conference 2025
IBM’s largest technical learning event is back October 6-9 in Orlando, FL
2 attachments
Hi Sara, I guess that print(contents) will print "API" to stdout. Both in my CP4D and my private DaaS, I only have a "Run Bash script" and not a "Run script job", in the "Run Bash script" on the output tab, there is a "Standard Output" and "Return Value" defined by default and "Standard Output"...
Hi @Ralf Martin, Thanks for taking the time to answer me. Let me keep it simple. Say I have a python code that reads a file, the file has a single line value e.g 'API': with open('/project data/data asset/output.txt') as f: contents = f.read() print(contents) so, now contents will print 'API'...
Hi: You can also use IBM InfoSphere Information Server Manager to create .isx file. https://www.ibm.com/docs/en/iis/11.7?topic=control-overview-infosphere-information-server-manager
Hi Sara, on my side I can not check this with a Notebook node (honestly I do not know what it is supposed to do, I use Watson Pipelines soley in a DataStage conetxt), but in general you should be able to access tasks.NodeName.results.return value : Returncode of your task tasks.NodeName.results...
Hi @Ralf Martin, Thank you for taking the time to respond to my question I appreciate your guidance. I wanted to provide more details about what I’ve tried so far, as I realized I didn’t explain everything thoroughly in my original question: 1. I tried using expressions in the condition to try...
Hi Sara, I have yet not worked with Notebook Node in Watson Pipelines, but have you tried accessing an attribute from your notebook in the expression editor of e.g. a "Set user variable"? There (in the expression editor) access tasks.Nodename.results.Option (Option could be return value). This...