com.granturing.spark.powerbi

PowerBIDStream

implicit class PowerBIDStream[A <: Product] extends PowerBISink

Linear Supertypes
PowerBISink, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PowerBIDStream
  2. PowerBISink
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PowerBIDStream(stream: DStream[A])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getGroupId(group: Option[String])(implicit client: Client): Future[Option[String]]

    Attributes
    protected
    Definition Classes
    PowerBISink
  13. def getOrCreateDataset(mode: SaveMode, groupId: Option[String], dataset: String, table: String, schema: StructType)(implicit client: Client): Future[Dataset]

    Attributes
    protected
    Definition Classes
    PowerBISink
  14. def getOrCreateDataset[A <: Product](groupId: Option[String], dataset: String, table: String, tag: scala.reflect.api.JavaUniverse.TypeTag[A])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], client: Client): Future[Dataset]

    Attributes
    protected
    Definition Classes
    PowerBISink
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def saveToPowerBI(dataset: String, table: String, append: Boolean = true, group: Option[String] = None): Unit

    Inserts data into a PowerBI table.

    Inserts data into a PowerBI table. If the dataset does not already exist it will be created along with the specified table and schema based on the incoming data. Optionally clears existing data in the table.

    dataset

    The dataset name in PowerBI

    table

    The target table name

    append

    Whether to append data or clear the table before inserting (default: true)

    group

    Power BI group to use when performing operations (default: None)

  21. def schemaFor(schema: StructType): Array[Column]

    Attributes
    protected
    Definition Classes
    PowerBISink
  22. def schemaFor[A <: Product](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], tag: scala.reflect.api.JavaUniverse.TypeTag[A]): Seq[Column]

    Attributes
    protected
    Definition Classes
    PowerBISink
  23. def sparkTypeToBIType(myType: DataType): String

    Attributes
    protected
    Definition Classes
    PowerBISink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def typeToBIType(myType: scala.reflect.api.JavaUniverse.Type): String

    Attributes
    protected
    Definition Classes
    PowerBISink
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PowerBISink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped