Module Values_0.RecipeSource

A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.

Sourcetype nonrec t = {
  1. name : NodeName.t;
    (*

    The name of the Glue Studio node.

    *)
  2. inputs : OneInput.t;
    (*

    The nodes that are inputs to the recipe node, identified by id.

    *)
  3. recipeReference : RecipeReference.t option;
    (*

    A reference to the DataBrew recipe used by the node.

    *)
  4. recipeSteps : RecipeSteps.t option;
    (*

    Transform steps used in the recipe node.

    *)
}
Sourceval context_ : string
Sourceval make : ?recipeReference:??? -> ?recipeSteps:??? -> name:NodeName.t -> inputs:OneInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NodeId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of DatabrewCondition.t ]) list ] list | `Structure of (string * [> `Map of ([> `String of ParameterName.t ] * [> `String of ParameterValue.t ]) list | `String of Operation.t ]) list ]) list ] list | `String of NodeName.t | `Structure of (string * [> `String of EnclosedInStringProperty.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t