
List available content from the connector
Source:R/connector_imports.R, R/table_methods.R, R/volume_methods.R
list_content_cnt.RdAdditional list content methods for Databricks connectors implemented for
connector::list_content_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::list_content_cnt()method for ConnectorDatabricksVolume, but always sets thecatalog,schemaandpathas defined in when initializing the connector.
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()methodExpression to be translated to SQL using
dbplyr::translate_sql()e.g.((tag_name == "name1" && tag_value == "value1") || (tag_name == "name2")). It should containtag_nameandtag_valuevalues to filter by.
Value
A character vector of content names