package connection
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
SnowflakeTableConnection(id: ConnectionId, url: String, warehouse: String, database: String, role: String, authMode: Option[AuthMode] = None, metadata: Option[ConnectionMetadata] = None) extends Connection with SmartDataLakeLogger with Product with Serializable
Connection information for Snowflake tables.
Connection information for Snowflake tables. If authentication is needed, user and password must be provided.
- id
unique id of this connection
- url
snowflake connection url
- warehouse
Snowflake namespace
- database
Snowflake database
- role
Snowflake role
- authMode
optional authentication information: for now BasicAuthMode is supported.
- metadata
Connection metadata
Value Members
- object SnowflakeTableConnection extends FromConfigFactory[Connection] with Serializable