getStreamGraph

Syntax

getStreamGraph(name)

Arguments

name is a string representing the name of the stream graph. You can provide either the fully qualified name (FQN), such as "catalog_name.orca_graph.graph_name", or just the graph name, like "factors". If only the name is given, the system will automatically complete it using the current catalog.

Details

Retrieves a previously submitted stream graph.

Returns: A StreamGraph object.

Examples

g = getStreamGraph("demo.orca_graph.indicators")
g;
// output: '<Instance of Class '::StreamGraph'>'