Skip to contents

Creates a new connection

Usage

create_connection(
  client,
  name,
  connection_type,
  options,
  comment = NULL,
  properties = NULL,
  read_only = NULL
)

connectionsCreate(
  client,
  name,
  connection_type,
  options,
  comment = NULL,
  properties = NULL,
  read_only = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. Name of the connection.

connection_type

Required. The type of connection.

options

Required. A map of key-value properties attached to the securable.

comment

User-provided free-form text description.

properties

An object containing map of key-value properties attached to the connection.

read_only

If the connection is read only.

Details

Creates a new connection to an external data source. It allows users to specify connection details and configurations for interaction with the external server.