Module Values.SparkSqlJobDriverSource

The job driver for job type.

Sourcetype nonrec t = {
  1. entryPoint : EntryPointPath.t option;
    (*

    The SQL file to be executed.

    *)
  2. sparkSqlParameters : SparkSqlParameters.t option;
    (*

    The Spark parameters to be included in the Spark SQL command.

    *)
}
Sourceval make : ?entryPoint:??? -> ?sparkSqlParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EntryPointPath.t ]) 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