SourceBigQuery

algoliasearch.ingestion.SourceBigQuery
case class SourceBigQuery(projectID: String, datasetID: String, dataType: Option[BigQueryDataType], table: Option[String], tablePrefix: Option[String], customSQLRequest: Option[String], uniqueIDColumn: Option[String]) extends SourceInputTrait, SourceUpdateInputTrait

SourceBigQuery

Value parameters

customSQLRequest

Custom SQL request to extract data from the BigQuery table.

datasetID

Dataset ID of the BigQuery source.

projectID

Project ID of the BigQuery source.

table

Table name for the BigQuery export.

tablePrefix

Table prefix for a Google Analytics 4 data export to BigQuery.

uniqueIDColumn

Name of a column that contains a unique ID which will be used as objectID in Algolia.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SourceInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product