com.granturing.spark

powerbi

package powerbi

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. powerbi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Client extends Logging

    A very basic PowerBI client using the Scala Dispatch HTTP library.

  2. 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

    Specifies the client configuration options for connecting to the PowerBI service.

  3. case class Column(name: String, dataType: String) extends Product with Serializable

  4. case class Dataset(id: String, name: String) extends Product with Serializable

  5. class DefaultSource extends CreatableRelationProvider with PowerBISink

  6. case class Group(id: String, name: String) extends Product with Serializable

  7. implicit class PowerBIDStream[A <: Product] extends PowerBISink

  8. implicit class PowerBIRDD[A <: Product] extends PowerBISink

  9. case class Schema(name: String, tables: Seq[Table]) extends Product with Serializable

  10. case class Table(name: String, columns: Seq[Column]) extends Product with Serializable

Value Members

  1. object ClientConf extends Serializable

  2. object RetentionPolicy

Inherited from AnyRef

Inherited from Any

Ungrouped