Function create_component_node

Source
pub fn create_component_node(
    name: String,
    query_defs: Vec<Option<String>>,
    output_def: String,
    output_tables: Vec<String>,
) -> Item
Expand description

Returns a node that can implement logic from another graph definition This is useful for reusing logic across multiple graphs The graph definition to transclude is specified by either

  • a path to an S3 bucket containing a graph definition
  • raw bytes of a graph definition
  • a File object containing a graph definition