
Connector Logging Functions
Source:R/cnt_logger_databricks.R
, R/connector_imports.R
log_remove_connector.Rd
ConnectorDatabricksTable: Implementation of the
log_remove_connector
function for the ConnectorDatabricksTable class.
ConnectorDatabricksVolume: Implementation of the
log_remove_connector
function for the ConnectorDatabricksVolume class.
Additional log remove methods for Databricks connectors implemented for
connector::log_remove_connector()
:
Usage
# S3 method for class 'ConnectorDatabricksTable'
log_remove_connector(connector_object, name, ...)
# S3 method for class 'ConnectorDatabricksVolume'
log_remove_connector(connector_object, name, ...)
log_remove_connector(connector_object, name, ...)
Arguments
- connector_object
The connector object to log operations for. Can be any connector class (ConnectorFS, ConnectorDBI, ConnectorLogger, etc.)
- name
Character string specifying the name or identifier of the resource being operated on (e.g., file name, table name)
- ...
Additional parameters passed to specific method implementations. May include connector-specific options or metadata.
Value
These are primarily side-effect functions that perform logging. The actual return value depends on the specific method implementation, typically:
log_read_connector
: Result of the read operationlog_write_connector
: Invisible result of write operationlog_remove_connector
: Invisible result of remove operationlog_list_content_connector
: List of connector contents