
Remove content from the connector
Source:R/connector_imports.R
, R/table_methods.R
, R/volume_methods.R
remove_cnt.Rd
Additional remove methods for Databricks connectors implemented for
connector::remove_cnt()
:
ConnectorDatabricksTable: Reuses the
connector::list_content_cnt()
method for ConnectorDatabricksTable, but always sets thecatalog
andschema
as defined in when initializing the connector.
ConnectorDatabricksVolume: Reuses the
connector::remove_cnt()
method for ConnectorDatabricksVolume, but always sets thecatalog
,schema
andpath
as defined in when initializing the connector.
Usage
remove_cnt(connector_object, name, ...)
# S3 method for class 'ConnectorDatabricksTable'
remove_cnt(connector_object, name, ...)
# S3 method for class 'ConnectorDatabricksVolume'
remove_cnt(connector_object, name, ...)
Arguments
- connector_object
Connector The connector object to use.
- name
character Name of the content to read, write, or remove. Typically the table name.
- ...
ConnectorDatabricksTable: Additional parameters to pass to the
brickster::db_uc_tables_delete()
method
Value
invisible connector_object.