Packages

final class DynamicBigQueryOps[T] extends AnyVal

Enhanced version of SCollection with dynamic destinations methods.

Source
SCollectionSyntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicBigQueryOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DynamicBigQueryOps(self: SCollection[T])

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def saveAsBigQuery(destinations: DynamicDestinations[T, _], formatFn: (T) => TableRow, writeDisposition: WriteDisposition, createDisposition: CreateDisposition, successfulInsertsPropagation: Boolean = false, extendedErrorInfo: Boolean = false): ClosedTap[Nothing]

    Save this SCollection to dynamic BigQuery tables using the table and schema specified by the DynamicDestinations.