package connection
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class DeltaLakeTableConnection(id: ConnectionId, catalog: Option[String] = None, db: String, pathPrefix: String, acl: Option[AclDef] = None, checkDeltaLakeSparkOptions: Boolean = true, metadata: Option[ConnectionMetadata] = None) extends Connection with Product with Serializable
Connection information for DeltaLake tables
Connection information for DeltaLake tables
- id
unique id of this connection
- catalog
optional catalog to be used for this connection
- db
hive db
- pathPrefix
schema, authority and base path for tables directory on hadoop
- acl
permissions for files created with this connection
- Annotations
- @Scaladoc()
Value Members
- object DeltaLakeTableConnection extends FromConfigFactory[Connection] with Serializable