c
io.smartdatalake.workflow.connection
DeltaLakeTableConnection
Companion object DeltaLakeTableConnection
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
- 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()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeltaLakeTableConnection
- Serializable
- Product
- Equals
- Connection
- AtlasExportable
- ParsableFromConfig
- SdlConfigObject
- ConfigHolder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeltaLakeTableConnection(id: ConnectionId, catalog: Option[String] = None, db: String, pathPrefix: String, acl: Option[AclDef] = None, checkDeltaLakeSparkOptions: Boolean = true, metadata: Option[ConnectionMetadata] = None)
- 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
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acl: Option[AclDef]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atlasName: String
- Definition Classes
- Connection → AtlasExportable
- def atlasQualifiedName(prefix: String): String
- Definition Classes
- AtlasExportable
- val catalog: Option[String]
- val checkDeltaLakeSparkOptions: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val db: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def factory: FromConfigFactory[Connection]
- Definition Classes
- DeltaLakeTableConnection → ParsableFromConfig
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val id: ConnectionId
- Definition Classes
- DeltaLakeTableConnection → Connection → SdlConfigObject
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val metadata: Option[ConnectionMetadata]
- Definition Classes
- DeltaLakeTableConnection → Connection
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val pathPrefix: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toStringShort: String
- Definition Classes
- Connection
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)