Packages

class BigQueryNativeJob extends JobBase with BigQueryJobBase

Linear Supertypes
BigQueryJobBase, JobBase, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigQueryNativeJob
  2. BigQueryJobBase
  3. JobBase
  4. StrictLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigQueryNativeJob(cliConfig: BigQueryLoadConfig, sql: String, udf: Option[String])(implicit settings: Settings)

Type Members

  1. type JdbcConfigName = String
    Definition Classes
    JobBase

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyTableIamPolicy(tableId: TableId, rls: RowLevelSecurity): Policy

    To set access control on a table or view, we can use Identity and Access Management (IAM) policy After you create a table or view, you can set its policy with a set-iam-policy call For each call, we compare if the existing policy is equal to the defined one (in the Yaml file) If it's the case, we do nothing, otherwise we update the Table policy

    To set access control on a table or view, we can use Identity and Access Management (IAM) policy After you create a table or view, you can set its policy with a set-iam-policy call For each call, we compare if the existing policy is equal to the defined one (in the Yaml file) If it's the case, we do nothing, otherwise we update the Table policy

    Definition Classes
    BigQueryJobBase
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bigquery: BigQuery
    Definition Classes
    BigQueryJobBase
  7. val bqTable: String
    Definition Classes
    BigQueryJobBase
  8. val cliConfig: BigQueryLoadConfig
    Definition Classes
    BigQueryNativeJobBigQueryJobBase
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val datasetId: DatasetId
    Definition Classes
    BigQueryJobBase
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getOrCreateDataset(): Dataset
    Definition Classes
    BigQueryJobBase
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  19. def name: String
    Definition Classes
    BigQueryNativeJobJobBase
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def parseViewDefinition(valueWithEnv: String): (SinkType, Option[JdbcConfigName], String)

    valueWithEnv

    in the form [SinkType:[configName:]]viewName

    returns

    (SinkType, configName, viewName)

    Attributes
    protected
    Definition Classes
    JobBase
  24. def prepareRLS(): List[String]
    Definition Classes
    BigQueryJobBase
  25. val projectId: String
    Definition Classes
    BigQueryNativeJobBigQueryJobBase
  26. def run(): Try[JobResult]

    Just to force any spark job to implement its entry point within the "run" method

    Just to force any spark job to implement its entry point within the "run" method

    returns

    : Spark Session used for the job

    Definition Classes
    BigQueryNativeJobJobBase
  27. def runJob(statement: String, location: String): Job
    Definition Classes
    BigQueryJobBase
  28. def runNativeConnector(): Try[BigQueryJobResult]
  29. def runSQL(sql: String): BigQueryJobResult
  30. implicit val settings: Settings
    Definition Classes
    BigQueryNativeJobJobBase
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. val tableId: TableId
    Definition Classes
    BigQueryJobBase
  33. def timePartitioning(partitionField: String, days: Option[Int] = None, requirePartitionFilter: Boolean): Builder
    Definition Classes
    BigQueryJobBase
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from BigQueryJobBase

Inherited from JobBase

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped