download_cnt: Download content from the connector

download_cntR Documentation

Download content from the connector

Description

Additional list content methods for Databricks connectors implemented for connector::download_cnt():

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

Usage

download_cnt(connector_object, src, dest = basename(src), ...)

## S3 method for class 'ConnectorDatabricksVolume'
download_cnt(connector_object, src, dest = basename(src), ...)

Arguments

connector_object

Connector The connector object to use.

src

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

dest

character Path to the file to download to or upload from

...

ConnectorDatabricksVolume: Additional parameters to pass to the brickster::db_volume_read() method

Value

invisible connector_object.


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