tbl_cnt: Use dplyr verbs to interact with the remote database table

tbl_cntR Documentation

Use dplyr verbs to interact with the remote database table

Description

Additional tbl methods for Databricks connectors implemented for connector::tbl_cnt():

  • ConnectorDatabricksTable: Reuses the connector::list_content_cnt() method for ConnectorDatabricksTable, but always sets the catalog and schema as defined in when initializing the connector.

  • ConnectorDatabricksVolume: Reuses the connector::remove_directory_cnt() method for ConnectorDatabricksVolume, but always sets the catalog, schema and path as defined in when initializing the connector. Uses read_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, ...)

Arguments

connector_object

Connector The connector object to use.

name

character Name of the content to read, write, or remove. Typically the table name.

...

Additional arguments passed to the method for the individual connector.

Value

A dplyr::tbl object.


connector.databricks documentation built on Sept. 9, 2025, 5:38 p.m.