IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

specifying a space in a notebook #2643

Closed natashadsilva closed 3 years ago

natashadsilva commented 3 years ago

I used the ConfigParams.SPACE_NAME parameter from a notebook in a CPD project and I was confused when I could not find the job within the project's jobs tab, and it was not listed under Projects>Jobs. I'm not sure if this is a bug or not, but it does seems to be a CPD "design" constraint where a job is no longer part of the project if it is added to a space. If it is working as designed then adding some clarification to the doc for the parameter as to its behaviour is a good idea. It seems the space specified is created if it does not exist, this should also be mentioned.

ghost commented 3 years ago

Works as designed.