Skip to contents

Addition list content methods for databricks connectors implemented for connector::list_content_cnt():

Usage

list_content_cnt(connector_object, ...)

# S3 method for class 'ConnectorDatabricksTable'
list_content_cnt(connector_object, ..., tags = NULL)

# S3 method for class 'ConnectorDatabricksVolume'
list_content_cnt(connector_object, ...)

Arguments

connector_object

Connector The connector object to use.

...

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

tags

Expression to be translated to SQL using dbplyr::translate_sql() e.g. ((tag_name == "name1" && tag_value == "value1") || (tag_name == "name2")). It should contain tag_name and tag_value values to filter by.

Value

A character vector of content names