package bigquery
Type Members
-
case class
BigqueryInput(name: String, project: String, dataset: String, table: String, gcsKeyJsonFilePath: Option[String], options: Option[Map[String, String]], incremental: Option[Incremental]) extends IncrementalReader with DatasourceReader with Product with Serializable
Case class representing a BigQuery input configuration.
Case class representing a BigQuery input configuration.
- name
The name of the BigQuery input.
- project
The BigQuery project.
- dataset
The BigQuery dataset.
- table
The BigQuery table.
- gcsKeyJsonFilePath
Optional file path to the GCS key JSON file.
- options
Optional additional options for reading from BigQuery.
- incremental
Optional incremental configuration for reading data.