Package

io.smartdatalake.workflow

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. case class DeltaLakeTableConnection(id: ConnectionId, db: String, pathPrefix: String, acl: Option[AclDef] = None, checkDeltaLakeSparkOptions: Boolean = true, metadata: Option[ConnectionMetadata] = None) extends Connection with Product with Serializable

    Permalink

    Connection information for DeltaLake tables

    Connection information for DeltaLake tables

    id

    unique id of this connection

    db

    hive db

    pathPrefix

    schema, authority and base path for tables directory on hadoop

    acl

    permissions for files created with this connection

Value Members

  1. object DeltaLakeTableConnection extends FromConfigFactory[Connection] with Serializable

    Permalink

Ungrouped