Updates the connection that matches the supplied name.
Usage
update_connection(client, name, options, new_name = NULL, owner = NULL)
connectionsUpdate(client, name, options, new_name = NULL, owner = NULL)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. Name of the connection.
- options
Required. A map of key-value properties attached to the securable.
- new_name
New name for the connection.
- owner
Username of current owner of the connection.