Packages

package gcp

Linear Supertypes
ApplicationLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gcp
  2. ApplicationLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait BQInputType extends Serializable
  2. case class DataprocProperties(bucket_name: String, subnet_uri: Option[String] = None, network_tags: List[String] = List.empty, service_account: Option[String] = None, idle_deletion_duration_sec: Option[Long] = Some(1800L), master_machine_type_uri: String = "n1-standard-4", worker_machine_type_uri: String = "n1-standard-4", image_version: String = "1.5.4-debian10", boot_disk_type: String = "pd-ssd", master_boot_disk_size_gb: Int = 400, worker_boot_disk_size_gb: Int = 200, master_num_instance: Int = 1, worker_num_instance: Int = 3) extends Product with Serializable
  3. sealed trait FSType extends AnyRef
  4. sealed trait Location extends AnyRef

Value Members

  1. def getBQType(sp_type: String): LegacySQLTypeName
  2. def getBqSchema[T](implicit arg0: zio.Tag[T]): Option[Schema]
  3. lazy val logger: Logger
    Definition Classes
    ApplicationLogger
  4. object BQInputType extends Serializable
  5. object FSType
  6. object Location

Inherited from ApplicationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped