
Use dplyr verbs to interact with the remote database table
Source:R/connector_imports.R, R/table_methods.R, R/volume_methods.R
tbl_cnt.RdAdditional tbl methods for Databricks connectors implemented for
connector::tbl_cnt():
ConnectorDatabricksTable: Reuses the
connector::list_content_cnt()method for ConnectorDatabricksTable, but always sets thecatalogandschemaas defined in when initializing the connector.
ConnectorDatabricksVolume: Reuses the
connector::remove_directory_cnt()method for ConnectorDatabricksVolume, but always sets thecatalog,schemaandpathas defined in when initializing the connector. Usesread_cnt()to allow redundancy between Volumes and Tables.
Usage
tbl_cnt(connector_object, name, ...)
# S3 method for class 'ConnectorDatabricksTable'
tbl_cnt(connector_object, name, ...)
# S3 method for class 'ConnectorDatabricksVolume'
tbl_cnt(connector_object, name, ...)Value
A dplyr::tbl object.