Module Values_1.BigQueryParametersSource

The parameters that are required to connect to a Google BigQuery data source.

Sourcetype nonrec t = {
  1. projectId : ProjectId.t;
    (*

    The Google Cloud Platform project ID where your datasource was created.

    *)
  2. dataSetRegion : DataSetRegion.t option;
    (*

    The storage location where you create a Google BigQuery data source.

    *)
}
Sourceval context_ : string
Sourceval make : ?dataSetRegion:??? -> projectId:ProjectId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ProjectId.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