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.
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.