Package

io.smartdatalake.workflow

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

  1. object SnowflakeTableConnection extends FromConfigFactory[Connection] with Serializable

    Permalink

Ungrouped