Create a connection.
create_connection.Rd
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.