Additional list content methods for Databricks connectors implemented for
connector::create_directory_cnt()
:
ConnectorDatabricksVolume: Reuses the
connector::create_directory_cnt()
method for ConnectorDatabricksVolume, but always sets thecatalog
,schema
andpath
as defined in when initializing the connector.
Usage
create_directory_cnt(connector_object, name, open = TRUE, ...)
# S3 method for class 'ConnectorDatabricksVolume'
create_directory_cnt(connector_object, name, open = TRUE, ...)
Arguments
- connector_object
Connector The connector object to use.
- name
character The name of the directory to create
- open
create a new connector object
- ...
ConnectorDatabricksVolume: Additional parameters to pass to the brickster::db_volume_dir_create method
Value
invisible connector_object.