Packages

package bigquery

Type Members

  1. class BigqueryOutputWriter extends DatasourceWriter
  2. case class BigqueryWriterOptions(table: String, project: String, dataset: String, gcsKeyJsonFilePath: Option[String], saveMode: SaveMode, bqOptions: BigqueryOutputOptions, options: Map[String, String] = Map.empty) extends Product with Serializable

    Options for writing data to BigQuery.

    Options for writing data to BigQuery.

    table

    The name of the BigQuery table to write the data.

    project

    The GCP project ID.

    dataset

    The BigQuery dataset name.

    gcsKeyJsonFilePath

    The optional file path to the GCS key JSON file for authentication.

    saveMode

    The save mode for writing data (e.g., Append, Overwrite, etc.).

    bqOptions

    BigQuery output options.

    options

    Additional options for writing data.

Ungrouped