package
powerbi
Type Members
-
class
Client extends Logging
-
case class
ClientConf(token_uri: String, resource: String, uri: String, username: String, password: String, clientid: String, timeout: Duration, maxPartitions: Int, batchSize: Int) extends Product with Serializable
-
case class
Column(name: String, dataType: String) extends Product with Serializable
-
case class
Dataset(id: String, name: String) extends Product with Serializable
-
class
DefaultSource extends CreatableRelationProvider with PowerBISink
-
case class
Group(id: String, name: String) extends Product with Serializable
-
implicit
class
PowerBIDStream[A <: Product] extends PowerBISink
-
implicit
class
PowerBIRDD[A <: Product] extends PowerBISink
-
case class
Schema(name: String, tables: Seq[Table]) extends Product with Serializable
-
case class
Table(name: String, columns: Seq[Column]) extends Product with Serializable
Value Members
-
object
ClientConf extends Serializable
-
Inherited from AnyRef
Inherited from Any