IBMStreams / streamsx.utility

(Incubation) Contains utilities for IBM Streams
Other
1 stars 15 forks source link

[Python] Support for getting a list of views, and getting a list of views by name. #28

Closed wmarshall484 closed 7 years ago

wmarshall484 commented 7 years ago

TODO: since views all have different physical names (e.g., instancee34f9daad::job02::myView), but can have the same logical names (myView), the retrieve_view(str) method should return a list. Currently it just finds the first view encountered.

Maybe we should support a way of finding a view based on the physical name, such as searching for a view within a particular instance or job.

ddebrunner commented 7 years ago

Replaced by: https://github.com/IBMStreams/streamsx.topology/issues/856