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 default BQ).

tablePrefix

Table prefix (for Google Analytics).

uniqueIDColumn

The name of the column that contains the unique ID, 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